
@font-face {
    font-family: GothamBook;
    src: url('../fonts/gotham_book.woff');
    font-weight: normal;
	font-style: normal;
}

body{
    background-color: #F5F5F7;
}

.contenedor{
}

*{
    font-family: GothamBook;
}

.form-control::-webkit-input-placeholder { font-family: GothamBook; }
.form-control::-moz-placeholder { font-family: GothamBook; } /* firefox 19+ */
.form-control:-ms-input-placeholder { font-family: GothamBook; } /* ie */
.form-control:-moz-placeholder { font-family: GothamBook; }

.botonformulario{    
	background-color:#55BC3F;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:14px;
	padding:8px 11px;
	text-decoration:none;
}

.formulariocotizacion input, .formulariocotizacion textarea{
    padding: 5px 0px;
}