@charset "utf-8";
/*CSS Document*/

*{ margin: 0;
}


body{
    background-color: #ddd;
    margin: 15px;
}



header{
    background-color:black;
    top:0;
    display: block;
    padding: 25px;

}

nav ul li a :hover{
    background-color: chartreuse;
    
}

#logo{
    position: absolute;
    display: block;
}



nav ul li {
    list-style: none;
    float:left;
    padding-right: 5px;
    font-family: century gothic; 
    font-size: 14pt;
    margin-right: 15px;
  }


nav ul {
    margin: 0;
    padding: 0;
        }

ul li a {
    background-color: #fff; 
    color: #000;
    text-decoration: none;
    padding:3px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 8px;
    text-align: center;
}


#contenedor{
    background-color: yellow;
    margin-top: 140px;
    position:relative;
}

.caja{
    background-color: red;
}

#rotulo{
    font-family: helvetica;
    font-size: 10pt;
    color: #4D518C;
    padding: 20px;
    background-color: ghostwhite;
    border-bottom-style: groove;
    border-bottom-width: 10px;
    border-right: groove;
    border-right-width: 10px; 
}


h1{
    font-size: 14pt;
    
}


h2{
    font-size: 14pt;
    
}


h3{
    font-size: 14pt;
    
}


h4{
    font-size: 8pt;
    color: grey;
    font-family: helvetica;
    padding: 20px;
    width: 75%;
}


.datos {
    display: block;
    position: relative;
    margin-left: 123px;
    margin-top: 10px;
}
