


.menu_top10{
	border: 1px solid #d4d4d4;
	border-bottom: 0px;
	background-color: #f7f7f7;
	background-image: url(../img/menu_top10_fondo.jpg);
	background-position: bottom;
	background-repeat: no-repeat;


}
a.banner_izq{
	text-decoration: none;
	float: left;
	display: inline;
	margin-bottom: 5px;
}


/******* Listas de los menus *******/

/*** Menu Categorias **********/

ul.categorias{

	font-size: 11px;
	font-weight: bold;
	padding: 10px 0px 10px 4px;
	clear: both;

}

ul.categorias li{
	list-style:  none;
	text-align: left;
}

ul.categorias li a{
	font-family:  Arial, Helvetica, sans-serif;
	display: block;
	background-image: url(../img/menu_cat_play.jpg);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 25px;
	text-decoration: none;
	color: #999999;
	height: 18px;
	text-transform: uppercase;

	
}
ul.categorias li a:hover{
	text-decoration: none;
	color: #31a9d0;
	
}
ul.categorias li a:active{
	text-decoration: none;
	color: #31a9d0;	
}




/*** Menu Top10 **********/

ul.top10{
	font-family: Tahoma;
	font-size: 11px;
	padding: 10px 0px 10px 0px;
	margin-left: 5px;
	clear: both;


}

ul.top10 li{
	list-style:  none;
	text-align: left;

}

ul.top10 li a{
	display: block;
	background-image: url(../img/menu_top10_play.jpg);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 25px;
	text-decoration: none;
	color: black;
	height: 18px;
}
ul.top10 li a:hover{
	text-decoration: underline;
	color: black;
	
}
ul.top10 li a:active{
	text-decoration: none;
}

span.menu_cat_sep{
	background-image: url(../img/menu_cat_sep.gif);
	background-repeat: no-repeat;
	padding-bottom:5px; 
	display: block;
	height: 1px;
	width: 155px;
	line-height: 1px;   /* Esto se usa para resolver el problema de el height minimo */
}

