@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("menu.css");
/*Etiquetas*/
body{
	background-color:#F6F6F6;
	background-image: url(/images/fnd-main.jpg);
	background-repeat:  repeat-y;
	background-position: center top;
}

/*ID*/

#MainContent{
	display:block;
	width:984px;
	margin:0 auto;
	position:relative;
	padding-left:6px;
}
#Header{
	display:block;
	float:left;
	height:91px;
	width:977px;
	background-image: url(/images/fnd-header.jpg);
	background-repeat:  repeat-x;
	background-position: left top;
}
#Bar{
	clear:both;
	display: block;
	float:left;
	padding:0px;
	margin:0px;
}
#LeftSide{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 213px;
	display:block;
}
#RightSide{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 764px;
	display:block;
	text-align:justify;
}

#Footer{
	clear:both;
	width:977px;
	float:left;
	background-color: #EAEAEA;
	text-align:right;
	height:22px;
	line-height:15px;
}
	
#Footer a{
	font-size: 10px;
	color: #666666;
	text-decoration:underline;
	padding-right:5px;
}

#CuadroInterna{
	width:700px;
	float:left;
	margin-left: 13px;
	padding-top:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#CuadroInterna2{
	width:735px;
	float:left;
	margin-left: 13px;
	padding-top:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/*CLASES*/
.TextoInternaSol{
	width: 440px;
	float:left;
	line-height:20px;
	text-align:justify;
}
	.TextoInternaSol p{
		margin-left:15px;
		padding-top:20px;
		line-height:20px;
		text-align:justify;
	}
.TextoInterna{
	width: 700px;
	float:left;
	line-height:20px;
	padding:15px;
	text-align:justify;
}
	.TextoInterna strong{
		font-weight:bold;	
	}
	.TextoInterna li, #CuadroInterna li {
		margin-left:20px;
		line-height:17px;
		list-style-position:outside;
		list-style-image: url(/images/vineta.png);
	}
	.TextoInterna a{
		color: #666666;
		text-decoration:underline;
	}
	.TextoInterna a:hover{
		text-decoration:none;
	}
.Sub{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #37184E;
	background-image: url(/images/linea.png);
	background-repeat:  repeat-x;
	background-position: 8px 28px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	line-height:20px;
	display:block;
}
.BoxOptions{
	display:block;
	float:left;
	width:211px;
	clear:both;
	background-image: url(/images/fnd-soluciones.png);
	background-repeat:  repeat-y;
	background-position: left top;
	padding-bottom:15px;
}
.Izquierda{
	float:left;
}
.Derecha{
	float:left;
}
.Alto{
height:427px;
}
.Titulo{
	width:209px;
	background-image: url(/images/fnd-soluciones2.png);
	background-repeat:  no-repeat;
}
	.Titulo p{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #37184E;
		background-image: url(/images/linea.png);
		background-repeat: no-repeat;
		background-position: 8px 28px;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 15px;
		padding-left: 10px;
		text-align:center;
	}
	p.normal{
		text-align:left;
	}
	.Titulo li{
		list-style-type: none;
		margin-left:30px;
		list-style-position:outside;
		list-style-image: url(/images/vineta.png);
		padding-bottom:5px;
	}
	.Titulo li a{
		color:#333333;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-decoration: underline;
	}
	
	.Titulo li a.seleccionado{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight:bold;
		text-decoration: underline;
		display:block;
		background-color:#8C9EAC;
		padding:5px;
		margin-right:10px;
		color:#FFFFFF;
	}
	
	.Titulo li a:hover{
		text-decoration: none;
	}
.AccesoClientes{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding:5px;
}
	.AccesoClientes input{
		width: 112px;
		border:1px solid #999999;	
		font-size: 10px;
	}
	.AccesoClientes td{
		text-align:right;
		height:20px;
	}
.Boton{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #36035A;
	margin: 0px;
	padding: 2px;
	border:1px solid #36035A;
	cursor:pointer;	
}
.TextoContacto p{
	background-image: url(/images/spacer.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	line-height:18px;
	text-align:justify;
}
	.TextoContacto p strong{
		font-weight: bold;
		line-height:15px;
	}
	.TextoContacto p a{
		font-weight: bold;
		line-height:15px;
		text-decoration:underline;
		font-size: 10px;
		color: #333333;
	}
.CuadroPortada{
	width:364px;
	float:left;
	margin-left: 13px;
	padding-top:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.CuadroPortada2{
	width:700px;
	float:left;
	margin-left: 13px;
	padding-top:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.Texto1{
	font-weight: bold;
	color: #502470;
	background-image: url(/images/fnd-texto1.png);
	margin: 0px;
	padding: 0px;
	float: left;
	height: 37px;
	width: 347px;
	line-height:37px;
	text-indent: 17px;
}
.Texto1Interna{
	font-weight: bold;
	color: #502470;
	background-image: url(/images/fnd-texto1.png);
	margin: 0px;
	padding: 0px;
	float: left;
	height: 37px;
	width: 700px;
	line-height:37px;
	text-indent: 17px;
}
.TextoSol{
	font-weight: bold;
	color: #502470;
	background-image: url(/images/fnd-texto1.png);
	margin: 0px;
	padding: 0px;
	float: left;
	height: 37px;
	width: 460px;
	line-height:37px;
	text-indent: 17px;
	padding-bottom:15px;
}
.MasInfo{
	float:right;
	width:231px;
	display:block;
}
.TextoSolMas{
	font-weight: bold;
	color: #502470;
	background-image: url(/images/fnd-texto1.png);
	margin: 0px;
	padding: 0px;
	float: left;
	width:231px;
	height: 37px;
	line-height:37px;
	text-indent: 17px;
}
.Texto2{
	float:left;
	width:350px;
	padding-top:10px;
	line-height:15px;
	text-align:justify;
}
	.Texto2 p{
		clear:both;
		margin-left:17px;
	}
	.Texto2 li {
		font-weight: bold;
		margin-left:20px;
		line-height:17px;
		list-style-position:outside;
		list-style-image: url(/images/vineta.png);
		text-align:justify;
	}
	.Texto2 li a, .Texto2 a{
		text-decoration: underline;
		font-weight: bold;
		color: #666666;
	}
		.Texto2 strong{
		font-weight: bold;
	}
	.Texto2 li.text {
		font-weight: normal;
		line-height:17px;
		list-style-type: none;
		list-style-position: outside;
		list-style-image: url(/images/spacer.gif);
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
		padding-bottom:10px;
		margin-bottom:10px;
	}
.Texto3{
	float:left;
	width:231px;
	padding-top:10px;
	line-height:15px;
}
	.Texto3 li {
	list-style-type: none;
	margin-left:30px;
	list-style-position:outside;
	list-style-image: url(/images/vineta.png);
	padding-bottom:20px;
	}
	.BordeDebajo{
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
		margin-bottom:10px;

	}
	.Texto3 li a{
		text-decoration: underline;
		font-weight: normal;
		color: #666666;
	}
.BotonNoticias{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 2px;
	border:1px solid #CCCCCC;
	cursor:pointer;
}
.Logos{
	float: left;
	height: 70px;
	width: 115px;
	text-align:center;
}
.CuadroFlash{
/*	height:252px;
*/	background-color:#3D1A5B;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
	.CuadroFlash p{
		color:#E9CFF7;
		font-size:12px;
		line-height:15px;
		margin-left:35px;
		margin-right:35px;
		padding-top:10px;
	}
.fndsol{
	background-image: url(/images/fnd-sol.png);
	background-repeat:  repeat-x;
	background-position: 0px 253px;
}
.CuadroBlanco{
	border: 1px solid #D6D6D6;
	display:block;
	background-color: #FFFFFF;
	padding:10px;
	line-height:20px;
}
.Sol{
	display:block;
	float:left;
	width:305px;
	padding:10px;
	height:200px;
	font-size:11px;
}
.Barra1{
	background-color:#66CC00;
	display:block;
	float:left;
	width:305px;
	height:3px;
	line-height:3px;
}
.LogosClientes{
	float: left;
	height: 130px;
	width: 144px;
	border: 1px solid #CACACA;
	text-align:center;
	margin:5px;
}
.LogosClientes2{
	float: left;
	height: 100px;
	width: 154px;
	text-align:center;
	margin:5px;
}
.TextoLogos{
	float: left;
	clear:left;
	width: 144px;
	text-align:center;
	font-size:9px;
	line-height:10px;
}

.noFlotar{
	clear:both;
}
