@charset "utf-8";
/* CSS Document */
html{
	overflow-x: hidden;
	overflow-y: scroll;
}



body {
	margin-top:0px;
	background-image: url(../imagenes/index/fondo.jpg);
	background-repeat: repeat-x;
	background-position:top center;
}

.back_azul {
	background-image:url(../imagenes/plantilla/back1.png);
	background-position:right top;
	background-repeat:no-repeat;
}

#wrapper{
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	
}



#head{
	width:1000px;
	height:auto;
	}

#content{
	width:1000px;
	height:auto;
}

#footer{
	width:1000px;
	height:auto;
	}





/************************** BOTONES **************************/
#menusheader tr td a{
		font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size: 13px;
 	 color: #484848;
	text-decoration: none;
	padding:14px 0px;
	display:block;
	outline:none;
	vertical-align:middle;
	
}

#menusheader tr td a:hover{
		font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size: 13px;
	color: #1c63ad;
	text-decoration: none;
	padding:14px 0px;
	text-decoration:none;
	outline:none;

}


/************************** TEXTOS **************************/
.textos {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-style:normal;
	color: #333;
	text-align: justify;
	text-decoration: none;
}

.textos_blancos_uni {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-style:normal;
	color: #fff;
	text-decoration: none;
}
.textos_azules {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-style:normal;
	color: #002457;
	text-decoration: none;
}


.textos_home {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:700;
	font-style:normal;
	color: #000;
	text-decoration: none;
}

.textos_home2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight:400;
	font-style:normal;
	color: #3c3c3b;
	text-decoration: none;
}


.textos_home3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight:600;
	font-style:normal;
	color: #335589;
	text-decoration: none;
}

.texto_blanco {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-style:normal;
	color: #fff;
	text-align: justify;
	text-decoration: none;
}

.texto_blanco2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-style:normal;
	color: #fff;
	text-decoration: none;
}

.texto_blanco3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-style:normal;
	color: #fff;
	text-decoration: none;
}

.texto_blanco4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 27px;
	font-style:normal;
	font-weight: 300;
	color: #fff;
	text-decoration: none;
}

.texto_blanco5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style:normal;
	font-weight:300;
	color: #fff;
	text-decoration: none;
}


.texto_pie{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style:normal;
	color: #2c2c2c;
	text-align: justify;
	text-decoration: none;
}

.textos_grande {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight:400;
	font-style:normal;
	color: #2e2e2e;
	text-decoration: none;
}



/************************** TEXTOS BOLD **************************/
.textos_bold {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #555555;
	text-align: justify;
	font-weight:700;
	text-decoration: none;
}

.textos_bold_blanco {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight:700;
	text-decoration: none;

}
/************************** TITULOS **************************/

.titulo_secciones{
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
    color: #fff;
	font-weight:300;
	text-decoration: none;

}

.subtitulo{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
    color: #335589;
	font-weight:600;
	text-decoration: none;
	letter-spacing:-.5pt;

}
/************************** PLECAS **************************/
.pleca{
	border-top:1px #ddd solid;
}

.pleca2{
	border-top:1px #fff solid;
}

.lateral {
	border-left: 1px #ddd solid;
}

.borde {
	 border: 1px #e5e5e5 solid;
}


/************************** PLECAS **************************/



