/* CSS Document */


    #menuSUPERIOR ul {
	width:740px;
	float:right;
      }
    #menuSUPERIOR li {
      display:inline;
	  padding:2px;
  	  width:145px;
      }
    #menuSUPERIOR a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-transform:uppercase;
    text-decoration:none;
	letter-spacing:-0.9px;
	color:#9e5b2e;
	font-weight:bolder;
	border-bottom: 1px solid #5a2908;
      }
    #menuSUPERIOR a:hover {
		border-top: 1px solid #5a2908;
		color:#5a2908;
      }
	  
	  
    #menu ul {
	float:left;
	position:relative;
	top:0px;
	left:10px;
      }
    #menu li {

	  padding:4px;
  	  width:100px;
      }
    #menu a {
	font-family:verdana;
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:-0.5px;
    text-decoration:none;
	color:#999999;
	font-weight:100;

		
      }
    #menu a:hover {
		font-family:Arial, Helvetica, sans-serif;
	border-top: 1px solid #004979;
	color:#004979;

	
      }
/* no uso */
#menu2 ul {
	float:left;
	position:relative;
	top:0px;
	left:3px;
      }
    #menu2 li {

	  padding:10px;
  	  width:100px;
      }
    #menu2 a {
	font-family: Helvetica, sans-serif;
	font-size:18px;
			text-transform:uppercase;
      text-decoration:none;
	  color:#999999;

      }
    #menu2 a:hover {
	border-top: 1px solid #004979;
	color:#004979;

	
      }

 
   /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menu a span {float:none;}
    /* End IE5-Mac hack */
	#menu #integral:hover{
	  background:url(imagenes/menufamilias/integral2.gif) no-repeat right  top;
      }
