/* CSS Document */

/* Contacto */
#area_contacto {
  margin-top: 3em;  
}

div#contact p {
  color: #fff;
  font-size: 1em;
  margin: 0;
}

div#contact p a {
  font-size: 0.95em;
}

div#contact a,
div#contact a:visited {
  color: #aaa;
}

div#contact a:hover {
  color: #fff;
}

  /* Redes Sociales */

  .redes_sociales {
    margin-top: 3em;
  }

  .redes_sociales img {
    width: 30px;
    height: 30px;
  }

/* Form Elements */

.row-32 {
  height: 32px;
}

.row-100 {
  height: 100px;
}

.margin-btn-2 {
  margin-bottom: 2px;
}

body,
input, 
textarea {
  font-family: OpenSans, sans-serif;
}