.fondo_datos{
    background-color: #fff;
    -moz-box-shadow: 0px 0px 14px #777;
    -webkit-box-shadow: 0px 0px 14px #777;
    box-shadow: 0px 0px 14px #777;
    margin-top: -40px;
}
.datos_cont {

    color: #666;
    font-size: 17px;
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: center;
}
.datos_cont a{ color:#666;}
.datos_cont a:hover{ color:#000;}
.caja_text_h .form-control {
    font-size: 16px !important;
    height: 40px;
}
.titulo_dato{ 
text-transform: uppercase;
color:#000; 
font-size: 25px;
margin-bottom: 20px;
font-weight: 700;
}
.icono i{ font-size: 50px; color:#009ea1;}

a{ color:#008082;}
a:hover{ color:#000;}

.politica a{color:#666; font-size: 12px;}
.titulo_form {

    color: #000;
   font-weight: 900;
    font-size: 27px;
    margin-bottom: 40px;
    margin-top: 40px;
    padding-top: 40px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;

}
.caja_text {
    background: #F3F1F2 none repeat scroll 0 0;
    border: medium none;
    color: #666;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 14px;
    margin-top: 5px;
    padding: 10px 20px;
    width: 100%;
}
.zona_consulta textarea {
    background: #F3F1F2 none repeat scroll 0 0;
    border: medium none;
    color: #666;
    font-size: 15px;
    height: 180px;
    line-height: 20px;
    margin-bottom: 14px;
    margin-top: 5px;
    padding: 10px 20px;
    width: 100%;
}
.zona_consulta{ padding-bottom: 50px;}
*::-moz-placeholder {
    color: #aaaaaa !important;
}
*::-moz-placeholder {
    color: #aaaaaa !important;
    
}
footer{ margin-top: 50px;}

.marker {
    background-image: url('../img/mapbox-icon.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}