body{
  font: 15px/1.5 Arial, Helvetica, sans-serif;
  padding: 0;
  background-color: #fdd68c;
}

/* globales */

.contenido {
  width: 80%;
  margin: auto;
  overflow: hidden;
}

ul{
  margin: 0;
  padding: 0;
}

.boton_1 {
  height: 38px;
  background: #67B4D2;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
}

.dark{
  padding: 15px;
  background: #67B4D2;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  font-family: inherit;
}


/* encabezado */

header {
  background: #ff8899;
  padding: 30px;
  min-height: 70px;
  border-bottom: #67B4D2 3px solid;
  color: #ffffff;
}

header a{
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
}

header .highlight, header .actual a{
  color: #67B4D2;
  font-weight: bold;
}

header #marca{
  float: left;
}

header #marca h1{
  margin: 0;
}

header li{
  float: left;
  display: inline;
  padding: 0 20px 0 20px;
}

header nav{
  float: right;
  margin-top: 10px;
}

header a:hover{
  color: #cccccc;
  font-weight: bold;
}

/* showcase */

#showcase {
  min-height: 400px;
  background: url('../img/showcase.jpg') no-repeat -100px -450px;
  text-align: center;
  color: #ffffff;
}

#showcase h1 {
  margin-top: 100px;
  font-size: 55px;
  margin-bottom: 10px;
}

#showcase p{
  font-size: 20px;
}

/* periodico */

#periodico{
  padding: 15px;
  color: #ffffff;
  background: #ff8899;
}

#periodico h1{
  float: left;
}

#periodico form{
  float: right;
  margin-top: 15px;
}

#periodico input[type="email"]{
  padding: 4px;
  height: 25px;
  width: 250px;
}

/* cajas */

#boxes{
  margin-top: 20px;
}

#boxes .box{
  float: left;
  text-align: center;
  width: 45%;
  padding: 10px;
  font-size: 18px;
}

#boxes .box img{
  width: 90px;
}

/* contacto */
#contactanos {
  margin-top: 10px;
}

#contactanos .contacto{
  float: left;
  text-align: justify;
  width: 30%;
  padding: 10px;
}

#contactanos .texto-contacto{
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}

#contactanos img{
  width: 90px;
}


/* Pie de pagina */

footer{
  border-top: #67B4D2 3px solid;
  padding: 20px;
  margin-top: 10px;
  color: #ffffff;
  background-color: #ff8899;
  text-align: center;
}

/* media querties */
/* hacer apto para celulares el sitio */

@media(max-width: 768px){
  header #marca,
  header nav,
  header nav li,
  #periodico h1,
  #periodico form,
  #boxes .box,
  article#main-col,
  aside#sidebar,
  #contactanos .contacto,
  #contactanos .texto-contacto
  {
    float: none;
    text-align: center;
    width: 100%;
  }

  #contactanos img{
    float: none;
    text-align: center;
    width: 100%;
  }

  header{
    padding-bottom: 20px;
  }

  #showcase h1{
    margin: 40px;
  }

  #periodico button{
    display: block;
    width: 100%;
  }

  #periodico form input[type="email"]{
    width: 100%;
    margin-bottom: 5px;
  }
}
