body{
    background-color: rgb(0,0,0);
    width: 960px;
    margin: auto;
    font-size: 11pt;
    
    }
header{
width: 100%;
    }
#logos img {
margin-left: 17rem;
}

div#logos{
width: 960px; 
height: 179px;
background-color:rgb(210,198,96);
background-repeat: no-repeat;
margin-top: 5rem;
margin-left: 7%;
    }

#dosbotones{
    width: 100%;
    height: 40px;
    margin-left: 1.5rem;
    
}

#dosbotones nav ul{
    list-style: none;
}

#dosbotones nav ul li {
        float:left;
		margin-right: 1rem;
        background-color: rgb(9, 133, 149);
        width: 30%;
}

#dosbotones nav ul li a{
        text-decoration: none;
        font-family: 'Oswald', sans-serif;
        font-size:1rem;
        font-weight: 400;
        color: rgb(0,0,0); 
        margin-left: 30%;
}

#dosbotones nav ul li a:hover{
        color: rgb(255,255,255);
}

#foto  {
   float:left;
    width: 250px; 
height: 250px;
float: left;

}

#foto img {
    width: 250px;
    margin-left: 4.5rem;
    margin-top: 2rem;
}

#foto h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    
    color: rgb(255,255,255);
       margin-left: 4.5rem;
    
}    

#foto p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    color: rgb(255,255,255);
    margin-left: 4.5rem;
    margin-top: -1rem;
}

#ladodefoto  {
    width: 600px;
    height: 250px;
    float: right;

}
    
#ladodefoto h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: rgb(255,255,255);
    
    
}    

#ladodefoto p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    color: rgb(255,255,255);
    margin-top: -2rem;
}


#ultimo1  {
    width: 960px;
    height: 250px;
   margin-top: 31rem;
   margin-left: 4.5rem;

}

#ultimo1 p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    color: rgb(210,198,96);
    margin-top: -2rem;
}


footer {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgb(255,255,255);
    padding-top: 0.5rem;
    width: 100%;
    height: 60px;
    margin-left: 4.5rem;
    clear: both;
    margin-top:-10rem;
}

footer p {
    font-family: 'Oswald', sans-serif;
    color:rgb(255,255,255);
    font-size:0.7rem;
    font-weight: 400;
    clear: both;
    padding: 1rem;
    padding-top: 0;
    
}