/*******************************************************/
/*               NAVEGACION CONTENIDO                  */
/*******************************************************/

/* COMÚM IZQUIERDA-DERECHA*/
.tabs-sup {
	float: left;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	padding-left: 7px;
}

.tabs-sup a, .tabs-sup a span {
	text-decoration: none;
	color: #464646;  
	background-color: transparent;
	background-image: url(../imag/fondo_tab.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
}

/* IZQUIERDA */
 .tabs-sup a {
	background-position: left -100px; 
	padding-left: 10px;
}

/* DERECHA */
.tabs-sup a span {
	background-position: right -100px; 
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;	
}

.tabs-sup a:hover {
	background-position: left -200px;
}

.tabs-sup a:hover span {
	background-position: right -200px; 

}

.tabs-sup ul {
	padding: 0px;
	margin: 0px;
}

.tabs-sup li {
	float: left;
	margin: 0px;
	list-style-type: none;
	margin-left: 0px;
	margin-right: 1px;
}

.tabs-sup .currentleft {
	background-position: left 0px; 
}

.tabs-sup .currentright {
	background-position: right 0px; 
}

/* Hide from IE5-Mac \*/
.tabs-sup a, .tabs-sup a span {
	float: none;
}
