@charset "utf-8";
/* CSS Document */

*{
	margin:				0px;
	padding:            0px;
}

body {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	color:				#4a6073;
	background:			url(img/fundoteste.jpg) repeat-x;
}

#corpo {
	background:			#000000;
	display:			table;
	position:			absolute;
	text-align:			left;
	width:				770px;
	left:				50%;	
	margin-left:		-387px;   
	top:				1px;
}
#principal {
	background:			#E3E3E3;
	display:			table;
	padding:            5px  0px  0px  25px;
	width:				745px;
}

#blocoAgenda {
	width:				235px;
	height:				200px;
	background:			url(img/fundoAgenda.jpg) no-repeat bottom right #FFFFFF;
	display:			block;
	position:			relative;
	border:				0px;
	padding:            10px  0px  0px 5px;
	float:				left;
}
#blocoNoticias {
	float:				left;
	width:				210px;
	height:				210px;
	background:			url(img/fundoNoticias.jpg) no-repeat bottom right #FFFFFF;
	display:			block;
	position:			relative;
	border:				0px;
	margin-left:		12px;
}
#blocoNews {
	float:				right;
	width:				260px;
	height:				155px;
	background:			url(img/fundoNews.jpg) no-repeat bottom right #FFFFFF;
	display:			block;
	position:			relative;
	border:				0px;
	margin-left:		8px;
	margin-right:		10px;
	margin-bottom:		10px;
}
#superfa {
	clear:				both;
	width:				730px;
	height:				110px;
	background:			url(img/fundoSuperfa.jpg) no-repeat bottom right #FFFFFF;
	margin:				10px 0px 10px 0px;
}

.righ{
	float:				right;
	margin-right:		1px;
}