#menu_v{
	position: absolute;
	margin-top: 8.5em;
	margin-left: 0.5em;
	background-color: #000000;

}

#menu_v ul { 
	margin: 0;
	padding: 0; 
	list-style: none;
	width: 13em; /* Width of Menu Items */ 
} 



#menu_v ul li { 
/*	position: relative;*/
} 


/* Fix IE. Hide from IE Mac \*/ 
* html #menu_v ul li { float: left; height: 1%; } 
* html #menu_v ul li a { height: 1%; }


/* Make-up syles */ 

#menu_v ul, li { 
	margin: 0 0 0 0; 
} 

/* Styles for Menu Items */ 
#menu_v ul a { 
	font-size: 85%;
	font-weight: bold;
	display: block; 
	text-decoration: none; 
	text-align: center;
	color: white; 
	/*background: black;*/ /* IE6 Bug */ 
	background-image: url(menubackground.gif);
	background-repeat: no-repeat;
	background-position: 9px 2px; /* Posición de la imagen de fondo */
	padding-top: 0.9em; /* Determina la altura de los elementos del menú */
	padding-bottom: 0.9em; /* Determina la altura de los elementos del menú */
	border-bottom: 0; 
} 

/* Styles for Menu Items */ 
#menu_v ul a.mensajes { 
	background-image: url(menubackground_mensajes.gif);
} 

/* Hover Styles */ 
#menu_v ul a:hover 
{ 
	background-position: 9px -31px; /* Posición de la imagen de fondo */
} 

#menu_v ul a.mensajes:hover 
{ 
	background-position: 9px -31px; /* Posición de la imagen de fondo */
} 

/* Los estilos genericos de menu_top son dependientes */

#menu_v div.fondo_pergamino
{
	text-align: left;
	font-size: 0.8em;
	padding-left: 1em;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	color: #000000;
	/*width: 15em;*/ 
	background: #FFFAF0 url("background_190.gif") repeat-y;
}

#menu_v div.fondo_pergamino a
{
   color: #990000;
   text-decoration: none;
}

#menu_v div.fondo_pergamino a:hover
{
   color: #FF6600;
}

/*
#menu_v fieldset.menu_top a
{
   text-decoration: none; 
   color: white; 
}
#menu_v fieldset.menu_top a:hover 
{ 
	color:#FF6600;
} 
*/
/* Los estilos genericos de menu_enlaces son dependientes */

/*
#menu_v fieldset.menu_enlaces a
{
   text-decoration: none; 
   color: white; 
}
#menu_v fieldset.menu_enlaces a:hover 
{ 
	color:#FF6600;
} 
*/
#menu_v img 
{ 
	border: none;
} 