@charset "utf-8";

.busquedaEmpleo {
	background: none repeat scroll 0 0 #f1f5f9;
	position:relative;
	display:block;
	font:inherit;
	border:0;
	margin:0;
	padding:0;
	color:#2f353d;
	width:100%;
	min-height:300px;
}
.busquedaEmpleo .busqEm-container {
	max-width:1075px;
	min-height:158px;
	padding-top:63px;
	padding-bottom:79px;
	margin:0 auto;
}
.busqEm-container .busqEm-image {
	float:left;
	display:block;
	margin-left:35px;
	margin-right:50px;
}
.busqEm-container .busqEm-text {
	float:left;
	display:block;
	margin-left:35px;
	margin-right:35px;
	margin-top:6px;
}
.busqEm-container .busqEm-ctas {
	float:left;
	display:block;
	height:158px;
	max-width:210px;
	margin-left:35px;
	margin-top:6px;
}
.busqEm-ctas a {
	margin-top:12px;
	margin-bottom:12px;
}
@media screen and (max-width: 1075px), screen and (max-device-width: 1075px) {
	.busqEm-container .busqEm-ctas {
		max-width:440px !important;
		height:68px !important;
	}
}
@media screen and (max-width: 783px), screen and (max-device-width: 783px) {
	.busquedaEmpleo {
		height:475px !important;
	}
	.busqEm-container .busqEm-text {
		margin-top:24px !important;
	}
}
@media screen and (max-width: 446px), screen and (max-device-width: 446px) {
	.busquedaEmpleo {
		height:620px !important;
	}
}
