/* WRAPPER */

#wrapper {
  max-width: 1240px;
}

/* HEADER */


#header{
  width: 94%;
  padding: 0 2% 0 4%;
}

#logo {
  float: left;
  width: 351px;
  height: 100px;
}

#logo #isotipo {
  height: 80px;
  margin-top: 10px;
  vertical-align: top;
}

#logo #logotipo {
  height: 80px;
  margin-top: 10px;
  vertical-align: top;
}

#menu {
  float: right;
}

#menu ul #menu_1 {
  display: none;
}

#menu ul li {
  float: left;
  padding: 5px 4px;
  margin: 30px 4px;
}

/* BANNER */

#banner div {
  min-height: 149px;
}

#banner p {
  margin-top: 52px;
  padding: 0 30px;
  font-size: 30px;
  border-radius: 22px;
}

#banner a {
  height: 149px;
}

/* CUERPO */

#cuerpo {
  float:left;
  position: relative;
  width: 90%;
  padding: 40px 5% 3.56em 5%;
}

#texto {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 20px 3.56em 20px;
}

#texto a {
   text-decoration: underline;
   text-decoration-style: dotted;
}

#texto a:hover {
  text-decoration-style: solid;
}

/* FOOTER */


