<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

.desc_noti{
    position:relative;
	text-align:justify;
}

.notislateral{
	/*float:left;*/
	overflow:hidden;
	padding:20px 12px 0 0;
	width:955px;
}

.fondonoti{
    position:relative;
	float:left;
	width:410px;
	margin:0 20px 5px 0;
}

.volvernoticias{
	height:20px;
	padding:20px 0px 30px 26px;
 	background:url(../imagenes/flechitainversa.png) 0px 27px no-repeat ;	
}

.izquierda{
	float:left;
	width:35px;
	height:267px;
	background:url(../imagenes/izquierdaOff.gif) 0px 80px no-repeat ;
}

.izquierda:hover{
	float:left;
	width:35px;
	height:267px;
	background:url(../imagenes/izquierdaOn.gif) 0px 80px no-repeat ;
}

.derecha{
	float:left;
	width:34px;
	height:267px;
	background:url(../imagenes/derechaOff.gif) 6px 80px no-repeat ;
}

.derecha:hover{
	float:left;
	width:34px;
	height:267px;
	background:url(../imagenes/derechaOn.gif) 6px 80px no-repeat ;
}

.rayapuntos{
    float:left;
    text-align:left;
	background:url(../imagenes/punto.gif) repeat-y;
	width:1px;
	height:280px;
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}

.noticia{
	/*float:left;*/
	width:290px;
	font-family:"helvcondensedregular", Helvetica, Arial, sans-serif;
	color:#768693;
	font-weight:regular;
	font-size:16px;
	text-decoration:none;
	margin:5px auto;
	min-height:290px;
	/*padding:0 20px;*/
	overflow:hidden;		
}

.noticia a{ color:#768693 !important; text-decoration: none; }



/*.noticia:hover{
	float:left;
	width:267px;
	background-color:#ebf1d7;
	/*color:#ec008c;*/
	/*font-family:"helvcondensedregular", Helvetica, Arial, sans-serif;
	font-weight:regular;
	font-size:16px;
	text-decoration:none;
	margin-top:5px;	
	min-height:340px;	
}*/

.fotonoticia{
	width:267px;
	text-align:left;
	align:left;
	padding:15px 0px 10px 0px;
}

.cuerponoti{
	width:247px;
	padding:10px 10px 10px 10px;
}

.masinfo{
	width:247px;	
	padding:0px 10px 10px 10px;
 	/*background:url(../imagenes/flechita.png) 86px 5px no-repeat ;*/
}

.slick-dots{ display:none !important; }

.fotopie{ font-size:10px; }

@media screen and (max-width:1023px) {
	
	.notislateral{ width:100%; }
	.ancho1024 { width:100%; }
		
}

@media screen and (max-width:767px) {
	
	.fondonoti{ float:none; margin:0 auto 25px auto; } 
	
}

@media screen and (max-width:480px) {
	
	.fondonoti{ width:100% }
	.fondonoti img{ width:100%; }
		
}


</pre></body></html>