/* CSS MENÚS*/


/*----------------------------------------*/

.menu /* Menú Categorías */
{
	position: 			absolute;
	#margin-left:		-10px;
	_margin-left:		-10px;
	padding-left:	 	0px;
	padding-right: 		0px;	
	
	top: 				160px;
	#top: 				157px; /*Para Internet Explorer */
    _top: 				157px; /* Para Internet Explorer 6 */
	#left:				0px;
	_left:				0px;
	
	background-color: 	#e64c52;
	_background-color:	none;
	
	width:				950px;
	height: 			26px;

	text-align:			center;
	z-index:			2;
	
	border-top: #d60303 solid 2px;
}

.menuNombre
{
	top: 				0px;
	width:				158px;
	height:				20px;
	padding-top:		6px;
	
	font-size:			14px;
	font-weight: 		bold;
	color: 				#000000;
	text-decoration:	none;
	
	float: 				left;
	overflow:			hidden;
	
	border-bottom: #d60303 solid 2px;

	z-index:			4;
}

.menuNombre a:visited
{
	text-decoration:	none;
	color:				#000000;
	height:				20px;
}

.menuNombre a:link
{
	text-decoration:	none;
	color:				#000000;
	height:				20px;
}

.menuNombre a:hover
{
	color:				#000;
	text-decoration:	none;
}



.menuCero
{	
	width:				160px;
	color:#000
}

.menuColorClaro
{
	background-color: #f9d96a;
}

.menuColorMedio
{
	background-color: #fac610;
}

.menuColorOscuro
{
	background-color: #ffa800;
}

.menuOpciones
{
	/*border-bottom:		#00FF00 solid 2px;
	border-left:		#00FF00 solid 2px;
	border-right:		#00FF00 solid 2px;*/
	margin-top: 		4px;
	padding-top: 		2px;
	overflow: 			hidden;
	z-index:			5;
}

.menuItem
{
	display:			block;
	width: 				155px;
	height: 			22px;
	
	padding-top: 		5px;
	vertical-align:		bottom;
	
	text-decoration:	none;
	color:				#000000;
	
	/*border-top: 		#00FF00 solid 1px;*/
	z-index:			5;
}

.menuItem:link
{
	color:				#000;
	text-decoration:	none;
}
.menuItem:visited
{
	color:				#000;
	text-decoration:	none;
}

.menuItem:hover
{
	background-color:	#17cd04;
	color:				#000;
	text-decoration:	none;
}
