@charset "utf-8";
/* CSS Document */

body{
    /* font-family: "Conv_Gotham-Medium",Sans-Serif; */

    color: #000000;
    text-decoration: none;
}
.cursor{
    cursor: pointer;
}
#formularioboletin{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.floatleft {
	float: left;
}


.centrado{
    margin-left: auto;
    margin-right: auto;
}
#sobre{
    margin-top:20px;
}
input[type="text"] {
  padding: 10px;
  border: solid 1px #EEEEED;
  transition: border 0.3s;
  width:320px;
  height:20px;
  font-size: 14px;
}
input[type="text"]:focus,
input[type="text"].focus {
  border: solid 1px #EEEEED;
}
.mensaje{
        display: block;
    }
#fracaso, #exito{
    text-align: center;
    display: none;
    }



#formularioboletin .btn {
  /* font-family: Arial;
  color: #5c5a5c; */
  /* font-size: 14px; */
  /* background: #9797A6; */
  /* padding: 10px 20px 10px 20px;
  border: solid #EEEEED 1px;
  text-decoration: none; */
  margin-left: 10px;

}

#formularioboletin .btn:hover {
  /* background: #EEEEED;
  text-decoration: none; */
}

#enviar{
	margin: 0;
    padding: 0;
    height: 50px;
    width: 160px;
    line-height: 50px;
    text-align: center;
    border: 0;
    color: #fff;
    font-size: 12pt;
    background: url('../2018_img/boton_enviar.png') no-repeat;
    cursor: pointer;
}




@media only screen  and (min-device-width : 0px)  and (max-device-width : 767px)  {

   
input[type="text"] {
  width:260px;
}


    }