
/* 
body{
    background-color: rgb(245, 253, 186);
}

header{
    background-color: rgba(252, 136, 0, 0.72);
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

header ul li{
    background-color: rgba(235, 119, 20, 0.72);
    float: left;
    margin-right: 12px;
    }

header ul li a{
    background-color: rgba(252, 136, 0, 0.79);
    text-decoration: none;
    color: #fff;
    display: block;
    height: 24px;
    line-height: 24px;
    padding-left: 9px;
    padding-right: 9px;
}

main{
    display: block;
    width: 100%;
    clear: both;
    background-color: rgba(252, 142, 14, 0.7);    
}

article div#textodatos{
    color: rgb(255, 255, 255);
}

footer{
    background: rgba(244, 13, 13, 0.88);
}

footer div#textopie{
    color: #ffffff;
    width: 50%;
}
    
footer div#textopie2{
    width: 40%;
    float: left;
        background-color: none
}

*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700); 

main article section aside footer{
    display: block;
}

body{ 
    background-image:url("imagenes/fondo.jpg"); 
    font-family: "Open Sans", sans-serif;
    background-color:rgba(255, 255, 255);
    margin: 0px;
    font-size: 8pt;
    text-decoration: none;
}

body div#contenidoblanco{

    width: 1024px;
    margin:auto;
    background-color: rgba(255, 255, 255, 0.76); 
    height: auto;
    margin-left: center;
}

body div#encabezado{
    width: auto;
    
}
 body header {
    width: auto;
 }

ul {
    margin-top: 1PX;
    list-style: none;
    padding:0;
    text-decoration: none;   
}

header ul li{   
    background-color: rgba(0, 0, 0, 0);
    margin-left: 35px;   
    width: auto;
    align-content: center;
}


nav {
    background-color: rgba(0, 0, 0, 0.77);
}

nav ul {
    list-style: none;
    overflow: auto;
    background:none;
}

nav ul li {
    float: left;
    padding: 5px 36px;
    margin-right: -60PX;
    background: none;
    list-style: none;
    text-decoration: none;
}

ul li A{
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 15px;
    font-weight:700;
    text-decoration: none;    
}


main{
    display: block;
    background-color: rgba(235, 253, 186, 0);
    overflow: auto;
   
}

#h1 {
    margin-left: 300px;
    
    
    

}


h1 {
    margin-top: 
    color:#fffbfb;
    background: #f7bc37;
    font-size: 11pt;
    margin-right: 300px;
    padding-left: 12px;
    border-top-right-radius: 300px;
    border-top-left-radius: 300px;
   
    
}

p{
    color:#fff;
    font-size:20pt;
    padding-left: 22px;
    font-weight:800;
    
}        


h1 {
    color:#fff;
  
}

h1 {
    color:#050505;
    text-decoration-line: underline;
  
}

p{
    color:#050505;
    font-size: 10pt;
}


footer  {
    width: 1024px;
    margin:auto;
    background-color: rgb(255, 255, 255); 
    height: inherit;
    margin-left: center;
    background-color: #fff;
    font-size: 1pt;

}
footer p {

font-size: 9pt;
}








    
    
    
    
    
    
    