/**
 * SECCIONES ESTÁTICAS
 */
.basic_text{
	margin-bottom: 50px;
}

.basic_text p{
	margin-top: 10px;
	line-height: 23px;
	margin-bottom: 25px;
}
.basic_text strong{
	font-family: 'allerregular'
}
/**
 * CONTACT FORM
 */
 .contact_form label{
 	font-family: 'allerregular'
 }
 .contact_form label.font_light{
 	font-family: 'aller_lightregular'
 }
 .contact_form input[type="text"],
 .contact_form input[type="text"].span4{
 	width: 340px;
 }
 .contact_form input[type="text"], .contact_form input[type="password"] {
	 padding-top: 7px;
	 padding-bottom: 7px;
	 -moz-border-radius: 0;
	 -webkit-border-radius: 0;
	 border-radius: 0;
	 outline: none;
	 box-shadow: none !important;
	 border: 1px solid #e8e8e8;
 }

.contact_form textarea{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	outline: none;
	box-shadow: none !important;
	border: 1px solid #e8e8e8;
}
.select_filter .selectBoxes {
	width: 351px;
 	height: 38px;
 	margin-top: 0px;
}
.select_filter .sbSelector {
	width: 351px;
	margin-top: 5px;
}
.select_filter .sbToggle {
	top: 5px;
}
.select_filter .sbOptions {
	width: 351px;
}

