body {
	background: url(..//imagenes/contactar.jpg);
    background-size:cover;
	background-attachment: fixed;
	background-position:0 0px;
}

body, .form-control {
    font-family: 'Lato', sans-serif; 
}

h1{
    margin-bottom: 40px;
}
label {
    color: white !important; 
}

.text-muted {
    color: white !important; 
} 

.btn:hover {
    color: rgba(0,0,0,0.4);
}

.btn {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}


.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
