@charset 'utf-8';
/* CSS Document */

#wrapper{
	width:100%;
}

html, body, .page{
	margin: 0;
	padding: 0;
	height: 100%;
}

img{
	max-height: 100%;
	height: 100%;
	border: 0;
}

a:hover img {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=80);
	transition: all 0.5s ease;
}

.mapa{
	margin: 0;
	text-align: center;
	height: 100%;
	height: 40.9%;
}
.mapb{
	margin: 0;
	text-align: center;
	height: 100%;
	height: 36%;
}
.mapc{
	margin: 0;
	text-align: center;
	height: 100%;
	height: 22%;
}

