
 BODY { background-color: #eff4f9;
        font-size: small;
      }

 a { color: #447dba;
    text-decoration: none; }
a:visited { text-decoration: none; 
            color: #447dba;
          }
a:hover   { text-decoration: none; 
            color: #b22743;
          }

a.item:hover { text-decoration: none;
               color: #447dba;
             }

.pie { font-size: x-small; }

.menu_superior {   
   background-color: white;
   width: 797px;
   height: 40px;  
  }

.menu_ancla {
   position: relative;   
   font-size: small;
   text-align: center;
   color: #447dba;
   border-color: #adb1b2;
   border-style: solid;   
   border-top-width: 0;
   border-left-width: 0;
   border-right-width: 1px;
   border-bottom-width: 0;   
   padding-right: 5px;
  }

.cuerpo {  
  font-size: small;
  text-align: justify;
  padding: 3px;  
  background-color: #f2f2f2;
 }

.menu_desplegable {
  position: absolute;
  visibility: hidden;
  color: white;
  background-color: transparent;
  border-color: #427daa;
  border-style: solid;   
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;   
 }

.menu_item {
  background-color: #c5dcea;
  font-size: small;  
  color: #073859;
  padding: 3px;
  width: 150px;
  border-color: #427daa;
  border-style: solid;   
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;   
 }

.menu_item_bottom {
  background-color: #c5dcea;
  font-size: small;  
  color: #073859;
  padding: 3px;
  width: 150px;
  border-color: #427daa;
  border-style: solid;   
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;   
 }

.texto_seccion {
    font-size: small;
    color: #447dba;
 }
