
#menuPrincipal{
	float: left;
	width: 100%;
	margin-top: 70px;
/*	border-bottom: 1px solid #f4b7d6;*/
/*	background: #fcf3f8;*/
	font-size: 93%;
	line-height: normal;
	background: transparent;
}

#menuPrincipal ul {
	margin: 0;
	padding: 10px 10px 0 17px;
	list-style: none;
	font-weight:bold;
}
#menuPrincipal li {
	margin: 0;
	padding: 0;
	display: inline;
}
#menuPrincipal a {
	float: left;
	margin: 0;
	padding: 0 0 0 7px;
	background: url(../img/tab-izq.gif) no-repeat left top;
	text-decoration: none;
}

#menuPrincipal a span {
	float: left;
	padding: 5px 15px 4px 6px;
	display: block;
	background: url(../img/tab-fondo.gif) no-repeat right top;
	color: #666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menuPrincipal a span {
	float: none;
}

#menuPrincipal a:hover {
/*	background-position: 0% -42px;*/
	background: url(../img/tab-izq2.gif) no-repeat left top;
	color: #333;
}
#menuPrincipal a.seleccion {
/*	background-position: 0% -42px;*/
	background: url(../img/tab-izq2.gif) no-repeat left top;
	color: #333;
	z-index:10000;
}

/* End IE5-Mac hack */
    #menuPrincipal a:hover span {
	color: #666;
}

#menuPrincipal a:hover span {
	background: url(../img/tab-fondo2.gif) no-repeat right top;
	color: #333;
/*	background-position: 100% -42px;*/
}

#menuPrincipal a.seleccion span {
	background: url(../img/tab-fondo2.gif) no-repeat right top;
	color: #333;
	z-index:10000;
/*	background-position: 100% -42px;*/
}


