<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.entrevistadestacada {
	background: #AD3827;
	color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
}

.entrevistado {
	background: #AD3827;
	color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
}

.noticias {
	min-height:190px;
	-moz-box-shadow: inset 0 40px 20em #666;
    -webkit-box-shadow: inset 0 40px 20em #000;
    box-shadow: inset 0px 40px 20em #000;
	color:#fff;
	position:relative;
	background:url(../images/noticia1.jpg);
}

.noticiasd {
	min-height: 190px;
    color: #fff;
}

.contenedornoticia {
	padding:20px;
	max-height: 240px;
	margin-top: 0;
}

.contenedornoticiad {
	padding:0px;
}

.titulonoticia {
	font-size: 20px;
	color: #FFF;
	overflow: hidden;
	max-width: 32ch;
	background: rgba(0, 0, 0, 0.47);
	position: relative;
	margin: -10px 0 10px -20px;
	padding: 10px 0px 10px 20px;
	border-right: 5px #FC0 solid;
	border-radius: 0px 5px 0px 0px;
	font-family: 'Lato', sans-serif;
	line-height: 22px;
	margin-top: 4px;
}

.titulonoticiad {
	font-size: 22px;
	color: #5D331A;
	overflow: hidden;
	max-width: 32ch;
	background: #FFEB9D;
	position: relative;
	margin: 20px -10px 10px -30px;
	padding: 15px 10px 15px 30px;
	border-right: 10px #AD3827 solid;
	border-radius: 0px 5px 0px 0px;
	font-family: 'Lato', sans-serif;
}

.intronoticia {
	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
 	overflow-y: hidden;
	line-height: 18px;
}

.intronoticiad {
	display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    line-height: 25px;
    margin-top: 25px;
}

.leermasnoticia {
	background: #2a5aa8;
	padding: 5px;
	display: inline-block;
	margin-top: 10px;
	position: absolute;
    bottom: 20px;
}

.leermasnoticiad {
	background: #2a5aa8;
    padding: 5px;
    display: inline-block;
    margin-top: 10px;
    position: absolute;
    bottom: 20px;
}

.audionoticias {
	position:absolute;
	right:0px;
	bottom:0px;
}

.escucharaudio {
	width: 120px;
	float: right;
	line-height: 19px;
	font-family: 'roboto condensed';
	font-size: 12px;
	background: rgb(173, 56, 39);
	max-height: 20px;
	color: #FFF;
	padding-left: 3px;
	border: 1px #000 solid;
}

.noticias:first-child {
	width:49%;
	height: auto;
	min-height: 220px;
	float:left;
	margin-right:2%;
	margin-bottom: 15px;
	background-size: cover;
	background-position-y: center;
}

.noticias:nth-child(2) {
	width:49%;
	height: auto;
	min-height: 220px;
	float:left;
	background:#9F2F30;
	background-size: cover;
	background-position-y: center;
	margin-bottom:15px;
}

.noticias:nth-child(3) {
	width:49%;
	height: auto;
	min-height: 220px;
	float:left;
	margin-right:2%;
	background:#4973B4;
	background-size: cover;
	background-position-y: center;
}

.noticias:nth-child(4) {
	width:49%;
	height: auto;
	min-height: 220px;
	float:left;
	background:#7CA756;
	background-size: cover;
	background-position-y: center;
}

@media screen and (max-width: 1199px){
	.titulonoticia {
	font-size: 20px;
    color: #FFF;
    overflow: hidden;
    max-width: 32ch;
    background: rgba(0, 0, 0, 0.47);
    position: relative;
    margin: 4px 0 10px -20px;
    padding: 10px 0px 10px 20px;
    border-right: 5px #FC0 solid;
    border-radius: 0px 5px 0px 0px;
    font-family: 'Lato', sans-serif;
	line-height: 22px;
}
	
.noticias:first-child {
	width:100%;
	height:auto;
	min-height:200px;
	max-height:180px;
	float:none;
	padding-right:0;
	background-size: cover;
    background-position-y: center;
}

.noticias:nth-child(2) {
	width:100%;
	height:auto;
	min-height:200px;
	max-height:180px;
	float:none;
	padding-right:0;
	background-size: cover;
    background-position-y: center;
}

.noticias:nth-child(3) {
	width:100%;
	height:auto;
	min-height:200px;
	max-height:180px;
	float:none;
	padding-right:0;
	background-size: cover;
    background-position-y: center;
	margin-bottom:20px;
}

.noticias:nth-child(4) {
	width:100%;
	height:auto;
	min-height:200px;
	max-height:180px;
	float:none;
	padding-right:0;
	background-size: cover;
    background-position-y: center;
}
}

@media screen and (max-width: 399px){
.noticias:first-child {
	width:100%;
	height:auto;
	min-height:230px;
	max-height:180px;
	float:none;
	padding-right:0;
	background-size: cover;
    background-position-y: center;
}

.noticias:nth-child(2) {
	width:100%;
	height:auto;
	min-height:230px;
	max-height:180px;
	float:none;
	padding-right:0;
	background-size: cover;
    background-position-y: center;
}

.noticias:nth-child(3) {
	width:100%;
	height:auto;
	min-height:230px;
	max-height:180px;
	float:none;
	padding-right:0;
	background-size: cover;
    background-position-y: center;
}

.noticias:nth-child(4) {
	width:100%;
	height:auto;
	min-height:230px;
	max-height:180px;
	float:none;
	padding-right:0;
	background-size: cover;
    background-position-y: center;
}
}</pre></body></html>