<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#tab_container {

	width: 162px;
	height: 28px;
}

div#tab_container a {
	width: 76px;
	height: 22px;
	display: block;
}

div.btn_local, div.btn_remoto {
	float: left;
	width: 76px;
	height: 22px;
}

div.btn_local, div.btn_remoto,
a.local, a.remota {	background-image: url(site-img/tabs.png); background-color: #FFF;
}


div.btn_local {
	margin-right: 5px;
	background-position: 0 0;
}
div.btn_remoto {
	background-position:  0 -44px;
}

a.local { background-position: 0 -22px;} 
a.remota  {	background-position: 0 -66px; }

/* en */
div#preferencias.en, div#preferencias.en a {
	background-image: url(site-img/preferencias_en.gif) !important;
}
</pre></body></html>