
/* entry-box article */
.entry-box-overlay,
.esenciales .degrade{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(13,24,29,1) 100%);
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(13,24,29,1) 100%);
    	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(13,24,29,1)));
    	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(13,24,29,1) 100%);
    	background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(13,24,29,1) 100%);
    	background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(13,24,29,1) 100%);
    	transition: all .3s;
}
.esenciales .degrade{
    	max-height: 140px;
}
.entry-box-overlay a{
	height: 100%;
    	width: 100%;
    	display: inline-block;
    	z-index: 2;
}
/* fondo rayado */
.img-overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(/arte/trama-15.png);
	background-repeat: repeat;
}
.banner-box .img-overlay,
.bottom-banner .img-overlay,
.content-banner .img-overlay{
	background: url(/arte/trama-100.png);
	opacity: 0.7;
}
/* espacio del banner */
.entry-box.banner-box .banner-home{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	height: 250px;
	top: 15px;
	background-color: #cecece;
}
/* entry-box sin foto */
.entry-box.sin-foto{
	height: 300px;
	background: #006595;
}
.entry-box.sin-foto article{
	height: 100%;
	overflow: hidden;
}
.entrys-con-banner .entry-box.sin-foto article .entry-title{
	margin-bottom: 8px;
}
.entrys-con-banner .entry-box.sin-foto article h3, 
.entrys-con-banner .entry-box.sin-foto article h3 a{
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 9px;
	max-height: 136px;
    	overflow: hidden;
    	color: #ffffff;
}
.bloque-2-notas .entry-box.sin-foto:nth-child(3) h3 a,
.bloque-2-notas .entry-box.sin-foto:nth-child(4) h3 a,
.bloque-2-notas .entry-box.sin-foto:nth-child(5) h3 a{
	font-size: 1.875rem;
	line-height: 2.125rem;
	color: #ffffff;
}
.entry-box.sin-foto .bajada,
.entry-box.sin-foto .bajada + p,
.entry-box.sin-foto .bajada p{
	font: 400 18px/21px Georgia, serif;
	color: #ffffff;
	max-height: 87px;
    	overflow: hidden;
    	display: block;
}
.bloque-2-notas .entry-box.sin-foto:nth-child(3) .bajada,
.bloque-2-notas .entry-box.sin-foto:nth-child(3) .bajada + p,
.bloque-2-notas .entry-box.sin-foto:nth-child(3) .bajada p,
.bloque-2-notas .entry-box.sin-foto:nth-child(4) .bajada,
.bloque-2-notas .entry-box.sin-foto:nth-child(4) .bajada + p,
.bloque-2-notas .entry-box.sin-foto:nth-child(4) .bajada p,
.bloque-2-notas .entry-box.sin-foto:nth-child(5) .bajada,
.bloque-2-notas .entry-box.sin-foto:nth-child(5) .bajada + p,
.bloque-2-notas .entry-box.sin-foto:nth-child(5) .bajada p{
	font-size: 1.125rem;
	line-height: 1.3125rem;
	color: #ffffff;
}
.entry-box.sin-foto:hover{
	background: #414246;
	transition: all .3s;
} 
.entry-box.sin-foto:hover .entry-autor p a{
    color: #1e8ebe;
    transition: all .3s;
}
/* entry-box con entry promocionado */
.entrys-con-banner .entry-box.promocionado article .entry-title{
	color: #e6007e;
}
.entrys-con-banner .entry-box.promocionado-bueno article .entry-title{
	color: #FFFF00;
}
/* entry grande sin foto */
.bloque-2-notas .entry-box.sin-foto{
    	height: 0;
    	padding-top: 48.4375%;
    	background: #006595;
    	position: relative;
} 
.bloque-2-notas .entry-box.sin-foto article{
	position: initial;
}
.bloque-2-notas .entry-box.sin-foto .entry-title{
	margin-bottom: 6px;
}
.bloque-2-notas .entry-box.sin-foto h2, 
.bloque-2-notas .entry-box.sin-foto h2 a{
	font-size: 3.125rem;
    	line-height: 3.4375rem;
	margin-bottom: 18px;
}
.bloque-2-notas .entry-box.sin-foto .bajada{
	font: 400 24px/29px Georgia, serif;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.8125rem;
}
.bloque-2-notas .entry-box.sin-foto > .group-redes{
	opacity: 0;
    	position: absolute;
    	right: 0;
    	top: 1px;
    	z-index: 2;
    	transform: translate(0px,20px);
    	-webkit-transform: translate(0px,20px);
    	-moz-transform: translate(0px,20px);
    	-o-transform: translate(0px,20px);
    	-ms-transform: translate(0px,20px);
    	transition: all .3s;
    	width: 70px;
}
.bloque-2-notas .entry-box.sin-foto:hover > .group-redes{
	transform: translate(-20px,20px);
    	opacity: 1;
    	transition: all .3s;
}    
.bloque-2-notas .entry-box.sin-foto:hover{
	background: #414246;
	transition: all .3s;
}
/* compartir en hover */

article .group-redes{
	opacity: 0;
    	position: absolute;
    	z-index: 3;
    	transition: all .3s;
    	width: 70px;
}
article:not(.entry-numerote):not(.entry-big) .group-redes,
.entry-big-columnista .group-redes{
	right: 0;
    	top: 1px;
    	transform: translate(0px,20px);
    	-webkit-transform: translate(0px,20px);
    	-moz-transform: translate(0px,20px);
    	-o-transform: translate(0px,20px);
    	-ms-transform: translate(0px,20px);
}
.esenciales article .group-redes{
    	transform: translate(0px,10px);
    	-webkit-transform: translate(0px,10px);
    	-moz-transform: translate(0px,10px);
    	-o-transform: translate(0px,10px);
    	-ms-transform: translate(0px,10px);
}
.icon-video,
.icon-fotogaleria,
.icon-audio{
	position: absolute;
	background: #006595;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
    	left: 20px;
    	top: 0;
    	z-index: 2;
    	transform: translate(0px,20px);
    	-webkit-transform: translate(0px,20px);
    	-moz-transform: translate(0px,20px);
    	-ms-transform: translate(0px,20px);
    	-o-transform: translate(0px,20px);
    	text-align: center;
	transition: all .3s;
}

.entry-box.sin-foto .icon-video,
.entry-box.sin-foto .icon-fotogaleria,
.entry-box.sin-foto .icon-audio{
	top: -68px;
	transform: none;
    	-webkit-transform: none;
    	-moz-transform: none;
    	-ms-transform: none;
    	-o-transform: none;
}

/* autores en general */

article .entry-autor{
	position: absolute;
	z-index: 2;
	width: 100%;
	text-align: center;
	margin-top: 21px;
	top: 0;
}
article.entry-30 .entry-autor{
	margin-top: 14px;
}

article .entry-autor .figure-nofoto{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 6px;
	background: #fff;
	background: transparent url(/arte/sprite-footer.png);
	background-position: 402px -166px;
	background-size: 202px;
	/**background-position: 389px -160px;
	background-size: 195px;**/
	
}

article .entry-autor figure{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 6px;
	background: #fff;
}
article .entry-autor figure img{
	border-radius: 50%;
}
article .entry-autor p,
article .entry-autor p a{
	color: #f7e2d0;
	font-size: 13px;
	line-height: 13px;
	font-family: Georgia, serif;
	font-style: italic;
	opacity: 0.9;
	display: inline-block;
}
/* fin autores en general */
/* 2 notas principales */
.bloque-2-notas{
	margin: 0 auto 0;
	float: left;
	width: 100%;
}
.page-home .bloque-2-notas{
	margin: 0 auto;
}
.page-home .home-entry-zone > .bloque-2-notas{
	margin: 0 auto 60px;
}
.bloque-2-notas + .content-banner{
	clear: both;
}
.bloque-2-notas .entry-box{
	float: left;
}
.bloque-2-notas .entry-box:first-child,
.bloque-2-notas .entry-box:nth-child(2){
	width: 48.4375%;
}
.bloque-2-notas .entry-box:nth-child(2){
	float: right;
}
.bloque-2-notas .entry-box:nth-child(3){
	clear: left;
}
.bloque-2-notas .entry-box:nth-child(3),
.bloque-2-notas .entry-box:nth-child(4),
.bloque-2-notas .entry-box:nth-child(5),
.bloque-2-notas .entry-box:nth-child(6),
.bloque-2-notas .entry-box:nth-child(7),
.bloque-2-notas .entry-box:nth-child(8),
.bloque-2-notas .entry-box:nth-child(9),
.bloque-2-notas .entry-box:nth-child(10),
.bloque-2-notas .entry-box:nth-child(11),
.bloque-2-notas .entry-box:nth-child(12){
	//width: 31.25%;
	width: 48.4375%;
	margin-top: 60px !important;
}
.bloque-2-notas .entry-box:nth-child(4),
.bloque-2-notas .entry-box:nth-child(6),
.bloque-2-notas .entry-box:nth-child(8),
.bloque-2-notas .entry-box:nth-child(10),
.bloque-2-notas .entry-box:nth-child(12){
	//margin: 0 3.125%;
	float: right;
}
.bloque-2-notas .entry-box.sin-foto:nth-child(3),
.bloque-2-notas .entry-box.sin-foto:nth-child(4),
.bloque-2-notas .entry-box.sin-foto:nth-child(5),
.bloque-2-notas .entry-box.sin-foto:nth-child(6),
.bloque-2-notas .entry-box.sin-foto:nth-child(7),
.bloque-2-notas .entry-box.sin-foto:nth-child(8),
.bloque-2-notas .entry-box.sin-foto:nth-child(9),
.bloque-2-notas .entry-box.sin-foto:nth-child(10),
.bloque-2-notas .entry-box.sin-foto:nth-child(11),
.bloque-2-notas .entry-box.sin-foto:nth-child(12){
	padding-top: 31.25%;
}
.bloque-2-notas article .entry-data,
.ranking-mercados-horizontal article .entry-data{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	margin: 20px;
	z-index: 1;
}
.bloque-2-notas .entry-title,
.ranking-mercados-horizontal article .entry-title{
	color: #ffe9d6;
	margin-bottom: 5px;
}
/* Bloque 2 notas promocionado */
.bloque-2-notas .promocionado .entry-title{
	color: #e6007e;
}
.bloque-2-notas h2,
.bloque-2-notas h2 a,
.ranking-mercados-horizontal article h2,
.ranking-mercados-horizontal article h2 a,
.ranking-mercados-horizontal article .entry-data h3,
.ranking-mercados-horizontal article .entry-data h3 a{
	color: #fff;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: .2px;
}
/* fin 2 notas principales */

/* entrys esenciales */

.esenciales .img-overlay{
	max-height: 140px;
}
.esenciales .entry-group{
	margin-top: 30px;
}
.esenciales .entry-box{
	float: left;
	margin-right: 30px;
	width: 300px;
}
.esenciales .entry-box:last-child{
	margin-right: 0;
}
.esenciales .entry-box article{
	width: 100%;
}
.esenciales figure{
	margin-bottom: 14px;
	position: relative;
}
.esenciales  .entry-title{
	color: #1d68a4;
}
.esenciales article h3,
.esenciales article h3 a{
	color: #000000;
	font-size: 24px;
	line-height: 29px;
}
/*fin entrys esenciales*/

/* entry con banner */

.entrys-con-banner .entry-box{
	width: 300px;
	float: left;
	margin-right: 30px;
	margin-bottom: 60px;
	overflow: hidden;
}

.entrys-con-banner .entry-box:nth-child(3n){
	margin-right: 0
}

.banner-box{
	height: 300px;
	position: relative;
	font-size: 10px;
	color: #8e8e93;
	display: table;
}

.banner-box > span,
.bottom-banner > span,
.content-banner > span,
.ranking-banner > span{
	font-size: 10px;
	color: #8e8e93;
	position: absolute;
	left: 9px;
	top: 3px;
}

.banner-box figure{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	z-index: 1;
	position: relative;
}

.entrys-con-banner .entry-data{
	z-index: 1;
	position: absolute;
	bottom: 0;
	margin: 20px;
}

.entrys-con-banner article .entry-title{
	margin-bottom: 3px;
	max-height: 75px;
    	overflow: hidden;
}

.entrys-con-banner article h3,
.entrys-con-banner article h3 a{
	color: #fff;
	font-size: 24px;
	line-height: 29px;
}
.entrys-con-banner article h2,
.entrys-con-banner article h2 a{
	color: #fff;
	font-size: 24px;
	line-height: 29px;
}
.bloque-2-notas .entry-box:nth-child(3) h3 a,
.bloque-2-notas .entry-box:nth-child(4) h3 a,
.bloque-2-notas .entry-box:nth-child(5) h3 a{
	font-size: 1.5rem;
	line-height: 1.8125rem;
	color: #ffffff;
}

/* fix para ultimos entrys zona 7 */

section.home-entry-zone .entrys-con-banner .entry-box:nth-child(n+3){
	margin-bottom: 0;
}

/* fin entrys con banner */

/* entrys cartones */

.cartones h2.tit-seccion:after{
	content: '';
    	display: block;
    	height: 2px;
    	width: 97px;
    	background: #1d68a4;
    	margin: 0 auto 30px;
}

section.cartones .circle-mas{
	top: 6px;
}

.entry-box-cartones{
	width: 300px;
	float: left;
	margin-right: 30px;
}

.entry-box-cartones:last-child{
	margin-right: 0;
}

.entry-box-cartones figure{
	position: relative;
}

.entry-box-cartones figure .cartones-overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.4);
	display: none;
}
.entry-box-cartones figure .cartones-overlay a{
	display: inline-block;
	height: 100%;
	width: 100%;
}
.entry-box-cartones:hover figure .cartones-overlay{
	display: block;
	transition: all .3s;
}

.cartones h3,
.cartones h3 a{
	font-size: 20px;
	line-height: 20px;
	color: #050505;
	margin-top: 10px;
}

.cartones .artista,
.cartones .artista a{
	font: italic 400 13px Georgia, serif;
	color: #1d68a4;
	margin-top: 5px;
}

.cartones .artista:hover,
.cartones .artista a:hover{
	text-decoration: underline;
	transition: all .3s;
}

/* degrade para sin fotos e iconos*/

/*.bloque-2-notas .entry-box.sin-foto:not(.entry-big-columnista) > article:after{
	content: '';
    	width: 100%;
    	height: 30px;
    	position: absolute;
    	left: 0;
    	bottom: 0;
    	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,#006495 70%);
    	background: -webkit-linear-gradient(top bottom,rgba(0,0,0,0) 0,#006495 70%);
    	background: -o-linear-gradient(top,rgba(0,0,0,0) 0,#006495 70%);
    	background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,#006495 70%);
    	background: linear-gradient(to bottom,rgba(0,101,149,0) 0,rgba(0,101,149,0) 0);
    	transition: all .3s;
    	z-index: 1;
}    

.bloque-2-notas .entry-box.sin-foto:not(.entry-big-columnista):hover > article:after{
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,#414246 70%);
    	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,#414246 70%);
    	background: -o-linear-gradient(top,rgba(0,0,0,0) 0,#414246 70%);
    	background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,#414246 70%);
    	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,#414246 70%);
    	height: 30px;
    	transition: all .3s;
}*/

.sin-foto:not(.entry-big-columnista):hover .icon-video, 
.sin-foto:not(.entry-big-columnista):hover .icon-fotogaleria, 
.sin-foto:not(.entry-big-columnista):hover .icon-audio,
.pb-sin-foto:hover .icon-video, 
.pb-sin-foto:hover .icon-fotogaleria, 
.pb-sin-foto:hover .icon-audio{
	background: #414246;
	transition: all .3s;
}

/* hovers de los entrys */

.entry-box:hover h2,
.entry-box:hover h2 a,
.entry-box:hover h3,
.entry-box:hover:not(.entry-numerote):not(.entry-100-mod-3) h3 a,
.entry-big-columnista:hover h3,
.entry-big-columnista:hover h3 a
.entry-box-cartones:hover h3,
.entry-box-cartones:hover h3 a,
.entry-box-zone.destacado:hover h3 a,
.ranking-mercados-horizontal article:hover .entry-data h3 a{
	color: #008fc5 !important;
	transition: all .3s;
}
.entry-box .entry-autor p:hover{
	color: #1e8ebe;
	transition: all .3s;
}
.agrupador .entry-box .group-redes{
	position: absolute;
	top: 20px;
	left: auto;
	right: 0;
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	transition: all 0.3s ease 0s;
	opacity: 0;
	z-index: 1;
}
.entry-box:not(.entry-numerote):hover .group-redes,
.entry-box:hover .group-redes,
.entry-box-cartones:hover article .group-redes,
.entry-big-columnista:hover article .group-redes{
	-ms-transform: translate(-20px,20px);
	-o-transform: translate(-20px,20px);
	-moz-transform: translate(-20px,20px);
	-webkit-transform: translate(-20px,20px);
	transform: translate(-20px,20px);
    	opacity: 1;
    	transition: all .3s;
}
.entry-box.entry-numerote:hover .group-redes{
	-ms-transform: translate(-20px,20px);
	-o-transform: translate(-20px,20px);
	-moz-transform: translate(-20px,20px);
	-webkit-transform: translate(-20px,20px);
	transform: translate(-20px,20px);
    	opacity: 1;
    	transition: all .3s;
	margin-right: 40px;
}
.esenciales .entry-box:hover .group-redes{
	-ms-transform: translate(-10px,10px);
	-o-transform: translate(-10px,10px);
	-moz-transform: translate(-10px,10px);
	-webkit-transform: translate(-10px,10px);
	transform: translate(-10px,10px);
    	opacity: 1;
    	transition: all .3s;
}
.agrupador .entry-box:hover .group-redes{
	-ms-transform: translate(-20px,0);
	-o-transform: translate(-20px,0);
	-moz-transform: translate(-20px,0);
	-webkit-transform: translate(-20px,0);
	transform: translate(-20px,0);
	opacity: 1;
}
.agrupador .bloque-tema-agrupador .entry-box:hover .group-redes{
	-ms-transform: translate(-60px,0);
	-o-transform: translate(-60px,0);
	-moz-transform: translate(-60px,0);
	-webkit-transform: translate(-60px,0);
	transform: translate(-60px,0);
	opacity: 1;
}
/* fin hovers de los entrys */
/* circle mas en agrupador */
.bloque-tema-agrupador .circle-mas{
	top: 20px;
	right: 20px;
}