

.menucabecera {
    background-color : #EEEEEE;
    border: #CCCCCC solid 1px;
    font-size : 12px;
    font-weight : bold;
    height : 25px;
    text-align : center;
    text-decoration : none;
    vertical-align : middle;
    color: #000000;
  }

.menucabecera a:link {
    font-size : 12px;
    font-weight : bold;
    text-decoration : none;
    color: #000000;
}

.menucabecera a:visited {
    font-size : 12px;
    font-weight : bold;
    text-decoration : none;
    color: #000000;
}

.menucabecera a:hover {
    font-size : 12px;
    font-weight : bold;
    text-decoration : underline;
    color: #0000FF;
}
