@charset "utf-8";
/* CSS Document */

html{
	background-position: center;
	margin: 0 auto;
	width: 760px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

html a{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

h1{
	font-size: 14px;
	font-weight: bold;
	color: #0054A8;
}

h2{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../imagens/fundo_btn.png);
	padding: 5px 5px 5px 5px;
}

h3{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../imagens/fundo_btn.png);
	padding: 5px 5px 5px 5px;
	
}

#cabeca{
	height: 50px;
	padding-bottom: 20px;
	border-bottom: 2px solid #0054A8;
	clear: both;
}

#cabeca_esq{
	float: left;
}

#cabeca_dir{
	float: right;
}

#cabeca_dir a{
	border: none;
}

#atividade{
	clear: both;
	background-color: #FFEFE8;
	text-align: center;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
}

#tamanho_minimo{
	float: left;
	width: 1px;
	height: 330px; 
}

#rodape{
	padding: 10px 10px 10px 10px;
	clear: both;
	text-align: center;
	color: #000000;
	background-color: #D5EAFF;
}