/* 
    Document   : menuHome
    Created on : 16-06-2010, 03:08:33 PM
    Author     : Christian Tuohy
    Description:
        Estilo del link portada para el home.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#menuPincipal0 a {
    background-image: url(../images/menu_item0_activo.png) !important;
    width: 97px !important;
    height: 39px !important;
    margin-top: 1px !important;
}
#menuPincipal0 a:hover {
    background-position: top !important;
}

