/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Nunito:400,300,700);

body{
	background-color:#003F60;
	padding:0px;
	margin:0px;
	font-family: 'Nunito-Regular', sans-serif;
}
.contenedor{
	background-color:#f7f7f7;
	position:absolute;
	width:1000px;
	top:0px;
	left:50%;
	margin-left:-500px;
}
.encabezado{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:152px;
	border-bottom-color:#f7ebb2;
	border-bottom-style:solid;
	border-bottom-width:2px;
}
.logo{
	position:absolute;
	top:35px;
	width:376px;
	height:93px;
	margin-left:-20px;
	background-image:url(../imagenes/logoEncabezado.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
.menu{
	position:absolute;
	bottom:-8px;
	right:20px;
}
.menu a{
	text-decoration:none;
}
.menu a li{
	display:inline;
	padding:5px 20px 5px 20px;
	margin-left:20px;
	font-size:9pt;
	cursor:pointer;
	border-style:solid;
	border-width:1px;
}
.menu a li:hover{
	border-color:#4389AA;
}
.normal{
	color:#989898;
}
.normal li{
	border-color:#f7f7f7;
}
.normal:hover{
	color:#4389AA;
}
.seleccionado{
	color:#4389AA;
}
.seleccionado li{
	border-color:#4389AA;
}
.fondo{
	position:relative;
	left:0px;
	width:1000px;
	height:612px;
}
.sombraLeft{
	position:absolute;
	width:20px;
	height:100%;
	top:0px;
	left:-20px;
	background-image:url(../imagenes/sombraLeft.jpg);
	background-repeat:repeat-y;
}
.sombraRight{
	position:absolute;
	width:20px;
	height:100%;
	top:0px;
	right:-20px;
	background-image:url(../imagenes/sombraRight.jpg);
	background-repeat:repeat-y;
}
.fondoContenido{
	position:absolute;
	background-color:#fff;
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	width:1040px;
	height:450px;
	top:200px;
	left:50%;
	margin-left:-520px;
	z-index:2000;
}
.contenido{
	position:absolute;
	width:1040px;
	height:450px;
	top:200px;
	left:50%;
	margin-left:-520px;
	z-index:20001;
}
.footer{
	position:absolute;
	top:754px;
	left:50%;
	margin-left:-520px;
	width:1040px;
	height:60px;
	background-color:#1f2129;
	color:#676767;
}
.logoFooter{
	position:absolute;
	width:78px;
	height:26px;
	top:17px;
	left:40px;
	background-image:url(../imagenes/logoFooter.png);
	background-repeat:no-repeat;
}
.redesFooter{
	position:absolute;
	width:120px;
	height:32px;
	top:14px;
	right:40px;
}
.facebookFooter{
	float:right;
	width:32px;
	height:32px;
	background-image:url(../imagenes/facebook.png);
	background-repeat:no-repeat;
	margin-right:10px;
	cursor:pointer;
}
.twitterFooter{
	float:right;
	width:32px;
	height:32px;
	background-image:url(../imagenes/twitter.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
.inicio{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.valora{
	position:absolute;
	width:430px;
	height:78px;
	top:80px;
	left:80px;
	background-image:url(../imagenes/valorasquare.png);
	background-repeat:no-repeat;
}
.textoInicio{
	position:absolute;
	text-align:right;
	top:200px;
	right:50px;
	font-size:14pt;
	color:#003758;
}
.lineaInicio{
	position:absolute;
	width:980px;
	height:2px;
	bottom:70px;
	left:30px;
	background-color:#666;
}
.nosotros{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.nosotrosSquare{
	position:absolute;
	width:433px;
	height:78px;
	top:-20px;
	right:40px;
	background-image:url(../imagenes/nosotrossquare.png);
	background-repeat:no-repeat;
}
.textoNosotros{
	position:absolute;
	text-align:left;
	top:110px;
	left:50px;
	font-size:12pt;
	color:#003758;
	margin-right:50px;
}
.nosotros ul{
    list-style: none;
    padding:0;
    margin:0;
}

.nosotros li{ 
    padding-left: 1em; 
    text-indent: -.7em;
}

.nosotros li:before {
    content: "• ";
    color:#f7ebb2;
}
.listaNosotros li{
	list-style:square;
}
.lineaNosotros{
	position:absolute;
	width:980px;
	height:2px;
	bottom:70px;
	left:30px;
	background-color:#f7ebb2;
}
.lineaNosotrosUp{
	position:absolute;
	width:980px;
	height:2px;
	top:70px;
	left:30px;
	background-color:#f7ebb2;
}
.fotoNosotros{
	position:absolute;
	width:424px;
	height:163px;
	bottom:80px;
	right:40px;
	background-image:url(../imagenes/photonosotros.jpg);
	background-repeat:no-repeat;
}
.aviso{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.avisoSquare{
	position:absolute;
	width:433px;
	height:78px;
	top:-20px;
	right:40px;
	background-image:url(../imagenes/avisosquare.png);
	background-repeat:no-repeat;
}
.textoAviso{
	position:absolute;
	text-align:left;
	top:100px;
	left:50px;
	font-size:12pt;
	color:#003758;
	margin-right:50px;
	height:260px;
	overflow:scroll;
	overflow-x:hidden;
}
.aviso ul{
    list-style: none;
    padding:0;
    margin:0;
}

.aviso li{ 
    padding-left: 1em; 
    text-indent: -.7em;
}

.aviso li:before {
    content: "• ";
    color:#f7ebb2;
}
.listaAviso li{
	list-style:square;
}

.servicios{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
}
.lineaNosotrosUp{
	position:absolute;
	width:980px;
	height:2px;
	top:80px;
	left:30px;
	background-color:#f7ebb2;
}
.menuServicios{
	position:absolute;
	top:20px;
	right:100px;
}
.menuServicios li{
	display:inline;
	padding:5px 5px 5px 5px;
	margin-left:5px;
	font-size:9pt;
	color:#989898;
	cursor:pointer;
}
.menuServiciosNormal{
	border-width:1px;
	border-style:solid;
	border-color:transparent;
}
.menuServiciosNormal:hover{
	border-style:solid;
	border-width:1px;
	border-color:#4389AA;
}
.serviciosTexto{
	position:absolute;
	top:90px;
	left:0px;
	width:5200px;
}
.serviciosContenido{
	position:relative;
	width:950px;
	margin-left:40px;
	margin-right:40px;
	color:#003758;
}
.serviciosContenido h1{
	font-size:16pt;
	font-weight:bold;
}
.menuServiciosSeleccionado{
	border-width:1px;
	border-style:solid;
	color:#4389AA;
	border-color:#4389AA;
}
.contacto{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	color:#003758;	
}
#frmContacto{
	position:absolute;
	top:100px;
	left:50px;
}
.lineaContactoUp{
	position:absolute;
	width:980px;
	height:2px;
	top:80px;
	left:30px;
	background-color:#f7ebb2;
}
.enviar{
	color:#4b337b;
	cursor:pointer;
}
.enviar:hover{
	color:#FFF;
	background-color:#4b337b;
}
#footerFirma{
	position:absolute;
	top:50%;
	left:50%;
	width:144px;
	height:30px;
	margin-top:-15px;
	margin-left:-72px;
	background-image:url(../imagenes/firma.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
.contactoInfo{
	width:450px;
	text-align:right;
}
.contactoSquare{
	position:absolute;
	width:433px;
	height:78px;
	top:-20px;
	right:40px;
	background-image:url(../imagenes/contactosquare.png);
	background-repeat:no-repeat;
}
.clientes{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	color:#4b337b;
}
.clientesSquare{
	position:absolute;
	width:433px;
	height:78px;
	top:-20px;
	right:40px;
	background-image:url(../imagenes/clientessquare.png);
	background-repeat:no-repeat;
}
.clientesLogo{
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	margin-top:30px;
	margin-left:40px;
}
.imgCliente{
	cursor:pointer;
}