/* DESKTOP */
.opciones{
	    border: 1px solid;
    width: 43%;
    float: left;
    padding: 2%;
    margin-left: 2%;
    background: #00a0af;
    color: white;
    font-size: 16px;
    cursor: pointer;
}
.masLeido, .ultimasnoticias{
	display: none;
}
.masLeido, .ultimasnoticias{
    height: 349px;
    overflow: scroll;
    overflow-x: hidden;
    margin-right: -20px;
    background: white;
    width: 99%;
    margin-left: 1%;
}
.masLeido li{ 
    margin: 5%;
}
.listadoLeido{
	height:349px;
	overflow:scroll;
	overflow-x: hidden;
	margin-left: -15px;
	margin-right: -20px;
}
.numeroListado{
	float:left;
	width:20px;
}
.imgListado{
	width:70px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
}
.ultimasNoticias{
	width: 253px;
}
.ultimasNoticias ul{
	width: 100%;
	position: relative;
	min-height: 350px;
	overflow: hidden;
	height: 0px;
}
.ultimasNoticias ul li{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	opacity: 0.861616;
	display: list-item;
	width: 100px;
	height: 0px;
}
.ultimasNoticias ul li article{
	width: 253px;
}
.imagenNoticias{
	display:block;
}
.textocaja{
	height: 95px;
	overflow: hidden;
	margin-top: 10px;
}
.contenedorButton{
	margin-top:10px;
}
.leerMasNoticia{
	margin-left: 0px;
	height: 20px;
	max-height: 20px;
	min-height: 20px;
	line-height: 20px;
	width: 80px;
}
.imagencaja{
	margin-top: 10px;
}

.tituloLeido{
	display: flex;
}

/* MOBILE */
@media (max-width: 567px) {

}