@charset "utf-8";

#menu1
{
	position:absolute; 
	z-index:3;
	visibility:hidden;
	background:url(img/fondo-boton-enlace.jpg) no-repeat top left;
	width:294px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;

}

#menu1 ul
{
	padding: 0 0 0 14px;
}

#menu1 li
{
	cursor: pointer;
	text-align:left;
	background:url(img/fondo-boton.jpg) repeat-x top;
	width:270px;
	font-size:13px;
}

#menu1 .seleccionado {color:#ff0000; text-decoration:none; font-weight:bold;}
#menu1 a {font-family:"trebuchet MS", arial;font-size:13px;color:#333333; text-decoration:none; font-weight:bold;}
#menu1 a:hover {font-family:"trebuchet MS", arial;font-size:13px;color:#ff0000; text-decoration:none; font-weight:bold;}


#menu2
{
	position:absolute; 
	z-index:3;
	visibility:hidden;
	background:url(img/fondo-boton-enlace.jpg) no-repeat top left;
	width:294px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
}

#menu2 ul
{
	padding: 0 0 0 14px;
}


#menu2 li
{
	cursor: pointer;
	text-align:left;
	background:url(img/fondo-boton.jpg) repeat-x top;
	width:270px;
	font-size:13px;
	
}

#menu2 .seleccionado {color:#ff0000; text-decoration:none; font-weight:bold;}
#menu2 a {font-family:"trebuchet MS", arial;font-size:13px;color:#333333; text-decoration:none; font-weight:bold;}
#menu2 a:hover {font-family:"trebuchet MS", arial;font-size:13px;color:#ff0000; text-decoration:none; font-weight:bold;}


#menu_des_boton
{
	padding: 0 0 0 1em;
	height:25px;
}








