@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'dinregular';
    src: url('../fonts/din-webfont.eot');
    src: url('../fonts/din-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din-webfont.woff') format('woff'),
         url('../fonts/din-webfont.ttf') format('truetype'),
         url('../fonts/din-webfont.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Reset css*/
   body, html{
		margin:0;
		padding:0;
		font-family: 'dinregular';
		}
    h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
    padding: 0;
    margin: 0;
    line-height: 1em;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    }
    table {
    font-size: inherit;
    font: 100%;
    }
    ul {
    list-style: none;
    }
    img {
	border-style:none;
    }
    p {
    margin: 1em 0;
    }
	a {
		color:#333;
		text-decoration:none;
	}
	
	b {
		color:#000000;
		font-size:16px;
		/*text-transform:uppercase;*/}
		
	.clear{
	clear:both;
	}
	
	.SinBorde{border:none !important;}
		
/* -----------------------Fin de reset-------------------------- */

body {
	background-image:url(../images/back_general.jpg);
	}
#pleca_universal{
	width:100%;
	height:33px;
	background-color:#FFF;
	margin:0;
	padding:0;
	position:fixed;
	border-bottom:1px solid #000;
	top:0;
	z-index:20;
	
	}
#pleca_universal #contenido{
	width:980px;
	heigh:21px;
	margin:auto;
	position:relative;
	padding-top:10px;
	}
#contenido .uni_identidad{
	width:340px;
	height:21px;
	position:relative;
	float:left;
	padding-left: 20px;
		}
#contenido .uni_redes{
	font-size:0.72em;
	width:310px;
	height:20px;
	float:right;
	position:relative;
	top:-3px;
	}
#contenido .uni_redes img{
	margin-bottom:-3px;}
#contenido .uni_redes ul li{
	display:inline;
	margin:0 2px;
	vertical-align:middle;}
.uni_redes #twitter, #facebook, #gplus{
	display:block;
	}
.uni_redes #twitter{
	width: 20px;
	height:20px;
	}
.uni_redes #facebook{
	width: 20px;
	height:20px;
	
	}
.uni_redes #gplus{
	width: 20px;
	height:20px;
	}
	
#wrapper{
	overflow:hidden;
	background-color:white;
	width:980px;
	height:600px;
	position:relative;
	margin:33px auto 0 auto;
	/*border:#ccc 1px solid;
	box-shadow: 0 0 10px #aaa;
	-moz-box-shadow: 0 0 10px #aaa;
	-webkit-box-shadow: 0 0 10px #aaa;*/
	}
	
#banner{
	width:100%;
	height:80px;
	position:relative;
	border-bottom:3px solid #333;
	z-index:10;
	}
#titulo{
	width:auto;
	height:60px;
	padding:8px 0 0 10px;
	float:left;
	}
#bolo{
	width:15px;
	float:left;
	margin:0 0 0 10px;
	border-left:1px solid #333;
	padding:0 13px;
	height:18px;
	}
#seccion{
	float:left;}
	
/* Inician estilos portada full*/
	#wrapper_full{
	overflow:hidden;
	background-color:white;
	max-width:980px;
	height:600px;
	position:relative;
	margin:33px auto 0 auto;
	/*border:#ccc 1px solid;
	box-shadow: 0 0 10px #aaa;
	-moz-box-shadow: 0 0 10px #aaa;
	-webkit-box-shadow: 0 0 10px #aaa;*/
	}
	
	
/* Terminan estilos portada full*/
		
		
/* Inician estilos sumario de portada full*/
#portada_sumario_full{
	width:290px;
	height:auto;
	padding:10px;
	color:black;
	font:16px 'dinregular', Arial, Helvetica, sans-serif;
	background-image:url(../images/white-opacity-80.png);
	float:right;
	margin-right:20px;
	margin-top:422px;	
	}
	
#boton_entrar {
	font-size:18px;
	text-transform:uppercase;
	background-color:#336699;
	padding:0px;
	margin:10px auto 0;
	text-align:center;
}

#boton_entrar a{
	display:block;
	color:#fff;
}

#boton_entrar a:hover{
	background-color:#003366;
}
/*---Terminan estilos sumario de portada full---*/

	
/*----------Comienzan estilos menu---------*/
#menu{
	width:555px;
	height:73px;
	float:right;
	font:normal 14px 'dinregular', Arial, Helvetica, sans-serif;
	}
#menu_conciencia{
	list-style-type:none;
	margin:0;
	padding:0;
	height:73px;
	width:695px;
	}
.boton{
	float:left;
	height:73px;
	width:110px;
	color:#333;
	text-align:center;
	cursor:pointer;
	background-color:#fff;
	}
.boton a{
	display:block;
	height:53px;
	padding:20px 0 0;
	color:#333;
	}
.boton a:hover{
	background-color:#eee;
	}
.borde{
	border-right:solid 1px #eee;
	}
.bordeIzqMenu{
	border-left:solid 1px #eee;
	}
	

.submenu{
	display:none;
	border-top:5px solid #56adc1;
	}
ul.submenu li{
	float:none;	
	text-align:center;
	width:100%;	
	background-color:#f9f9f9;
	}
ul.submenu li a{
	display:block;
	height:auto;
	padding:10px 0 10px 0;
	}
ul.submenu li a:hover{
	background-color:#eee;
	background-image:none;
	}
/*---------Terminan estilos menu---------*/

#portada_sumario{
	width:290px;
	height:auto;
	padding:10px;
	color:black;
	font:16px 'dinregular', Arial, Helvetica;
	background-image:url(../images/white-opacity-80.png);
	float:right;
	margin-right:20px;
	margin-top:382px;	
	}	

#contenido_portada{
	height:502px;
	width:980px;
	
	}
	
#contenido_interior{
	height:502px;
	width:980px;
	z-index:1;
	}
	
/*----------Inician estilos footer----------*/		
	#coverBoxcaption22{
	float: left;
	overflow: hidden;
	position: absolute;
	height: 500px;
	top: 580px;
	max-width: 980px;
	padding: 0;
	z-index: 5000;
	/*opacity: 0.9;*/
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
#footer_creditos {
	padding:0 12px;
	
	background-color:#FFF;
	width:980px;
	height:200px;
	font-family:'dinregular', Arial, Helvetica, sans-serif;
	font-size:11px;
	border-top:#666666 solid 1px;
	-moz-transition: background-color 300ms linear;
	-webkit-transition: background-color 300ms ease-in-out;
	-ms-transition: background-color 300ms ease-in-out;
	-o-transition: background-color 300ms ease-in-out;
	transition: background-color 300ms ease-in-out;
	}
#footer_creditos:hover {
	background-color:#eee;
	/*opacity:1;*/
}
#footer_creditos ul{
	padding-left: 20px;}
#footer_creditos li{
	float:left;
	margin: 10px 70px 0 0;
	}
#foot_l {
	float:left;
	margin-top:2px;
	color: #333;
	}
#foot_r {
	float:right; 
	margin-top:3px;
	margin-right:20px;
	color: #333;
	}
.Narea {
	color:#333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	text-align: left;
	text-transform: uppercase;
	font-weight:700;
	}
.Nnombre {
	color:#222;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	margin: 10px 0 0 0;
	}
.NTitulo {
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    text-align: left;
	}
/*----------Terminan estilos footer----------*/


#texto{
	width:230px;
	height:462px;
	padding:20px;
	float:left;
	position:relative;
	}
	
.titulo{
	width:auto;
	height:auto;
	font:20px 'dinregular', Arial, Helvetica;
	color:#333;
	font-weight:bold;
	text-transform:uppercase;
	}	
		
	#columna_izquierda{
	width:260px;
	height:442px;
	margin:20px 0 20px 20px;
	position:relative;
	float:left;
	overflow:auto;
	}
	
#columna_izquierda p {
	font:14px 'dinregular', Arial, Helvetica;
	}
	
	#titulo_columna {
	color:#333333;
	width:auto;
	margin-bottom:10px;
	position:relative;
	font: bold 21px 'dinregular', Arial, Helvetica;
	}
#texto_columna {
	font: bold 21px 'dinregular', Arial, Helvetica;
	color:#222;
	}
	
	#columna_derecha {
	width:660px;
	height:462px;
	float:right;
	position:relative;
	margin:20px 20px 20px 0;
	}

	
#columna_derecha_fotogaleria{
	width:640px;
	height:462px;
	float:right;
	position:relative;
	margin:20px 20px 0 0;
	}
	
#sumario_foco{
	width:685px;
	float:left;
	font-size:15px;
	line-height:17px;
	color:rgba(158,158,158,1.00);
	margin:20px 40px 5px 77px;}



		
