<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.rojo{
	color:crimson;
}
.boton, .botonDESC, .botonASC {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #E4F4FB;
	height: 26px;
	width: 100%;
	border: none;
	border-right: thin solid #E4F4FB;
	border-top:	thin solid #E4F4FB;
	cursor: pointer;
}
.boton {
	background-image: url(http://rencontres.cype.fr/imagen/nav.png);
	background-repeat: repeat-x;
}
.botonDESC {
	background-image: url(http://rencontres.cype.fr/imagen/nav_desc.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.botonASC {
	background-image: url(http://rencontres.cype.fr/imagen/nav_asc.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.anios {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #666666;
	padding-right: 5px;
	padding-left: 5px;
}
.anios A {
	color: #0066FF;
	text-decoration: none;
}
.anios A:hover {
	color: #FF3366;
	text-decoration: underline;
}
.rojo {
	color: crimson;
}
.txtCTE {
	color: #0056AD;
	background-color: #F7BC00;
	padding: 0 3px;
	font-weight: bold;
}
#cajaTabs{
	background-color: #326395;
	margin: 20px 0 5px 0;
}
ul#listaCalendarios{ 
	width: 100%;
	height: 43px;
	background: #FFF url("http://rencontres.cype.fr/imagen/menu-bg.gif") top left repeat-x; 
	font-weight: bold; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 	
}
ul#listaCalendarios li {
	display: block; 
	float: left; 
	margin: 0 10px 0 10px;
	font-size: 13px;
/*
	background-image:url(imagen/separador_dch_pestanias.png); 
	background-position:right; 
	background-repeat:no-repeat;
*/
}
ul#listaCalendarios li a { 
	height: 43px;
	color: #777; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 200%; 
	padding: 8px 15px 0; 
}
ul#listaCalendarios li a:hover { 
	color: #333; 
}
ul#listaCalendarios li a.current{ 
	color: #FFF; 
	background: url("http://rencontres.cype.fr/imagen/current-bg.gif") top left repeat-x; 
	padding: 5px 15px 11px; 
}
#contenido_central ul li {
	margin-bottom: 0;
}
.noSelec a, .siSelec a {
	color: #3A76AC;
	text-decoration: none;
}
.noSelec a:hover, .siSelec a:hover {
	color: #990000;
	text-decoration: none;
}
.siSelec {
	width: 230px;
	background-image: url(http://rencontres.cype.fr/imagen/fondo_tab_on.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
.ancho100 {
	width: 100%;
	height: 26px;
}
</pre></body></html>