@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:18px;
		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{
	max-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;
	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;*/
	}
	
#banner{
	max-width: 980px;
	height: 73px;
	position: relative;
	border-bottom: 5px solid #7d77b8;
	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;
	margin-left:-10px;}
	
/* 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;*/
	}

#contenido_portada_full{
	height:600px;
	width:100%;
	background-image:url(../images/portada.jpg);
	}	
	

#btn_entrar{
	position: absolute;
	top: 105px;
	left: 838px;
	width: 93px;
	height: 26px;
}
	
#btn_entrar a{
	color: #FFFFFF;
	font-size: 0.88em;
	padding: 3px 10px;
	background-color: #7D77B8;
	float: right;
	text-align: right;
}

/*---Terminan estilos sumario de portada full---*/

	
/*----------Comienzan estilos menu---------*/
#menu{
	width: auto;
	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: auto;
	}
.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;
	}
	
.active{
	float:left;
	height:73px;
	width:110px;
	color:#333;
	text-align:center;
	cursor:pointer;
	background:url(../images/active.png) no-repeat #fff;
	background-position:bottom;
	}
.active a{
	display:block;
	height:53px;
	padding:20px 0 0 ;
	
	color:#444;
	}
.active a:hover{
	background:url(../images/active.png) no-repeat #eee;
	background-position:bottom;
	}
.submenu{
	display: none;
	border-top: 5px solid #9994c8;

	}
ul.submenu li{
	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: 900px;
	height: auto;
	padding: 10px;
	color: #FFF;
	text-align: center;
	margin: 400px 25px;
	font: 15px 'dinregular', Arial, Helvetica;
	float: left;
	background-image: url(../images/black-opacity-60.png);
	}
#contenido_portada{
	height:502px;
	width:100%;
	background-image:url(../images/portada.jpg);
	}
			
	
#contenido_interior{
	height:502px;
	width:100%;
	background-image:url(../images/back_interior.jpg);
	}
	
/*----------Inician estilos footer----------*/		
	#coverBoxcaption{
	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 {
	
	background-color:#FFF;
	width:980px;
	max-width:980px;
	height:250px;
	font-family:'dinregular', Arial, Helvetica, sans-serif;
	font-size:11px;
	border-top:#7d77b8 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:hover {
	background-color:#eee;
	/*opacity:1;*/
}
#footer ul{
	padding-left: 20px;}
#footer li{
	float:left;
	margin: 10px 70px 0 0;
	}
#foot_l {
	float:left;
	margin:3px 10px;
	color: #333;
	}
#foot_r {
	float:right; 
	margin:3px 10px;
	color: #333;
	}
.Narea {
	color:#7d77b8;
	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: 12px;
	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: 250px;
	height: 490px;
	margin: 20px;
	position: relative;
	float: left;
	overflow: auto;
	}
	
#columna_izquierda p {
	font:14px 'dinregular', Arial, Helvetica;
	}
	
	#titulo_columna {
	color: #7D77B8;
	width: auto;
	margin-bottom: 10px;
	position: relative;
	font: bold 21px 'dinregular', Arial, Helvetica;
	}

	
	#columna_derecha {
	width:620px;
	height:490px;
	float:right;
	position:relative;
	margin:10px 20px 10px 0;
	}

	
#columna_derecha_fotogaleria{
	width: 680px;
	height: 462px;
	float: right;
	position: relative;
	margin: 20px 10px 20px 0;
	}
	

#texto_columna {
	font: bold 16px 'dinregular', Arial, Helvetica;
	color:#222;
	}
	
#boton_entrar {
		position:absolute; 
		top:545px; 
		right:10px;
		}


#boton_entrar a{
	color: #FFFFFF;
	font-size: 0.92em;
	padding: 5px 20px;
	background-color: #7D77B8;
}

#boton_entrar a:hover{
	background-color:#003366;
}		
		
