
@font-face {
    font-family: 'roboto';
    src: url('https://static.emol.cl/emol50/especiales/css/fonts/robotocondensed-regular-webfont.eot');
    src: url('https://static.emol.cl/emol50/especiales/css/fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://static.emol.cl/emol50/especiales/css/fonts/robotocondensed-regular-webfont.woff') format('woff'),
         url('https://static.emol.cl/emol50/especiales/css/fonts/RobotoCondensed-Regular.ttf') format('truetype'),
         url('https://static.emol.cl/emol50/especiales/css/fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


#especiales_header {
	width: 100%;
	float:left;
	position:inherit;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	background-image: url(https://static.emol.cl/emol50/Fotos/2025/08/08/file_20250808144527.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#especiales_header img{
	width: 100%;
	float:left;
	height:40px;
	position:inherit;
	border: 0px;

}

.especiales_header_img_escritorio{
display:inherit;
}

#especiales_header ul{
	float:left;
	bottom: -26px;
	display: block;
	height: 26px;
	left: 0px;
	list-style-type: none;
	color: #fff;
	margin: 0px;
    box-sizing: border-box;
    padding: 0px;
    padding-left: 16px;
	display:inherit;
	width: 100%;
/*    background-image: url(https://static.emol.cl/emol50/Fotos/2021/03/24/file_20210324222335.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
    font-family: 'roboto', Arial, Helvetica, sans-serif, Verdana;
	background-color: #211b5e;
    border-radius: 0 0 10px 10px;
}

#especiales_header li{
	    display: inline-flex;
    font-size: 16px;
    height: 14px;
    line-height: 14px;
    margin-top: 6px;
    /* padding-left: 12px; 
    border-right: 1px solid #a3794d;*/
    text-transform: uppercase;
}

#especiales_header li i {
/*    display: none;*/
}

#especiales_header li a:link,
#especiales_header li a:visited {
color: #fff;
    font-weight: normal;
    text-decoration: none;
	padding-left: 5px;
    padding-right: 13px;
    cursor: pointer;
}

#especiales_header li a:hover {
    text-decoration: underline;
	color: #fff;
    transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
    cursor: pointer;
}

#menu-especial li.volver_a_emol {
display:none;
background-image:none;
padding-left:0px;
}

.fa-menu {
    margin-left: 0;
    margin-right: 2px;
    display: initial;
    color: #fff;
}

@media (max-width: 1024px) {
#especiales_header li{
	font-size: 14px;
}


#especiales_header li a{
	float: left;
}

#menu-especial li.volver_a_emol {
display:none;
background-image:none;
padding-left:0px;
}

}
@media (max-width: 768px) {

#especiales_header li{
	font-size: 13px;
}


#especiales_header li a{

	padding-right: 3px;
	padding-left: 3px;
	float: left;
}

#menu-especial li.volver_a_emol {
display:none;
background-image:none;
padding-left:0px;
}

}
