body {
    
    font-family: tahoma, verdana, arial, sans-serif;
    font-size: 12px;
}

#menu1 {
    padding-top: 0;
    margin-top: 0;
    float: left;
    width: 100%;
 /*   border-bottom: solid 1px gray; */
    
}


ul#listaDeEnlaces, ul#listaDeEnlaces li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul#listaDeEnlaces {
    margin-left: 0px;
  /* width: 1200px; */
    
}
ul#listaDeEnlaces li {
    float: left;
    margin-right: 0px;
    text-align: center;
    border-bottom: solid 2px #ff7f50;
   


}
ul#listaDeEnlaces li a {
    float: left;
    width: 120px;
    padding: 5px 0;

    text-decoration: none;
    color: #666;
 

}
ul#listaDeEnlaces a:hover {

    color: #ff7f50;
    font-weight: bold;
 
}



ul#listaDeEnlaces li.tabular {
    float: left;
    width: 120px;
    padding: 5px 0;

    text-decoration: none;
    color: #666;


}
ul#listaDeEnlaces .tabular:hover {

    color: #ff7f50;
    font-weight: bold;
    cursor: pointer;
    border-bottom: solid 2px #ff7f50;
   
}





ul#listaDeEnlaces li.paginaActual {
    float: left;
    width: 120px;
    padding: 5px 0;
    background-color:#ff7f50;
    color: white;
    font-weight: bold;
    border-top: solid 2px #ff7f50;
    border-right: solid 2px #ff7f50;
    border-left: solid 1px #ff7f50;
    border-bottom: solid 0px white; 
    border-radius: 5px 5px 0 0;
    

}


ul#listaDeEnlaces li.tabular2 {
    float: left;
    width: 120px;
    padding: 5px 0;

    text-decoration: none;
    color: #666;


}
ul#listaDeEnlaces .tabular2:hover {

    color: #ff7f50;
    font-weight: bold;
    cursor: pointer;
    border-bottom: solid 2px #ff7f50;
   
}





ul#listaDeEnlaces li.paginaActual2 {
    float: left;
    width: 120px;
    padding: 5px 0;
    background-color:#ff7f50;
    color: white;
    font-weight: bold;
    border-top: solid 2px #ff7f50;
    border-right: solid 2px #ff7f50;
    border-left: solid 1px #ff7f50;
    border-bottom: solid 0px white; 
    border-radius: 5px 5px 0 0;
    

}
