@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #666666;
	font-family: Verdana, Arial, sans;
	font-size: 12px;
}

#boxcentro {
	position:absolute;
	height:420px;
	width:800px;
	margin:-210px 0px 0px -400px;
	top: 50%;
	left: 50%;
	text-align: center;
	padding: 0px;
	background-color: #666666;
	overflow: hidden;
}

#boxcentro a
{
	color: #ededed;
	text-decoration:underline;
}
#boxcentro a:hover
{	
	color: #fff;
	text-decoration:none;
}
