@font-face {
  font-family: aqua;
  src: url("aqua.ttf");
}

h1, h2, h3, h4 h5, h6 {
  margin: 0;
  padding: 0;

}

html {
  background-color: rgb(200, 200, 200);
}


#banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: white;
  background-image: /*url("logo_dagop_sinfondo.png"),*/ url("logosinfondo.png");
  background-position: /*left,*/ right;
  background-repeat: no-repeat, no-repeat;
  background-size: 7%, 7%;
  border-bottom: 1px solid grey;


}
/* #logodagop {
  float: left;
  top: 0;
  left: 5px;
  width: 100px;
}*/

#titulo {

  float: right;
  margin: 2% 10% 0 0;
  text-align: right;
  color: #4f4f4f;
  font-weight: bold;
  text-shadow: 1px 1px 2px #aaa;
}
#titulo h2 {
  font-family: aqua;
}


#seccion {
  float: left;
  margin: 4% 0 0 8%;
  color: #4f4f4f;
  font-weight: bold;
  text-shadow: 1px 1px 2px #aaa;

}

#logoimss {
float: right;

    width: 100px;
}

nav {
  position: fixed;
  top: 130px;
  left: 10px;
  width: 140px;
  border: 1px solid #aaa;
  border-radius: 7px;
  height: 400px;
  box-shadow: 3px 3px 3px #aaa;
  background-image: linear-gradient(to bottom, white, #4c615e);
  font-size: 0.8em;
}

.busqueda{
  position: fixed;
  top: 150px;
  right: 20%;
}

.primercuadro{

 margin-left:160px;
 margin-top:130px;
 background-color:white;
 border-radius: 7px;
 box-shadow: 3px 3px 3px #aaa;
 padding: 20px;


}


.cuadrosubsecuente{
  
  margin-left: 160px;
  margin-top: 10px;
  background-color: white;
  border-radius: 7px;
  box-shadow: 3px 3px 3px #aaa;
  padding: 20px;

}

