@charset "UTF-8";
#main {
	background-color: #000000;
	height: 600px;
	width: 900px;
	margin-top: 50px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	border: 1px solid #FFFFFF;
}
#index {
	background-color: #000000;
	height: 600px;
	width: 900px;
	margin-top: 20px;
	margin-left: -450px;
	border: 1px solid #FFFFFF;
	position: absolute;
	left: 50%;
}
#legal #texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #CCCCCC;
	font-weight: normal;
	background-color: #000000;
	margin: 0px;
	padding: 15px;
	height: 100%;
	width: 570px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
}
