@charset "UTF-8";
@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('../font/OpenSans-CondBold-webfont.eot');
    src: url('../font/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-CondBold-webfont.woff') format('woff'),
         url('../font/OpenSans-CondBold-webfont.ttf') format('truetype'),
         url('../font/OpenSans-CondBold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Semibold-webfont';
    src: url('../font/OpenSans-Semibold-webfont.eot');
    src: url('../font/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../font/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Semibold-webfont.svg#opensans_semibold_webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../font/OpenSans-Regular-webfont.eot');
    src: url('../font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-Regular-webfont.woff') format('woff'),
         url('../font/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	margin:0;
	font-size:14px;
	font-family: 'open_sansregular';
	color:#666;
	font-weight:lighter;
}
a {
	text-decoration:none;
}
img {
	border:none;
}
*{
	outline:none;
}



/*HEADER ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.header {
	width:100%;
	height:120px;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	z-index:9999;
	background-color: rgba(255,255,255, .5);
	border-top:solid 6px #26557f;
}
.centro_header {
	width:1020px;
	height:120px;
	margin:0 auto;
}
h1 {
	float:left;
	margin:20px 0 0 0;
	width:237px;
	height:79px;
}
h1 a{
	width:237px;
	height:79px;
	float:left;
	overflow:hidden;
	text-indent:-999px;
	background:url(../img/logo.png) top left no-repeat;
}
.menu {
	float:right;
	width:700px;
	margin-top:50px;
}
.menu ul{
	margin:0;
	padding:0;
	list-style:none;
	width:700px;
}
.menu ul li{
	float:right;
	position:relative;
}
.menu ul li a{
	color:#003366;
	padding:0 15px;
	font-family: 'OpenSans-Semibold-webfont';
	font-weight:lighter;
	height:30px;
	line-height:30px;
	float:right;
	text-align:center;
}
.menu ul li:hover a{
	color:#fff;
	padding:0 15px;
	background:#26557f;
}

.menu ul li a.seleccionado{
	color:#fff;
	background:#26557f;
	box-shadow:inset 0 0 25px #333;
	-moz-box-shadow:inset 0 0 25px #333;
	-webkit-box-shadow:inset 0 0 25px #333;
}
.menu ul li ul {
	position:absolute;
	z-index:99;
	top:29px;
	left:0;
	width:180px;
	background:#fff;
	border:solid 1px #26557f;
	display:none;
}
.menu ul li ul li{
	width:100%;
	float:left;
}
.menu ul li ul li a{
	color:#666!important;
	display:block;
	padding:0 15px;
	text-align:left;
	float:none;
	background:#fff!important;
}
.menu ul li ul li a:hover{
	color:#fff!important;
	background:#26557f!important;
}
.menu ul li ul li a.actual {
	color:#fff!important;
	background: #999!important;
}
/*HEADER ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/




/*INTERIORES ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.contenido {
	width:100%;
	float:left;
}

.core {
	float:left;
	width:100%;
	height:560px;
}
.franja_header {
	float:left;
	width:100%;
	height:150px;
	overflow:hidden;
	margin-top:120px;
}
.contenido_interior {
	margin:auto;
	width:1020px;
}
.lateral {
	float:left;
	min-height:200px;
	width:314px;
}
.lateral h3 {
	float:left;
	width:294px;
	background:url(../img/fondo_txt_slider.png) top left repeat;
	height:46px;
	line-height:46px;
	color:#fff;
	padding:0 0 0 20px;
	font-family: 'open_sans_condensedbold';
	font-size:26px;
	font-weight:lighter;
	text-transform:uppercase;
	border-bottom: solid 5px #ccc;
	margin-bottom:20px;
}
.menu_lateral {
	float:left;
	width:312px;
	border:solid 1px #ccc;
}
.menu_lateral a{
	background:#ededed;
	display:block;
	 font-family: 'OpenSans-Semibold-webfont';
	 font-weight:lighter;
	 font-size:14px;
	 color:#666;
	 padding:10px 0 10px 20px;
	 border-top:solid 1px #f7f6f6;
	 border-bottom:solid 1px #ccc;
}
.menu_lateral a:hover{
	/*background:url(../img/hover_lateral.jpg) center center no-repeat;*/
	color:#FFF;
	background:#1b3d5c;
	box-shadow:inset 0 0 50px #12293d;
}
.menu_lateral a.hover{
	/*background:url(../img/hover_lateral.jpg) center center no-repeat;*/
	color:#FFF;
	background:#1b3d5c;
	box-shadow:inset 0 0 50px #12293d;
}
.contenido_documento {
	float:right;
	width:667px;
	text-align:left;
}
.contenido_documento p{
	float:left;
	width:100%;
	margin:0 0 20px 0;
	line-height:23px;
	text-align:justify;
}
.contenido_documento h2 {
	float:left;
	width:400px;
	font-size:20px;
	font-weight:lighter;
	font-family: 'open_sans_condensedbold';
	margin:20px 0 20px 0;
	color:#333;
	padding:0 0 5px 0;
	border-bottom:solid 2px #999999;
}
h2 .ciudad {
	color:#999;
}
h2 .fecha {
	color:#999;
	font-size:14px;
	font-family: 'open_sansregular';
	font-weight:lighter;
}
.contenido_documento ul{
	float:left;
	width:600px;
	margin:0 0 20px 0;
}
.contenido_documento ul li{
	list-style-image:url(../img/bullets.jpg);
	margin-bottom:10px;
}
.registro {
	float:left;
	width:100%;
	margin-top:20px;
	border-bottom:solid 1px #f4f3f3;
	padding:10px 0;
}
.nombre_registro {
	float:left;
	width:315px;
	margin-top:20px;
	font-size:20px;
	color:#6e6e6e;
	font-family: 'open_sans_condensedbold';
	font-weight:lighter;
	text-transform:uppercase;
}
.registro a{
	float:right;
	width:316px;
	text-align:left;
}
.galeria {
	float:left;
	width:667px;
}
.lateral strong {
	float:left;
	width:100%;
	font-size:18px;
	font-family: 'open_sans_condensedbold';
	font-weight:lighter;
	color:#666;
}
.lateral p{
	float:left;
	width:100%;
	font-size:15px;
	font-family: 'open_sansregular';
	margin:0 0 20px 0;
	color:#999;
}
.abrir_correo {
	float:left;
	width:100%;
	color:#999;
	font-size:16px;
	font-family: 'open_sansregular';
	font-weight:lighter;
}
.abrir_correo:hover {
	color:#666;
}
.trabaja_contacto {
	float:left;
	width:100%;
	margin:30px 0 0 0;
}
.trabaja_contacto:hover {
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80
}
.formulario {
	float:left;
	width:667px;
}
.fila_form {
	float:left;
	width:100%;
	margin-bottom:10px;
}
.campo1 {
	float:left;
	padding:0 15px;
	width:320px;
	height:44px;
	border:solid 1px #ccc;
	font-size:18px;
	font-family: 'open_sans_condensedbold';
	font-weight:lighter;
	color:#999;
}
.campo2 {
	float:left;
	padding:15px;
	width:635px;
	height:44px;
	border:solid 1px #ccc;
	font-size:18px;
	font-family: 'open_sans_condensedbold';
	font-weight:lighter;
	color:#999;
	height:120px;
}
.btn_form {
	float:right; width:156px; height:52px; color:#fff; background:#ccc; font-family: 'open_sans_condensedbold'; font-weight:lighter; cursor:pointer; border:none; font-size:18px; text-transform:uppercase; text-align: center; line-height: 52px;}
.btn_form:hover {
	background-color:#26557f;
}
/*INTERIORES ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/










/*FOOTER ++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.footer {
	float:left;
	width:100%;
	margin-top:50px;
	height:74px;
}
.centro_footer {
	margin:auto;
	width:1020px;
	border-top:solid 1px #a1a1a1;
	height:74px;
}
.centro_footer span{
	float:left;
	color:#666;
	margin-top:30px;
	margin-right:5px;
}
.centro_footer a{
	float:left;
	color:#666;
	margin-top:30px;
	margin-right:5px;
}
.centro_footer a:hover{
	color:#333;
}
a.trabaja {
	float:right;
	margin: 16px 0 0 0;
}

/*FOOTER ++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/