/* CSS Document */
/*-----------------------------------------------------CONTEUDO-----------------------------------*/
#principal{
	display:block;
	margin-left:15px;
}
#principal h2{
	font-size:1.3em;
	text-align:center;
	margin-bottom:10px;
}
#tab1{
	width:400px;
}
#tab2{
	width:150px;
	float:left;
}
#tab3{
	width:150px;
	float:left;
	margin-left:70px;
}
.maior{
	width:400px;
	background:#FFFFFF;
	border:1px solid #666666;
	margin-bottom:10px;
}
.medio{
	width:180px;
	background:#FFFFFF;
	border:1px solid #666666;
	margin-bottom:10px;
}
.menor{
	width:50px;
	background:#FFFFFF;
	border:1px solid #666666;
	margin-bottom:10px;
}
#msg{
	width:300px;
	float:left;
	margin-left:65px;
	margin-top:-80px;
}
.textmsg{
	width:300px;
	height:216px;
	background:#FFFFFF;
	border:1px solid #666666;
}
#botao{
	clear:both;
	text-align:center;
	position:relative;
	top:15px;
}