a.btn_empresa_try{
	display: inline-block;
	width: 272px;
	border: none;
	height: 53px;
	background-color: transparent;
	background-position: 0 0;
	background-image: url(/img/btn_empresa_try.png);
	color: white;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
}
a.btn_empresa_try span{
	display: none
}
a.btn_empresa_try:hover{
	text-decoration: none;
	background-position: 0 -63px;
}
.carousel_company_link{
	width: 272px;
	margin-top: 5px;
	font-size: 13px;
	text-align: center;
}

/**
 * SECOND BLOCK
 */
.single_second_block {
	height: 331px !important;
}
.empresa_second_block{
	height: 694px;
	background: url('/img/empresa_second_block.png') top left repeat-x;
	color: white;
}
.empresa_second_block h3{
	width: auto;
	display: inline-block;
	font-weight: normal;
}
.empresa_second_block h3.arrow{
	background: url('/img/white_arrow.png') center right no-repeat;
	padding-right: 30px;
}
.home_empresa_form_left{
	width: 565px;
}
.home_empresa_form_right{
	width: 353px;
}
.home_empresa_form_right .left{
	width: 112px;
	font-size: 18px;
}
form.home_empresa_form{
	font-size: 18px;
}
.empresa_form_inputs{
	width: 320px;
}
form.home_empresa_form input[type="text"]{
	border: 4px solid #38496D;
	height: 40px;
	width: 300px;
}
.home_empresa_form .select_localization,
.home_empresa_form .select_activity{
	background-color: white;
	height: 48px;
	border: 4px solid #38496D;
	width: 311px;
}
.home_empresa_form .select_localization .selectBoxes,
.home_empresa_form .select_activity .selectBoxes{
	width: 291px;
	margin-top: 9px;
	margin-left: 9px;
}
.home_empresa_form .select_localization .sbOptions,
.home_empresa_form .select_activity .sbOptions{
	width: 291px;
}

.empresa_input_field{
	border: 4px dashed #8194B9;
}
.empresa_input_field div{
	/*padding: 15px;*/
}
.empresa_input_field span.cloudy_icon{
	background: url('/img/cloud_icon.png') center center no-repeat;
	padding-top: 53px;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

.how .img{
	margin-bottom: 30px;
	min-height: 61px;
	width: 100%;
	text-align: center
}
.how .content{
	text-align: left;
	border-right: 1px solid #7EA9CB;
	min-height: 162px;
}
.how span.title{
	display: block;
	font-size: 18px;
	margin-bottom: 22px;
	height: 33px;
	width: 93%;
}
.how  div.desc{
	padding: 0px 10px 0px 0px;
	color: #c5e7f3;
}

button.empresa_btn_continue{
	display: block;
	width: 224px;
	border: none;
	height: 56px;
	background-color: transparent;
	background-position: 0 0;
	background-image: url(/img/empresa_btn_form.png);
	background-repeat: no-repeat;
	color: white;
	font-size: 20px;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
	font-family: 'aller_lightregular'
}
button.empresa_btn_continue:hover{
	background-position: 0 -66px;
	text-decoration: none;
}

/**
 * NOTICIAS
 */
.news{
	background-color: #e0e8ec;
}
img.news_pic{
	border: 4px solid white;
	min-width: 220px;
	max-width: 220px;
	min-height: 146.7px;
	max-height: 146.7px;
}
.news .excerpt{
	margin-top: 15px;
	color: #555555;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/**
 * CLAIM
 */
.claim{
	/*height: 194px;*/
	background: url('/img/empresa_claim.png') top left repeat-x;
	background-size: cover;
}
.claim .quote{
	background: url(/img/quote.png) 2px 5px no-repeat;
	padding-left: 30px;
	font-style: italic;
	color: white;
	font-size: 19px;
	line-height: 27px;
	margin-top: 30px;
}
.claim .quote_author{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #c5e7f3;
}


.home-header {
	background: url(/img/home/slider/company/slider-04.jpg);
	height: 400px;
	background-size: cover;
	position: relative;
}
.home-header .home-header-container {
	position: relative;
	height: 100%;
}
.home-header .home-header-textbox {
	padding: 10px 30px 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}
.home-header .home-header-textbox .home-header-textbox-bg {
	position: absolute;
	background: black;
	opacity: 0.5;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.home-header .home-header-textbox .home-header-textbox-content {
	position: relative;
	color: white;
	letter-spacing: 1px;
	font-family: 'allerregular';
	text-align: center;
}
.home-header .home-header-textbox .home-header-textbox-title {
	font-size: 20px;
	font-weight: normal;
	font-family: 'allerregular';
}
.home-header .home-header-textbox .home-header-textbox-subtitle {
	font-size: 16px;
}
.home-header .home-header-textbox .home-header-textbox-action {
	margin-top: 20px;
}
