@charset "UTF-8";
/* CSS Document */
/*-----------------[BASIC STYLES]-----------------*/
html {
	min-height:100%;
	margin-bottom:0.1px;
}
body, form, span {
	margin:0;
	padding:0;
}
body {
	color:#FFF;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:22px;
	background-color:#C8D1E2;
}
h1, h2, h3, h4 {
	padding: 0px;
	margin: 5px 0px 10px 0px;
	font-weight: normal;
}
h1 {
	font-size:24px;
	line-height:34px;
}
h2 {
	font-size:20px;
	line-height:30px;
}
h3 {
	font-size:16px;
	line-height:26px;
}
h4 {
	font-size:12px;
	line-height:22px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
a:link, a:visited { 
	text-decoration: none; 
	color: #FFF;
}
a:hover {
	color: #122862;
}
a {
	outline: none;
}
a img {
	border:none;
}
.clear {
	clear:both;	
}
/*----------[CAPAS STYLES]----------*/
.envoltorio {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height:auto !important;
	min-height: 100%;
	color: #223D84;
}
.cabecera {
	width: 100%;
	height: 160px;
	background-color: #1C3E86;
}
.menu {
	background-color: #0C2963;
	width: 100%;
	height: 40px;
}
.logo{
	width:260px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}
.animacion {
	float: right;
	width: 660px;
	margin-right: 10px;
	height: 118px;
	background-color: #C9D1E1;
	margin-top: 10px;
	margin-left: 10px;
	padding: 10px;
}
/*----------[COLUMNA IZQUIERDA]----------*/
.colIzq {
	width: 220px;
	float: left;
	padding-right: 10px;
	margin-top: 10px;
}
.redes{
	background-color: #122862;
	border: 1px solid #223D84;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;

}
.menuVert {
	background-color: #0C2963;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 210px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*----------[COLUMNA DERECHA]----------*/
.contenedor {
	float: left;
	width: 730px;
	margin: 10px;
}
.contactos {
	background-color:#FFF /*#B6C4DE*/;
	height: 98px;
	width: 730px;
}
.contenido {
	background-image: url(../imagenes/bg-contenido.png);
	background-repeat: repeat-x;
	width: 710px;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.contDer {
	float: left;
	width: 200px;
	background-color: #CAD1E0;
	padding: 10px;
	height: 76px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B7C4DD;
	border-right-color: #122862;
	border-bottom-color: #B7C4DD;
	border-left-color: #B7C4DD;
}
.contIzq {
	float: right;
	width: 505px;
	padding: 0px;
}
.redondearLeft h3 a:link{
	color: #122862;
}
.contDer.redondearLeft h3 a:hover {
	color: #FFF;
}
/*-----------------[PIE STYLES]-----------------*/
.cabeceraPie {
	width: 100%;
	background-color: #1C3E86;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pie{
	width:970px;
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
}

/*-----------------[TEXTOS STYLES]-----------------*/
.titulo {
	font-size:16px;	
}
.textoNegro {
	color:#333;
}
.texto {
	color:#333;
	text-align: justify;
}
.textoGrande {
	font-size: 20px;
	line-height: 24px;
	color: #15100B;
}
.subtitulo {
	font-size: 15px;
	color: #1E357B;
	font-weight: bold;
}
/*-----------------[REDONDEAR BORDES]-----------------*/
.redondear {
	/*Para Mozilla*/
	-moz-border-radius:10px;
	/*Para Safari y Chrome*/
	-webkit-border-radius:10px;
	/* Para el estupido IE 8*/
	-ms-border-radius: 10px;
}
.redondearTop {
	/*Para Mozilla*/
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	/*Para Safari y Chrome*/
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	/* Para el estupido IE 8*/
	-ms-border-radius-topleft: 10px;
	-ms-border-radius-topright: 10px;
}
.redondearBottom {
	/*Para Mozilla*/
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	/*Para Safari y Chrome*/
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	/* Para el estupido IE 8*/
	-ms-border-radius-bottomleft: 10px;  
	-ms-border-radius-bottomright: 10px;
}
.redondearLeft {
	/*Para Mozilla*/
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	/*Para Safari y Chrome*/
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	/* Para el estupido IE 8*/
	-ms-border-radius-topleft: 10px;
	-ms-border-radius-topright: 10px;
}
.redondearRight {
	/*Para Mozilla*/
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
	/*Para Safari y Chrome*/
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	/* Para el estupido IE 8*/
	-ms-border-radius-topright: 10px;
	-ms-border-radius-bottomright: 10px;
}
.pieDireccion {
	float: left;
	width: 580px;
	margin-left: 10px;
}
.textoNegro a {
	color: #122862;
}

