@charset "UTF-8";
/* INFOMEGO - www.antoniofuentes.org */
/* Selección de idioma */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background: #000;
}
#logo {
	width: 200px;
	height: 300px;
	position:absolute;
    top:45%;
    left: 50%;
    margin-top: -150px;
    margin-left: -100px;
}
#language {
	width: 200px;
	height: 87px;
	position: absolute;
	bottom: 0%;
	left: 50%;
	margin-left: -100px;
}
#language div {
	width: 60px;
	height: 62px;
	text-align: center;
	float: left;
	margin-right: 10px;
}
#language div img {
	margin-bottom: 15px;
}
#language div.last {
	width: 60px;
	height: 62px;
	text-align: center;
	float: left;
	margin: 0;
}
#language div a {
	text-decoration: none;
	font: 12px/15px arial;
	color: #666;
}
#language div a:hover {
	color: #fff;
}