.logo-especial-header{
	height: 90px;
}
.zona-general hr, .zona-gran-titular hr {
    background-color: #FAFAFA;
    opacity: 0.15;
}
.seccion-noticias article:after {
    background: linear-gradient(90deg, #CB0707 0%, #CB0707 10%, #efefef 10%, #efefef 100%);
}
.contenedor-logo {
    border-bottom: 1px solid rgba(250,250,250,0.15);
}
.zona-gran-titular {
    background-size: 100% 296px;
}
.nota-gran-titular {
    background-color: #CB0707;
}
footer {
    background-color: #161616;
}
footer .partecita-arriba {
    border-bottom: 1px solid rgba(250, 250, 250,0.2);
}
footer .partecita-media {
    border-bottom: 1px solid rgba(250, 250, 250,0.2);
}
footer .logo-especial-footer {
    height: 39px;
}

.zona-general {
    background-size: 100%;
}

@media (min-width: 992px){
	.logo-especial-header{
		height: 78px;
	}
	.zona-gran-titular {
	    background-size: 100% 100%;
	    height: 495px;
	}
	.contenedor-logo {
	    border-bottom: none;
	}
	.nota-gran-titular {
	    background-color: initial;
	    margin-top: 20px;
	}
	.contenedor-titular .fondito {
	    filter: none;
	    -webkit-filter: none;
	}
	.seccion-noticias article:after {
	    background: linear-gradient(90deg, #CB0707 0%, #CB0707 10%, #efefef 10%, #efefef 100%);
	}

	.degradadito-blanco-escritorio {
	    height: 363px;
	}
	.fondito-escritorio {
	    height: 495px;
	}
	.seccion-lo-ultimo:before {
	    background: linear-gradient(90deg, #efefef 0%, #efefef 47%, #CB0707 47%, #CB0707 53%, #efefef 53%, #efefef 100%);
	}
	.seccion-lo-ultimo .hooper-slide:nth-child(1):after, .seccion-lo-ultimo .hooper-slide:nth-child(4):after {
	    background: linear-gradient(90deg, #CB0707 0%, #CB0707 15%, #efefef 15%, #efefef 100%);
	}
	.zona-general {
	    background-size: cover;
	}
	.seccion-lo-ultimo .hooper-indicator.is-active, .seccion-lo-ultimo .hooper-indicator:hover {
	    background-color: #CB0707;
	}
	.seccion-lo-ultimo .hooper-indicator {
	    border: 1px solid #CB0707;
	}
	.newsletter-section .cont-rectangle .rectangle {
	    background-color: #CB0707;
	}
	.contenido-y-mas:after {
	    background: linear-gradient(90deg, #efefef 0%, #efefef 40%, #CB0707 40%, #CB0707 60%, #efefef 60%, #efefef 100%);
	}
	.seccion-lo-ultimo:after {
	    background: linear-gradient(90deg, #CB0707 0%, #CB0707 15%, #efefef 15%, #efefef 100%);
	}
}