/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	text-align:center;
	}

#superior {
	width:100%;
	height:92px;
	background-color:#EBEBEB;
	}
	
#centro {
	position: absolute;
	width:900px;
	height:600px;
	top: 0px;
	left: 50%;
	margin-left: -450px;
    }
	
.h1 {
	font-size:45px;
	font-weight:bold;
	color:#666666;
	letter-spacing:-1px;
	}
	
.h2 {
	font-size:23px;
	font-weight:normal;
	color:#CCCC00;
	}

body a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-decoration:none;
	}
	
body a:hover {
	text-decoration:underline;
	color:#CCCC00;
	}
	
.texto {
	font-family:Arial, Helvetica, sans-serif
	text-align:left;
	font-size:9pt;
	}
	