/* textarea{
    width: 90%;
}
 */
.anchoSelect {
	width: 100%;
	max-width: 100%;
}

.etiquetaControl {
    text-align: left !important;
    font-size: 12px;
    padding-top: 5px;
}

select, select option {
    font-size: 12px;
    font-family: 'GothamRnd-Book';
    src: url('../fonts/GothamRnd-Book.otf');
}

.modificarDireccion {
    margin: 0px 0px 10px 5px !important;
    padding: 2px !important;
}

.anchoInput {
    width: 95%;
    max-width: 95%;
}

#captchaForm div {
    margin-left: auto !important;
    margin-right: auto !important;
}