@charset "utf-8"; /*css document*/
body{
font-family: 'Oxygen', sans-serif;
margin: 0px;
padding:0px;
}

body{
    background-color: white;
}

#contenedor{
    margin: auto;
    width: 960px;
    padding: 0px;
}

header{
       border-radius: 0rem 0rem 1rem 1rem;
    width: 100%;
    height: 180px;
    background-color:#c33;
}

#logoimg{
    padding-left: 15px;
  margin-top: -50px;
    height: 35px;
    width: 35x;
    }

header h2{
    color: white;
    margin-left: 5.3rem;
    font-size: 19px;
    font-weight: 700;  
    font-style: normal;
    padding-left: 40px;
   padding-top: 39px;
   
}

header h3{
    font-size: 16px;
    font-weight: 700;  
    font-style: normal;
    padding-left: 380px;
  margin-left: -254px;
    margin-top: 8px;
    color: white;
}


header p{
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    padding-left: 126px;
margin-top: -6px;
    color: white;
}


nav{
    margin-top: 10px;
    text-align: right;
    margin-top: -17%;
   
}

nav ul li{
    list-style: none;
    display:inline-block;
    padding: 5px;
    padding-left: 5px;
    padding-top: 5px;
  
    margin-right: 1%;
    
}

nav ul li a{
    
    text-decoration: none;
    color:white;
    font-weight: 600;
}

ul li a:hover{
    width: auto;
}



#datos{
margin-top:15rem;
    font-size: 15px;
}



#logodgpc {
    float: left;
    width: 40px;
    height: 40px;
    margin-top: -5rem;

}

#cuadradito1{
    float: left;
    background-color: #71c49e;
   height: 28%;
    width: 27%;
     font-size: 15px;
    text-align: center;
    padding: 0px;
      color: white;
     border-radius: 1rem 1rem 1rem 1rem;
}

#mifoto{
      margin-left: 3%;
    float: left;
   height: 28%;
    width: 25%;
     font-size: 15px;
    margin-top:-9.4rem;
  
}

#mifoto p{
margin-top: -1.1rem;
}

#foto{
     margin-left: -2%;
    float: left;
   height: 28%;
    width: 528%;
    margin-top:-6%;

}

#cuadradito2{
     margin-left: 1.9%;
    float: left;
text-align: center;
    background-color: #6CF;
   height: 10%;
      font-size: 15px;
   width: 41.8%;
    margin-top:-8.3%;
    padding: 5px;
    color: white;
      border-radius: 1rem 1rem 1rem 1rem;
    margin-bottom: 0.5rem;
}

#cuadradito3{
        margin-left: 1.9%;
    float: left;
    background-color: #eeaa2b;
    color: white;
   height: 30%;
     text-align: center;
      font-size: 15px;
   width: 41.8%;
    margin-top:1.3%;
    padding: 5px;
      border-radius: 1rem 1rem 1rem 1rem;
    margin-bottom: 7.5rem;
}
    
    footer{
     color:white;
 background-color:grey;
        height: 50px;
    width:100%;
        text-align: center;
    padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 12px;
        clear: both;
         border-radius: 1rem 1rem 0 0;
}
    
    
    