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



body {
	margin-top:0px;
	margin-top: 0px;
}

.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: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size: 14px;
 	 color: #484848;
	text-decoration: none;
	padding:14px 0px;
	display:block;
	outline:none;
	vertical-align:middle;
	
}

#menusheader tr td a:hover{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size: 14px;
	color: #484848;
	text-decoration: none;
	padding:14px 0px;
	background: url(../imagenes/plantilla/hover_botonera.jpg);
	background-repeat:repeat-x;
	background-position: left bottom;
	text-decoration:none;
	outline:none;

}


#btn_home tr td a{
	background-image:url(../imagenes/index/bt.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 13px;
 	 color: #fff;
	text-decoration: none;
	padding:4px 0px;
	display:block;
	outline:none;
	vertical-align:middle;
	
}

#btn_home tr td a:hover{
	background-image:url(../imagenes/index/bt.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	padding:4px 0px;
	text-decoration:none;
	outline:none;

}


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

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

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

.texto_blanco2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight:300;
	font-style:normal;
	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;
}


.texto_pie_azul{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style:normal;
	color: #3b69a4;
	text-align: justify;
	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_bold2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	letter-spacing: -.2pt;
	color: #393939;
	font-weight:700;
	text-decoration: none;
}


.textos_bold_azul{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #3b69a4;
	text-align: justify;
	font-weight:700;
	text-decoration: none;
}


/************************** TITULOS **************************/

.titulo_secciones{
	font-family: 'Oswald', sans-serif;
	font-size: 34px;
	line-height: 34px;
    color: #3b69a4;
	font-weight:400;
	text-decoration: none;

}

.subtitulo{
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	line-height: 16px;
    color: #3b69a4;
	font-weight:400;
	text-decoration: none;

}

.subtitulo2{
	font-family: 'Open Sans', sans-serif;
	font-size: 29px;
    color: #454546;
	font-weight:300;
	text-decoration: none;

}

.subtitulo3{
	font-family: 'Open Sans', sans-serif;
	font-size: 29px;
    color: #222;
	font-weight:600;
	text-decoration: none;

}

.subtitulo4{
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
    color: #454546;
	font-weight:300;
	text-decoration: none;

}



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

.pleca_punteada{
	border-top:1px #777  dashed;
}
.lateral {
	border-left: 1px #ddd solid;
}

.lateral_punteada{
	border-left: 1px #777 dashed;
}

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


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



