a {
	color: #aaaaaa;
	text-decoration: none;
}

a:hover {
	color: #ff001c;
	text-decoration: underline;
}

.logo_bg {
	background-image: url('/img/bitendian_logo_web_inv.png');
	background-repeat: no-repeat;
}

.logo_fg_start {
}

.logo_fg {
	background-image: url('/img/bitendian_logo_web.png');
	background-repeat: no-repeat;
}

.head_zone, .body_zone, .right_zone, .center_zone, .left_zone, .foot_zone {
/*	border: 1px solid red; */
}

.center_zone {
	text-align: left;
}

.foot_zone {
	background: black;
	z-index: 1;
}

.foot_zone .foot_container .validation img {
	border: none;
	width: 44px;
	height: 15px;
	vertical-align: middle;
}

.customers .logo_container {
	background-image: none;
	background-repeat: no-repeat;
	padding: 1px 1px 1px 1px;
	margin: 2px 2px 2px 2px;
	border: 1px solid #ccc;
}

.services {

}

.service_tile * { /* cada uno de los 4 servicios padre */
	font-size:14px;
	font-family: monospace;
	font-weight: bold;
}


.foot_zone .foot_container .language_selector img {
	vertical-align: middle;
	width: 15px;
	height: 15px;
}

a img {
	border: none;
}

