<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#tabs {
	float:left;
	width:800px;
	font-size:94%;
	line-height:normal;
	margin-left: 170px;
	*margin-left: 80px;
}
#tabs ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:left;
	background:url("../graf/tab/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	margin-right:2px;
	text-decoration:none;
}
#tabs  #mover a:hover{
	cursor:move;
}
#tabs a span {
	float:left;
	display:block;
	background:url("../graf/tab/tabright.gif") no-repeat right top;
	padding:5px 15px 6px 6px;
	color:#000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
}
#tabs a:hover {
	background-position:0% -42px;
}
#tabs a:hover span {
	background-position:100% -42px;
}

#tabs .activo a {
	float:left;
	background:url("../graf/tab/table_activo.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	margin-right:2px;
	text-decoration:none;
}
#tabs .activo a span {
	float:left;
	display:block;
	background:url("../graf/tab/table_activo2.gif") no-repeat right top;
	padding:5px 15px 6px 6px;
	color:#fff;
}

#tabs .noactivo a {
	float:left;
	background:url("../graf/tab/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	margin-right:2px;
	text-decoration:none;
}
#tabs .noactivo a span {
	float:left;
	display:block;
	background:url("../graf/tab/tabright.gif") no-repeat right top;
	padding:5px 15px 6px 6px;
	color:#000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs .noactivo a span {float:none;}
/* End IE5-Mac hack */
#tabs .noactivo a:hover span {
	color:#FFF;
}
#tabs .noactivo a:hover {
	background-position:0% -42px;
}
#tabs .noactivo a:hover span {
	background-position:100% -42px;
}
</pre></body></html>