@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

body{
	font-family:'Open Sans', Tahoma, sans-serif;
	background: #eeeeee;
}

.banner-home{
	background: url('../assets/images/home.jpg') top no-repeat;
	background-size: cover;
	height: 250px;
	margin-bottom: 20px;
}
.banner-home h2{
	color: #FFF;
	margin-top: 110px;
}
.home-button{
	height: 250px;
	margin-bottom: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: block;
}
.home-button div{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	background: rgba(65,112,176,0.8);
	color: #FFF;
	width: 100%;
}
.footer{
	background: #767171;
	padding: 5px 0 15px 0;
	margin-top: 15px;
}
.footer h4{
	color: #FFF;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.8);
}
.footer-links a{
	color: #FFF;
	display: block;
}
.footerlogo img:first-child{
	margin: 20px 0 5px 0;
}
.icon-button{
	display: block;
	width: 100%;
	background: #4170B0;
	padding: 20px;
	text-align: center;
	margin-bottom: 15px;
	color: #FFF;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.icon-button img{
	width: 50px;
	height: 50px;
}
.icon-button:hover{
	color: #FFF;
}
.logo-avisador{
	width: 140px;
	height: 140px;
	background-color: #FFF;
	background-position: center;
	background-size: 95% auto;
	background-repeat: no-repeat;
	z-index: 9;
	position: relative;
	border: 1px solid #ddd;
	float: left;
	margin: 0 15px 15px 0;
}
.list-logo{
	width: 100px;
	height: 100px;
	background-color: #FFF;
	background-position: center;
	background-size: 95% auto;
	background-repeat: no-repeat;
	z-index: 9;
	position: relative;
	border: 1px solid #ddd;
	float: left;
	margin: 0 15px 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.avisador{
	padding: 15px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 15px;
}
.langs img{
	height: 40px;
	margin-top: 5px;
}
#mapa{
	width: 100%;
	height: 300px;
}
#form_target{
	display: none;
}
.home-icon{
	text-align: center;
	margin-top: 20px;
}
.home-icon i{
	font-size: 100px;
	color: #4170B0;
}
.home-icon p{
	font-size: 14px;
	margin-top: 10px;
}
.no-padding{
	padding: 0;
}
.seccion-medio{
	text-align: justify;
}
.logos-clientes img{
	width: 250px;
}
.logos-arrows{
	font-size: 40px;
	margin-top: 10px;
}
.prevLogos{
	float: left;
}
.nextLogos{
	float: right;
}
.table{
	background: #FFF;
}