/* <?php header('Content-Type: text/css; charset=ISO-8859-1'); ?> */
/* Begin CSS Drop Down Menu */


/*------**************************---OPCIONES LATERALES DESPLEGABLES -----------************** */

.menubd01							/* this is where you may change font and font size */
	{
	font-size:  1em;								/* size of the text in the menu */
	font-family: arial, sans-serif; 		/* font */
	font-weight: normal;							/* weight (i.e., bold, italic, ect.)  */
	float: none;									/* do not remove or alter */
	width: 14em;									/* *** PLEASE *** note the comment below */
	}

.menubd01 a, .menubd01 a:visited				/* menu at rest */
	{
	height:1%;							/* do not remove or alter */
	display: block;						/* do not remove or alter */
/* JOSEBA	white-space: nowrap;				/* do not remove or alter */
	border: 0px solid #8da6c9;
	text-align: left; 				/* if you change this, you'll have to add padding */
	text-decoration: none;				/* this stops the default underline of links */
	color: #324649;						/* color of the text */
	background-color: #e5E7F3;			/* color of the background */
	padding: 0.1em 0.0em 0.1em 0.8em;
	}	

.menubd01 a:hover						/* menu on mouse-over  */
	{
	color: black;
	background-color: #8da6c9;
	border: 0px solid #e5E7F3;	
	text-decoration:none;
	}	
	
.menubd01 ul
	{
	list-style: none;			/* do not remove or alter */
	margin: 0;					/* do not remove or alter */
	padding-bottom: 3px;					/* do not remove or alter */
	float: left;				/* do not remove or alter */
	width: 15em;	
	background-color: white;
	}

.menubd01 li
	{
	position: relative;			/* do not remove or alter */
   min-height: 1px;			/* do not remove or alter */ 
   vertical-align: bottom;		/* do not remove or alter */
	width: 14em;
	margin-top:3px;
	}

/* ===== DO NOT REMOVE OR ALTER ANYTHING BELOW ===== */

.menubd01 ul ul			/* parent menu */
	{
	position:relative;
	top: 0px;
	left: auto;
	display:none;
	padding: 0;
	margin: 0;
	z-index: 0;	
	}


div.menubd01 li:hover
	{
	cursor:pointer;
	}

div.menubd01 li:hover ul ul,
div.menubd01 li li:hover ul ul,
div.menubd01 li li li:hover ul ul,
div.menubd01 li li li li:hover ul ul
{display:none;}

div.menubd01 li:hover ul,
div.menubd01 li li:hover ul,
div.menubd01 li li li:hover ul,
div.menubd01 li li li li:hover ul
{display:block;}

.menubd01						/* IE stuff */
	{
	float:none;
	}
	
.menubd01 ul li				/* IE stuff */
	{
	float:left;
	}
	
.menubd01 a					/* IE stuff */
	{
	height:1%;
	}

/* End CSS Drop Down Menu */

/*--------------------------**************************FIN -----------************** */
