body {
	background: #000;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, arial, sans-serif;
	color: #FFF;
	font-size: .6em;
	margin: 0;
	padding: 0;
}

#centro {
	width: 720px;
	height: 487px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -244px 0 0 -360px;
}

#entrance {
	position: absolute;
	bottom: 50px;
	right: 20px;
	width: 120px;
	height: 30px;
}

p { line-height: 10px;}
a { color: #FFF; text-decoration: none;}

a img {border: none;}


dl {
	list-style-type: none;
	list-style-image: none;
		margin: 0;
	padding: 0;
}

dt {
	margin: 0;
	padding: 0;
	width: 37px;
	height: 25px;
}

dt a {position: absolute; top: 0; width: 37px; height: 30px;}
dt a span {display:none;}
dt#it a {background:url('bg-home-firma-it.png') 0 0 no-repeat; left: 0; }
dt#en a {background:url('bg-home-firma-en.png') 0 0 no-repeat; left: 37px;}
dt#es a {background:url('bg-home-firma-es.png') 0 0 no-repeat; left: 74px;}
dt#it a:hover {background:url('bg-home-firma-it.png') 0 -60px no-repeat;}
dt#en a:hover {background:url('bg-home-firma-en.png') 0 -60px no-repeat;}
dt#es a:hover {background:url('bg-home-firma-es.png') 0 -60px no-repeat;}
dt#it.sel a {background:url('bg-home-firma-it.png') 0 -30px no-repeat;}
dt#en.sel a {background:url('bg-home-firma-en.png') 0 -30px no-repeat;}
dt#es.sel a {background:url('bg-home-firma-es.png') 0 -30px no-repeat;}

