/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block;  margin: 0; padding: 0; float: left; position: relative; font-family:Arial, Helvetica, sans-serif;}
  #nav a { display: block; font-family:Arial, Helvetica, sans-serif;}
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } 
  	#nav ul a { zoom: 1; } 
    #nav ul li { float: none; }
    #nav ul ul { top: 1; }
    
/* Essentials - configure this */

#nav ul { width: 140px; }
#nav ul ul { left: 141px; }

/* Everything else is theming */
 
#nav {
	height: 24px;
}
#nav *:hover { background-color: none; }
#nav a { border-right: 0px solid white; color: #333; font-size: 12px; padding: 6px; line-height: 1; }
#nav li.hover a { background-color: #BLUE; }
#nav ul { top: 25px; }
#nav ul li a { background-color: #D9D9D9; }
/*CUANDO MOUSE PASA POR LAS OPCIONES*/
#nav ul a.hover { background-color: #065a9a; color:#FFF;}
	  
#nav ul a { border-bottom: 1px solid #FFFFFF; border-right: none; opacity: 0.9; filter: alpha(opacity=95); }

#container {width:843px;}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


.bloque3 a:link {
	color:#005596;
        text-decoration: none;
}
.bloque3 a:visited {
	color:#005596;
        text-decoration: none;
}
