/* CSS Tabs */
#navlist {
        color: white;	
        width: 14em;
        font: bold 10px Verdana, sans-serif;
}

#navlist li {
        list-style: none;
        margin: 0;
        font-size: 1em;
}

#navlist a {
        display: block;
        text-decoration: none;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
        color: white;
        background: #cc0000;
        border-width: 1px;
        border-style: solid;
        border-color: #666666;
        border-left: 1em solid #666666;
        padding: 0.25em 0.5em 0.4em 0.75em;
}

/*Los colores de la primera opcion del menu*/
#navlist a#current { border-color: #970000 #ff0000 #ff0000 #970000; }

#navlist a {
        width: 99%;
        /* only necessary for Internet Explorer */
}

#navlist a {
        voice-family: "\"}\"";
        voice-family: inherit;
        width: 9.6em;
        /* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist a {
        width: auto;
        /* only necessary if you use the hacks above for the Internet Explorer */
}
/*Los colores al posicionarte encima del boton*/
#navlist a:hover, #navlist a#current:hover {
        background: #6F6F6F;
        border-color: #3A3A3A #ffffff #ffffff #cc0000;
        padding: 0.4em 0.35em 0.25em 0.9em;
}

/*Los colores del boton que esta activado*/
#navlist a:active, #navlist a#current:active {
        background: #6F6F6F; 
        border-color: #3A3A3A #ffffff #ffffff cc0000;
        padding: 0.4em 0.35em 0.25em 0.9em;
}
        

  
#menu {
	background: #D7D7D7;
	background-color: #E5E5E5;
   
}

  
   
  
