#header-acusete {
	float:left;
	height:auto;
	width:100%;
	padding-bottom:10px;
	}
#header-acusete-imagen {
	float: left;
	height: 65px;
	width: 100%;
	background-image: url(http://static.emol.cl/emol50/Fotos/2016/09/15/file_20160915102356.jpg);
	background-size: cover;
	border-bottom: 7px solid #62000D;
	}
#header-acusete ul{
	float: left;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 1px solid #E1E0E0;
	box-sizing:border-box;
	padding:5px;
	}	
#header-acusete li{
	float: left;
	height: auto;
	width: 23.33333333333333%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #31557D;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
		line-height: 25px;
	}	
	#header-acusete li:first-child{
	float: left;
	height: auto;
	width: 30%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #31557D;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
		line-height: 25px;
	}		
#header-acusete li a{
	color: #31557D;
	text-decoration: none;
	display:block;
	}	
#header-acusete li a:hover{
	color: #62000d;

	}
#header-acusete li img{
	width: 25px;
	height: auto;
	background-color: #B10017;
	float:left;
	margin-right: 8px;
	}

		
.header-acusete-ico {
	width: 25px;
	height: auto;
	float: left;
	margin-right: 4px;
	background-color: #B10017;
	}
.header-acusete-ico img{
	width: 100%;
	height: auto;
	}
/* ===== RESOLUCIÓN < 680 ===== */

@media (max-width: 1260px) {
#header-acusete ul{
	padding-bottom:0px;
	}
	#header-acusete li, #header-acusete li:first-child{
	padding-bottom:5px;
	width: 50%;
	}
/* ===== RESOLUCIÓN < 580 ===== */

@media (max-width: 580px) {
	#header-acusete-imagen {
	height: 50px;
	}
}

/* ===== RESOLUCIÓN < 380 ===== */

@media (max-width: 380px) {
#header-acusete-imagen {
	height: 40px;
	}
	#header-acusete li, #header-acusete li:first-child{
	width: 100%;
	}
}