div.titulo1 {
  color: #3b4251;
  font-size: 1.5em;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Raleway', sans-serif;
}

div.titulo2 {
  color: #3b4251;
  font-size: 1.2em;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Raleway', sans-serif;
}


div.contenido {
    margin: 40px auto;
    width: 80%;
    max-width: 1200px;

  }

div.texto_general {
  color: #3b4251;
  font-size: 0.8em;
  font-family: 'Open Sans', sans-serif;
  /*font-family: 'Raleway', sans-serif;*/
}

body{
  background-color: #f5f5f5;
}

.cuadro_texto {
  width: 180px;
  background: #d1d1d1;
  padding: 0.35em 0.8em 0.35em 0.8em;
  font-size: 1.3em;
  color: #666;
  border: none;
  margin-bottom: 0.5em;
  vertical-align: 0px;
  letter-spacing: 0.1em;
  cursor: text;
}

.img-captcha {
  margin-bottom: -0.8em;
  height: 39px;
}

.boton_buscar {
  background: #3b4251;
  display: inline-block !important;
  padding: 0.35em 0.6em 0.35em 0.6em;
  font-size: 1.3em;
  color: #fff;
  margin: 1em auto 0 auto;
  /*font-weight: 600;*/
  text-align: center;
  cursor: pointer;
  border: none;
  letter-spacing: 0em;
}


/*
{
font-size: 16px;
text-decoration: none;
padding: 1em;
color: #ffffff;
background-color: #3b4251;
border: none;
cursor: pointer;
/*font-family: 'Open Sans', sans-serif;*
font-family: 'Raleway', sans-serif;
font-weight: 400;
letter-spacing: 0.1em;
}
*/

.boton_buscar:hover {
  background: #d2232a;
  color: #fff;
}

/*
{

font-size: 16px;
text-decoration: none;
padding: 1em;
color: #ffffff;
background-color: #d2232a;
border: none;
cursor: pointer;
/*font-family: 'Open Sans', sans-serif;*
font-family: 'Raleway', sans-serif;
font-weight: 400;
letter-spacing: 0.1em;
}
*/