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



.texto1{
	padding-bottom:20px;
}

.info_dia_hora{ font-size: 18px; text-transform: uppercase; margin-bottom: 10px; }


.caja_sesion{ overflow:hidden; }
.anclasesion{ text-decoration: none; }

.tex_sesion{ font-size: 28px; }

.foto_sesion{ float:left; margin:0 20px 0 0; }

.rayapuntospeq{
    clear:both;
    text-align:left;
	position:relative;
	background:url(../imagenes/solo_punto.gif) repeat-x left;
	width:265px;
	height:3px;
	margin:0 0 0 0;
	padding: 0 0 20px 0;
	margin:0 0 0 290px;
}

ul{ list-style: none; }

@media screen and (max-width:650px) {
	.foto_sesion{
		float:none;
		margin:0 0px 0 0;
		
	}
	.rayapuntospeq{
		margin:auto !important;
		width:100% !important;
		margin-bottom:10px !important;
	}
}

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