<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#barraClic * {
	margin:0px;
	padding:0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Verdana", "Arial", "sans-serif";
	font-size:7pt;
}
#barraClic{
	height:30px; 
	background: url(../img/fondo.jpg) repeat-x;
	position:relative;
}

a#clicUrl {
 display:block;
 background: url(../img/logo_clic.jpg)  top left no-repeat;
 width: 74px;
 height:28px;
 position:absolute;
 top:0px; 
 left:0px;
}

a#clicUrl span { display:none;}

#listaClic{
	position: relative;
	/*width:774px;*/
	width:698px;
	height:28px;
	padding-top:4px;
	margin-left:-387px;
	left:50%;
	
	padding-left:76px;
}

#barraClic form{
	 display:inline;
}

.separador{
	color:#FFFFFF;
	font-weight:bold;
}

#sitios{
	width:120px;
}

#barraClic a{
	text-decoration:underline;
	color:#FFFFFF;
	font-weight:normal;
}
#barraClic a:hover{
	color:#FFFFFF;
}

#barraItem{
	color:#FFFFFF;
	font-weight:bold;
}

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