.js div#preloader { position: fixed; left: 0; top: 0; z-index: 999; width: 100%; height: 100%; overflow: visible; background: #333 url('assets/img/icon.png') no-repeat center center; }
/* Add here all your css styles (customizations) */

.bb-orng {
	border-bottom: 2px #f18b00 solid;
}

.zoom:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.zoom {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}



.maestranza {
		color: rgba(255, 255, 255, .5);
		font-size: 0.85em;
		float: right;
	}
.maestranza a {
		font-weight: 600;
		color: rgba(255, 255, 255, .6);
	}
.maestranza a:hover {
		color: rgba(255, 255, 255, 1);
		text-decoration: none;
	}
.mae-copy {
		list-style: none;
		display: block;
	}
.copyright {
		color: rgba(255, 255, 255, .5);
		font-size: 0.85em;
	}
@media screen and (min-width: 768px) {
	.maestranza {float: right;}
	.copyright {
		float: left;
	}
}
@media screen and (max-width: 767px) {
	.mae-copy {
		display: table;
	}
	.maestranza,
	.copyright {
		float: none;
	}
}
label.formulario-postula {
	width: 100%!important;
	color: #757575!important;
}

.formulario-postula input,
.formulario-postula textarea,
.formulario-postula select{
	width: 100%!important;
	padding: 10px 20px!important;
	margin-bottom: 10px!important;
	font-size: 1.3em!important;
	color: #757575!important;
	background-color: #fff!important;
	border: none!important;
}
.margin-narnajo {
	border-top: #f18b00 2px solid;
	border-bottom: #f18b00 2px solid;
}
label.datos {
	font-size: 2em!important;
	color: #f18b00!important;
	float: right!important;
}
.volver {
	float: right!important;
	text-align: right!important;
	color: #f18b00!important;
	margin-right: 30px!important;
}
.corto {
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}
.noborder {
	border:none!important;
	background-color: transparent!important;
}