/* Develop by @danielazarte & Dario Gutierrez*/
/* Inicio Reset */
* {
	margin: 0;

	padding: 0;
	border: 0;
	}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	}
html {
	height:100%;
	background: url(../img/background.jpg);
	}
body,td,th{
	font-family:'Domine';
	font-size: .8em;
	line-height: normal;
	}
h1{
	margin-right: .5em;
	margin-left: .5em;
	}
a{
	font-weight: normal;
	text-decoration: none;
	color: #000;
	}
a:hover{
	color: #000;
	}
img, video{
	max-width:100%;
	width: 100%;
	}
@font-face {
  font-family: 'Domine';
  font-style: normal;
  font-weight: 400;
  src: local('Domine'), local('Domine-Regular'), url(http://themes.googleusercontent.com/static/fonts/domine/v2/1KlmlHXZHUehH22N_q86AA.woff) format('woff');
}
@font-face {
  font-family: 'Domine';
  font-style: normal;
  font-weight: 700;
  src: local('Domine Bold'), local('Domine-Bold'), url(http://themes.googleusercontent.com/static/fonts/domine/v2/BmiPqZorq0QiT-p6kf1paT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 700;
  src: local('Bitter-Bold'), url(http://themes.googleusercontent.com/static/fonts/bitter/v5/evC1haE-MsorTl_A7_uSGT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
/* ---------------------- Fin Reset ---------------------- */
.wrapper{
	width: 100%;
	max-width: 996px;
	margin: auto;
	background: #fff;
	display: block;
	box-shadow: 0 0 1.7em #cccccc;
	-webkit-box-shadow: 0 0 1.7em #cccccc;
	-moz-box-shadow: 0 0 1.7em #cccccc;
	filter: shadow(color=#cccccc, direction=135, strength=2);
	text-align: center;
	}
/* ---------------------- header  ---------------------- */
header{
	margin: 0 0 10px 0;
	width: auto;
	display: block;
	}
header .cabecera_cont{
	margin: auto;
	width: auto;
	display: block;
	padding:10px;
	background-image: url(../img/map.png);
	background-repeat: no-repeat;
	background-position: center -5em;
	}
header .logo{
	display: inline-block;
	width: 29%;
	text-align: left;
	vertical-align: middle;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 0;
		/* ANIMACION LLEGADA */
	-webkit-animation: logocaida 0.5s ease-in;
	-o-animation: logocaida 0.5s ease-in;
	-moz-animation: logocaida 0.5s ease-in;
	animation: logocaida 0.5s ease-in;
	

	}	
header .logo2{
	display: inline-block;
	width: 29%;
	text-align: left;
	vertical-align: middle;
	}
.cabecera_cont section{
	display: inline-block;
	width: 70%;
	vertical-align: middle;
	text-align: right;
	line-height: 22px;
	}
.cabecera_cont section .texto{
	display: inline-block;
	margin:auto;
	}
.cabecera_cont section .texto p{
	display: inline-block;
	margin: auto;
	vertical-align: top;
	color: #F00;
	font-weight: bold;
	font-size: 2em;
	}
.cabecera_cont section .texto2{
	margin:auto;
	width:auto;
	}
.cabecera_cont section .texto2 p{
	display: inline-block;
	margin: auto;
	vertical-align: top;
	color: #F00;
	font-weight: bold;
	}
/* ---------------------- social Icono 1 ---------------------- */
.social{
	display: inline-block;
	width: 80%;
	vertical-align: middle;
	text-align: right;

	}
.social li{
	margin: auto 3px;
	width: auto;
	display: inline-block;
		/* Animacion de Llegada */

	}

.social a{
	width: 25px;
	height: 25px;
	display: block;
	border-radius: 16px;
	background-color: #000;
	overflow: hidden;
	text-indent: -999px;
	background-color: #B9B9B9;
	background-image: url(../img/iconos1.png);
	background-repeat: no-repeat;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	
	}

	.social a:hover{
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);	
	}
.social li:first-child a{
	background-position: 5px 5px;
	/* ANIMACION LLEGADA */
	-webkit-animation:llegada 0.4s ease-out;
	-o-animation:llegada 0.4s ease-out;
	-moz-animation:llegada 0.4s ease-out;
	animation:llegada 0.4s ease-out;
	}
.social li:first-child a:hover{
	background-color: #4167A2;

	}
.social li:nth-child(2) a{
	background-position: -37px 5px;
	/* ANIMACION LLEGADA */
	-webkit-animation:llegada 0.6s ease-out;
	-o-animation:llegada 0.6s ease-out;
	-moz-animation:llegada 0.6s ease-out;
	animation:llegada 0.6s ease-out;
	}
.social li:nth-child(2) a:hover{
	background-color: #36ACE2;
	}
.social li:nth-child(3) a{
	background-position: -78px 4px;
	/* ANIMACION LLEGADA */
	-webkit-animation:llegada 0.7s ease-out;
	-o-animation:llegada 0.7s ease-out;
	-moz-animation:llegada 0.7s ease-out;
	animation:llegada 0.7s ease-out;
	}
.social li:nth-child(3) a:hover{
	background-color: #4167A2;
	}
.social li:nth-child(4) a{
	background-position: -120px 5px;

	/* ANIMACION LLEGADA */
	-webkit-animation:llegada 0.8s ease-out;
	-o-animation:llegada 0.8s ease-out;
	-moz-animation:llegada 0.8s ease-out;
	animation:llegada 0.8s ease-out;

	}
.social li:nth-child(4) a:hover{
	background-color: #ED393C;
	}
.social li:nth-child(5) a{
	background-position: -163px 5px;
		/* ANIMACION LLEGADA */
	-webkit-animation:llegada 0.9s ease-out;
	-o-animation:llegada 0.9s ease-out;
	-moz-animation:llegada 0.9s ease-out;
	animation:llegada 0.9s ease-out;

	}
.social li:nth-child(5) a:hover{
	background-color: #BE9749;
	}
.social li:nth-child(6) a{
	background-position: -206px 5px;
		/* ANIMACION LLEGADA */
	-webkit-animation:llegada 1s ease-out;
	-o-animation:llegada 1s ease-out;
	-moz-animation:llegada 1s ease-out;
	animation:llegada 1s ease-out;

	}
.social li:nth-child(6) a:hover{
	background-color: #09B084;
	}
.social li:nth-child(7) a{
	background-position: -249px 5px;
		/* ANIMACION LLEGADA */
	-webkit-animation:llegada 1.2s ease-out;
	-o-animation:llegada 1.2s ease-out;
	-moz-animation:llegada 1.2s ease-out;
	animation:llegada 1.2s ease-out;

	}
.social li:nth-child(7) a:hover{
	background-color: #ED393C;
	}
/* ---------------------- social Icono 2 ---------------------- */
.social2{
	display: inline-block;
	width: 55%;
	vertical-align: middle;
	text-align: right;
	margin-bottom:2px;
	}
.social2 li{
	margin: auto 1px;
	width: auto;
	display: inline-block;
	}
.social2 a{
	width: 18px;
	height: 18px;
	display: block;
	border-radius: 16px;
	background-color: #000;
	overflow: hidden;
	text-indent: -999px;
	background-color: #B9B9B9;
	background-image: url(../img/iconos2.png);
	background-repeat: no-repeat;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	}
.social2 li:first-child a{
	background-position: 3px 3px;
	}
.social2 li:first-child a:hover{
	background-color: #4167A2;
	}
.social2 li:nth-child(2) a{
	background-position: -29px 3px;
	}
.social2 li:nth-child(2) a:hover{
	background-color: #36ACE2;
	}
.social2 li:nth-child(3) a{
	background-position: -90px 3px;
	}
.social2 li:nth-child(3) a:hover{
	background-color: #ED393C;
	}
.social2 li:nth-child(4) a{
	background-position: -123px 3px;
	}
.social2 li:nth-child(4) a:hover{
	background-color: #BE9749;
	}
/* ---------------------- social Icono 3 ---------------------- */
.social3{
	display: inline-block;
	width: 55%;
	vertical-align: middle;
	text-align: right;
	margin-bottom:2px;
	}
.social3 li{
	margin: auto 2px;
	width: auto;
	display: inline-block;
	}
.social3 a{
	width: 18px;
	height: 18px;
	display: block;
	border-radius: 16px;
	background-color: #000;
	overflow: hidden;
	text-indent: -999px;
	background-color: #C39;
	background-image: url(../img/iconos2.png);
	background-repeat: no-repeat;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	}
.social3 li:first-child a{
	background-position: 3px 3px;
	}
.social3 li:first-child a:hover{
	background-color: #4167A2;
	}
.social3 li:nth-child(2) a{
	background-position: -29px 3px;
	}
.social3 li:nth-child(2) a:hover{
	background-color: #36ACE2;
	}
.social3 li:nth-child(3) a{
	background-position: -90px 3px;
	}
.social3 li:nth-child(3) a:hover{
	background-color: #ED393C;
	}
.social3 li:nth-child(4) a{
	background-position: -123px 3px;
	}
.social3 li:nth-child(4) a:hover{
	background-color: #BE9749;
	}
article.portada .social3{
	display: inline-block;
	width: 72%;
	vertical-align: middle;
	text-align: right;
	margin-bottom:2px;
	}
article.portada .social3 li{
	margin: auto 2px;
	width: auto;
	display: inline-block;
	}
/*  ----------------------  buscador  ---------------------- */
#search{
	text-align:right;
	}
#search input{
	box-shadow: none;
	border: 1px solid #eee;
	color: #999;
	width: 187px;
	display: inline-block;
	padding: 4px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#search button {
	margin-top: -10px;
	height: 32px;
}
.button-search{
	cursor: pointer;
	display: inline-block;
	height: 18px;
	width: 35px;
	margin-left: -38px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../img/search.png);
	background-repeat: no-repeat;
	background-position: center 3px;
}
/*-------------------------- Navegadores -------------------------------*/
.nav_primario{
	text-align:center;
	margin:auto;
	width:auto;
	background:#000;
	}
.nav_secundario{
	text-align:center;
	margin:auto;
	width:auto;
	background: #999;
	}
nav.nav_primario li a {
	display: block;
	padding: 0.5em 1.72em;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	}
nav.nav_secundario li a {
	display: block;
	padding: 0.5em 3.4em;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	}
nav.nav_primario li {
	display: inline-block;
	margin: 0 -.11em;
	}
nav.nav_secundario li {
	display: inline-block;
	background: #999;
	margin: 0 -.11em;
	}
li.dropdown a:hover, 
li.dropdown:hover a {
	background-color: #f00;
	}
.active{
	background-color: #f00;
	}
/*---------------------------- cuerpo  ---------------------------------*/
.cuerpo_cont{
	margin: 0 7px;
	width: 68%;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	}
.portada{
	display: block;
	margin:  0 0 10px 0;
	text-align: left;
	}
article.fotoportada{
	margin: auto;
	display:  block;
	width: auto;
	}
.portada li {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	}
.portada ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
.fotoleyenda{
	position: absolute;
	bottom: 2px;
	z-index: 10;
	background: rgba(0, 0, 0, 0.7);
 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000,endColorstr=#50000000);
	display: block;
	width: 100%;
	color: #fff;
	}
.portada article h2{
	background: red;
 	display: inline-block;
	padding: 1px 7px 1px 7px;
	margin-top: 5px;
	font-size: 1em;
	}
.titulo{
	font-size: 2.3em;
	display: block;
	margin: 5px 10px;
	font-weight: bold;
	}
/*  ----------------------  Seccion 2  ---------------------- */
.cont_seccion2{
	margin: auto;
	width: auto;
	margin: 0 0 10px 0;
	}
article.seccion2 {
	padding: 10px;
	display: inline-block;
	width: 30%;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666
	}
article.seccion2 h2{
	color: #FF0000;
	font-weight: bold;
	font-size: 1em;
	padding-bottom: 5px;
	display:inline-block;
	vertical-align:middle;
	width:43%;
	margin:auto;
	}
article.seccion2  h3{
	font-size: 1.2em;
	margin-top: 5px;
	}
/* ---------------------- seccion 3  ---------------------- */
.seccion3{
	display: inline-block;
	background-image: url(../img/back_grape.png);
	width: auto;
	color: #fff;
	text-align: left;
	margin: 10px 0;
	}
.seccion3 img {
	border: 1px solid #FFF;
	}
.seccion3 article{
	margin:14px;
	display: inline-block;
	vertical-align: top;
	}
article.portada{
	width: 42%; 	
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: top;
	}
article.portada h2{
	font-size: 1em;
	display:inline-block;
	vertical-align:middle;
	width:auto;
	margin: 0 0 10px 0;
	}
article.portada h3{
	font-size: 1.68em;
	display:inline-block;
	vertical-align:middle;
	width:auto;
	margin: 0 0 10px 0;
	}
article.portada p{
	font-size: 1em;
	display:inline-block;
	vertical-align:middle;
	width:auto;
	margin: auto;
	}
.seccion3 figure{
	display:inline-block;
	vertical-align:middle;
	width:56%;
	margin: auto;
	}
article.portada2{
	margin: 13px;
	display: inline-block;
	width: 29.2%;
	}
article.portada2 h2{
	padding-bottom: 7px;
	font-size: 1em;
	padding-bottom: 5px;
	display:inline-block;
	vertical-align:middle;
	width:43%;
	margin:auto;
	}
article.portada2 h3{
	padding-top: 5px;
	font-size: 1.2em;
	}
article.portada3{
	margin: 13px;
	display: inline-block;
	width: 29.2%;
	}
article.portada3 h2{
	padding-bottom: 7px;
	font-size: 1em;
	padding-bottom: 5px;
	display:inline-block;
	vertical-align:middle;
	width:43%;
	margin:auto;
	}
article.portada3 h3{
	padding-top: 5px;
	font-size: 1.2em;
	}
/* -----------------------Galeria Fotografica ------------------------*/
section .galeriafotografica{
	margin: 10px 0;
	width:auto;
	display:block;
	color:#FFF;
	text-align:left;
	}
.galeriafotografica h1{
	margin:auto;
	width:auto;
	padding:7px;
	background: #000;
	}
.galeriafotografica article{
	margin:auto;
	width:auto;
	}
ul.columna_1{
	margin:2px auto;
	width:47.3%;
	display:inline-block;
	vertical-align:middle;
	list-style:none;
	}
ul.columna_2{
	margin:2px auto;
	width:52%;
	display:inline-block;
	vertical-align:middle;
	list-style:none;
	}
ul.columna_1 li.block1{
	margin:auto;
	width:54.45%;
	display:inline-block;
	vertical-align:middle;
	}
ul.columna_1 li.block2{
	margin:auto;
	width:44.6%;
	display:inline-block;
	vertical-align:middle;
	}
ul.columna_2 li.block3{
	margin:auto;
	width:49.55%;
	display:inline-block;
	vertical-align:top;
	}
ul.columna_2 li.block4{
	margin:auto;
	width:auto;
	display:inline-block;
	vertical-align:middle;
	}
/*  ---------------------- Publicidades  ---------------------- */
.publicidad_01	 {
	margin: auto;
	width: auto;
	}
.publicidad_02 {
	margin: 0 0 10px 0;
	width: auto;
	}
/*  ---------------------- Lineas de separacion  ---------------------- */
.line{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666;
	margin: 5px 0;
	width: auto;
	}
.linefooter{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	margin: 10px 0;
	width: auto;
	}
/*  -------------------------------------- aside  --------------------------------------- */
aside{
	margin: 0 7px;
	width: 28.3%;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	}
/* ---------------------------------------- aside----------------------------------------- */
.video{
	width:auto;
	color:#fff;
	margin: 0 0 10px 0;
	position: relative;
	max-width:100%;
	}
.video h6{
	background:#f00;
	margin:auto;
	width:auto;
	font-size: 1.3em;
	padding: 5px;
	}
.video h6 figcaption{
	margin:auto;
	width:7%;
	display:inline-block;
	vertical-align:middle;
	}
.video h6 p{
	margin:0 10px;
	width:auto;
	display:inline-block;
	vertical-align:middle;
	}
.video h3{
	margin: auto;
	margin-bottom:3px;
	background: rgba(0, 0, 0, 0.5);
	width: auto;
	position: absolute;
	bottom: 0;
	padding: 5px;
	display: block;
	font-size:13px;
}
.video h3 p{
	margin:auto;
	margin-left: 5px;
	width:80%;
	display:inline-block;
	vertical-align:middle;
	}
.video h3 figcaption{
	margin:auto;
	width:15%;
	display:inline-block;
	vertical-align:middle;
	}
/* ------------------------------------ Video Reportajes ---------------------------------*/
.videorreportajes{
	display: inline-block;
	width: 100%;
	margin:0 0 10px 0;
	color:#FFF;
	height: 178px;
	}
.content {
	position: relative;
	width: auto;
	background: #9C3;
	background-color: #999999;
	overflow: hidden;
	}
.contimg{
	width:auto;
	max-width: 274px;
	margin: auto;
	overflow: hidden;
	height:147px;
	}
.videorreportajes h6{
	background:#f00;
	margin:auto;
	width:auto;
	padding: 5px;
	}
.videorreportajes h6 figcaption{
	margin:auto;
	width:7%;
	display:inline-block;
	vertical-align:middle;
	}
.videorreportajes h6 p{
	margin:0 10px;
	width:auto;
	display:inline-block;
	vertical-align:middle;
	font-size: 2em;
	}
.videorreportajes p{
	width: 133px;
	margin: auto;
	text-align: left;
	font-size: 12px;
	}
.videorreportajes h1 figcaption{
	width: 48px;
	margin:auto;
	display:inline-block;
	}
.videorreportajes figcaption{
	width: 133px;
	margin:auto;
	}
.lista .als-item {
	margin: 0 2px;
	}
.lista .als-item img {
	position: relative;
	display: block;
	vertical-align: middle;
	margin-bottom: 8px;
	}
.videorreportajes ul {
	position: relative;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
	}
/* ----------------------------------------------------- */
.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
	}
.lista .als-prev {
	left: 0px;
	}
.lista .als-next {
	right: 0px;
	}
.lista .als-prev, .lista .als-next {
	top: 60px;
	width: 25px;
	height: 22px;
	}

/* ----------------------------------- acordeon -------------------------------------------- */
.acordeon{
	width: auto;
	margin:0 0 10px 0;
	text-align: left;
	color: #fff;
	font-size: 15px;
}
.acordeon h1{
	background:#000;
	margin:auto;
	width:auto;
	font-size: 1.1em;
	padding: 7px 13px;
	}
.acordeon label{
	font-family: 'Domine', Arial, sans-serif;
	padding: 0 20px;
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
	line-height: 33px;
	background: #505050;
	background: -moz-linear-gradient(top, #606060 1%, #505050 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#606060), color-stop(100%,#505050));
	background: -webkit-linear-gradient(top, #606060 1%,#505050 100%);
	background: -o-linear-gradient(top, #606060 1%,#505050 100%);
	background: -ms-linear-gradient(top, #606060 1%,#505050 100%);
	background: linear-gradient(top, #606060 1%,#505050 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#505050',GradientType=0 );
}
.acordeon label:hover{
	background: #F00;
	background: -moz-linear-gradient(top, #F00 1%, #900 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#F00), color-stop(100%,#900));
	background: -webkit-linear-gradient(top, #F00 1%,#900 100%);
	background: -o-linear-gradient(top, #F00 1%,#900 100%);
	background: -ms-linear-gradient(top, #F00 1%,#900 100%);
	background: linear-gradient(top, #F00 1%,#900 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F00', endColorstr='#900',GradientType=0 );
}
.acordeon input:checked + label,
.acordeon input:checked + label:hover{
	color: #fff;
	background: #F00;
	background: -moz-linear-gradient(top, #F00 1%, #900 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#F00), color-stop(100%,#900));
	background: -webkit-linear-gradient(top, #F00 1%,#900 100%);
	background: -o-linear-gradient(top, #F00 1%,#900 100%);
	background: -ms-linear-gradient(top, #F00 1%,#900 100%);
	background: linear-gradient(top, #F00 1%,#900 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F00', endColorstr='#900',GradientType=0 );
}
.acordeon label:hover:after,
.acordeon input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 4px;
	background: transparent url(../img/arrow_down.png) no-repeat center center;	
}
.acordeon input:checked + label:hover:after{
	background-image: url(../img/arrow_up.png);
}
.acordeon input{
	display: none;
}
.acordeon p{
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.acordeon input:checked ~ p{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}
.acordeon input:checked ~ p{
	height: auto;
}
/*  ------------------------------------- mas leidas ----------------------------------------- */
.cont_masleida{
	width: auto;
	background: #050505;
	color: #FFF;
	text-align: left;
	margin: 0 0 10px 0;
	}
.cont_masleida h5{
	background:#000;
	margin:auto;
	width:auto;
	font-size: 1.3em;
	padding: 7px 13px;
	}
.cont_masleida nav{
	margin:auto;
	width: auto;
	}
.cont_masleida nav ul{
	margin:auto;
	width: auto;
	list-style:none;
	}
.cont_masleida nav ul li{
	margin-top:2px;
	width:auto;
	background:#202020;
	}
.cont_masleida nav ul li h1{
	margin: auto;
	width: 12%;
	padding: 23px 4px;
	font-size: 1.5em;
	background: #900;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	}
.cont_masleida nav ul li h4{
	margin-left:-4px;
	display: inline-block;
	vertical-align: middle;
    border-top: 35px solid transparent;
    border-left: 21px solid #900;
    border-bottom: 35px solid transparent;
	}
.cont_masleida nav ul li h2{
	margin: auto;
	width: 72%;
	padding: 5px;
	font-size: 0.95em;
	display: inline-block;
	vertical-align: middle;
	}
nav ul li a {
	color: #D4D4D4;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	}
nav ul li {
	display: inline-block;
	
	}
li.dropdown a:hover, 
li.dropdown:hover a {
	color: #fff;
	background:#202020;
	}
/*  ----------------------------- footer  --------------------------------- */
footer{
	color: #000;
	font-size: 0.85em;
	background:#999;
	height:auto;
	padding:1em;
	}
footer h3{	
	display: inline-block;
	margin: 0 1.5em;
	}
footer .footer{
	color: #FFF;
	text-align: left;
	font-size:1.2em;
	margin:0 2em ;
	width:auto;
	display: inline-block;
	vertical-align: middle
	}
footer figcaption{
	margin:auto;
	width:auto;
	display: inline-block;
	vertical-align: top;
	}
/* -------------------------------- cuerpo de noticia ------------------------------------*/
/* --------- cuerpo de noticia --------- */
section.cuerpo_cont aside{
	width: 30%;
	margin:0 20px 0 0;
	display:inline-block;
	vertical-align:top;
	}
section.cuerpo_cont section{
	width: 66%;
	margin:auto;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	line-height: 19px;
	font-size: 1.2em;
	}
section.cuerpo_cont section font{
	font-weight:bold;
	font-size: 1.1em;
	font-family: Bitter;
	}
section.cuerpo_cont section font p{
	font-weight:bold;
	color:#F00;
	display: inline;
	}
section.cuerpo_cont h1{
	width: auto;
	margin: 0 0 10px 0;
	font-size: 2.9em;
	font-weight:bold;
	text-align:left;
	}
section.cuerpo_cont h4{
	width: auto;
	margin: 0 0 10px 0;
	font-size: 1.6em;
	font-weight:bold;
	text-align:left;
	}
section.cuerpo_cont .portada ul  li article.fotoportada .fotoleyenda p {
	font-size:14px;
	padding: 7px;
	text-align:right;
	}







/* RICARDO LAZARTE MODIFICACIONES 22 - JULIO - 2014 */

/* Slide Container*/
#slidy-container {
width: 100%; overflow: hidden;
}

#slidy { margin: 0; font-size: 0; position: relative; width: 400%; }
#slidy img { width: 25%; }

/* RICARDO LAZARTE MODIFICACIONES 22 - JULIO - 2014 */
/* ANIMACION LLEGADA ICONOS SOCIALES  */

/* CHROME */
@-webkit-keyframes llegada{
	from {
		-webkit-transform:translateX(2000px);
	}

	to{
		-webkit-transform:translateX(0);

	}

}

/* OTROS */
@keyframes llegada{
	from {
		transform:translateX(1500px);

	}

	to{
		transform:translateX(0);

	}

}

/* LOGO CAIDA MOD DANIEL LAZARTE*/
@-webkit-keyframes logocaida{
	from {
		-webkit-transform:translateY(-200px);
	}



	to{
		-webkit-transform:translateY(0);

	}

}

/* LOGO CAIDA MOD DANIEL LAZARTE*/

@keyframes logocaida{
	from {
		transform:translateY(-200px);

	}

	to{
		transform:translateY(0);

	}

}