﻿html
{
	width:100%;
	height:100%;
	padding: 0px;
	margin: 0px;
}
body
{
	width:100%;
	height:100%;
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 08pt;
}
#header
{
	background-color: #6e2773;
	width:100%;
	height:110px;
}
#header fieldset
{
	background: #fff url(../imagens/fundo_flores.gif) no-repeat;
	border:none;
	margin-left: 50px;
	margin-right: 50px;
	height:100%;
}
#header fieldset .logo
{
	margin-left: 35px;
	margin-top: 35px;
}
#menu
{
	background-color: #fff;
	width:100%;
	height:35px;
}
#menu fieldset
{
	border:none;
	background-color: #6e2773;
	margin-left: 50px;
	margin-right: 50px;
	padding-top:5px;
	height:100%;
	color: #fff;
}
#menu fieldset #fone
{
	float:right;
	padding-right:20px;
}
#menu fieldset #botoes li
{
	border-right: solid 1px #fff;
	font-family: Verdana;
	font-weight: bold;
	display: inline;
	float:left;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 11px;
	padding-bottom: 10px;
	top:-5px;
	position:relative;
	font-size: 09pt;
}
#menu fieldset #botoes li:hover
{
	background-color: #fff301;
	color: #6e2773;
	cursor:hand;
}
#conteudo 
{
	background-image: url(../imagens/fundo.gif);	
	border: solid 0px #000;
	width: 100%;
	font-family: Verdana;	
}
#conteudo fieldset
{
	background-color: #fff;
	border:none;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 20px;
	padding-left:20px;
	padding-bottom: 20px;
}
#conteudo fieldset .principal
{
	border:none;
	width:790px;
	text-align:left;
}
#conteudo fieldset #menulateral
{
	margin-left: 0px;
	float:left;
}
#rodape
{
	border: solid 0px #000;
	width: 100%;
}
#rodape fieldset
{
	border:none;
	background-color: #fff;
	margin-left: 50px;
	margin-right: 50px;
	padding-top:15px;
	padding-bottom:15px;
	text-align: center;
	font-weight: bold;
}
.txt
{
	border: solid 1px #6e20ec;
	font-size:20px;
	height:25px;
	color: #343434;
}
.imb
{
	margin-top:20px;	
}
.nomeCampo
{
    font-size:13px;
    padding-top:20px;
    padding-bottom:3px;
    color: #565656;
    font-weight:bold;
}

