/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */

  body { 
    padding: 5pt;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0,0);
    font-family:courier new, monaco, monospace;
    font-size:15px;
    text-align: justify;
    }

  h1 { 
    font-size:15px;
    color: rgb(255, 0, 0);
    text-align: center;
    } 
    
  h2 { 
    font-size:15px;
    color: rgb(255, 0, 0);
    }
    
  hr {
    color: rgb(255,255,255);
    width: 80%;
  }  

  a:link, a:visited { 
    text-decoration: none; 
    color: rgb(0, 0, 255);
    font-size:15px;
    }

  a:hover { 
    list-style-position: outside; 
    list-style-type: square; 
    text-decoration: none; 
    color: rgb(255, 179, 45);
    font-size:15px;
    }

  pre { 
    background-color: rgb(153, 204, 255);
    color: rgb(0, 0, 159);
    }

  .CITA { padding: 3pt;
    background-color: rgb(153, 204, 255);
    color: rgb(0, 0, 0);
    text-decoration: none;
    }

  /* Container holds all visible page elements */
  #menu li {
    display:inline;
    right: auto;
    left: auto;
    }
        
  .flota_derecha {
    float: right;
    margin:10px 10px 10px 10px;
    }

  .flota_izquierda {
    float: left;
    margin:10px 10px 10px 10px;
    }
    
  #cabecera {
    top: auto;
    width:100%;
    height:15%;
    }
    
  #contenido {
    top: auto;
    width: auto;
    height: 75%;
    overflow: auto;
    padding:10px;
    }
  
  #pie {
    top: auto;
    width:100%;
    height:5%;
    }  
    
  #menu {
    float: left;
    width: 14%;
    padding: 5px;
    }
    

