@font-face {
  font-family: 'DIN' ;
  src: url('DIN-Medium.otf')
}

*{
    margin:0;
    padding:0;
}
body{
height: 100%;
    width:100%;
    background: yellow;
}
.contenedor{
height: 1000px;
    width: 100%;
    background: red;
    float: left;
}
header{
   height: 100px;
    width: 100%;
    background: yellow;
   float: left;
    
}
.primerbtn{
float: left;
    width: 100px;
    height: 100px;
   margin-left: 30px;
    list-style: none;
    font-size: 7pt;
    font-family: 'DIN';
    margin-top: 20px;
    text-decoration: none;
    color: red;
 }

.primerbtn h1{
     list-style: none;
     color: red;
 }

.primerbtn a{
    text-decoration: none;
  }

section{
width: 100%;
    height: 200px;

float: left;
}
section img{
width: 180px;
height: 150px;
margin-left: 30px;
    margin-top: 20px;
}
section p{
width: 180px;
height: 150px;
margin-left: 30px;
    color: white;
    text-align: center;
    font-family: 'DIN';
   
}
.segundobtn{
float: left;
    width: 400px;
    height: 20px;
 margin-left: 30px;
    font-size: 20pt;
    font-family: 'DIN';
     margin-top: 10px;
}
.tercerbtn img{
float: left;
    width: 80px;
    height: 40px;
 margin-left: 1000px;
        margin-top: 30px;
}
nav{
float: left;
    width: 100%;
    height:60px;
      background: white;

}

nav ul{
float: left;
    width: 80%;
    height: 60px;
   
    margin-top: 20px;
}

.btn1 { list-style: none;
    }
    
.btn1 a{
    width: 96px;
    height: 20px;
    margin-left: 30px;
    list-style: none;
    float: left;
    text-align: center;  
    text-decoration: none;
    
    
    
    background: red;
}

.btn2{
    width: 80px;
    height: 20px;
    margin-left: 7px;
    list-style: none;
    float: left;
    text-align: center;    

    background: red;
}

.btn3{
     width: 170px;
    height: 20px;
    margin-left: 7px;
    list-style: none;
    float: left;
    text-align: center;   

background: red;
}

.btn4{
    width: 100px;
    height: 20px;
    margin-left: 7px;
    list-style: none;
    float: left;
    text-align: center; 
 
background: red;
}

.linkdgpc a { list-style: none;
    text-decoration: none;
    }

.linkdgpc{
    width: 100px;
    height: 20px;
    margin-left: 7px;
    list-style: none;
    float: left;
    text-align: center; 
    text-decoration: none;

     
background: red;
}
nav p{
color:white;
    font-size: 11pt;
    font-family: 'DIN';
    
 }