/*
-- Global Reset
*/

* {
	margin: 0;
	padding: 0;
}

/*
-- Tipografia e Cores
*/

h1 {
	font-size: 22px;
	margin-bottom: 20px;
	color: #B45408;
	margin-top: 10px;
}

h2 {
	font-size: 16px;
	margin-bottom: 10px;
	font-style: italic;
	color: #B45408;
}

p {
	margin-bottom: 5px;
}

p.destaque {
	font-size: 16px;
	color: #351f0A;
	font-weight: bold;

}

.legenda {
	font-size: 10px;
	float: right;
}

ul {
	margin-left: 15px;
	}

a img {
	border: 0;
}

a:link {
	
}

a:visited {

}

a:hover {
	
}

a:active {

}


/*
-- Estrutura
*/

body {
	background-image:url(../../imagens/estrutura/fundo_geral.jpg);
	background-repeat: no-repeat;	
	background-position: center 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}

div#site {
	width:800px;
	margin:0 auto;
	text-align:left;
}

div#cabecalho {
	height: 237	px;
	position: relative;
}

div#menu {
	position: absolute;
	height: 237	px;
	width: 800px;
	/*background-image:url(../../system/frontend-inc/images/top_falso.jpg);*/
}
div#menu img {
	border: 0;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
}

div#menu ul {
}

div#menu li {
}

div#menu a {
	display: block;
	float: left;
	text-align: left;
}

div#corpo {
	padding: 10px;
	position: absolute;
	top: 237px;
	width: 800px;
	background-image:url(../../imagens/estrutura/flor_Fundo.gif);
	background-repeat: no-repeat;	
	background-position: center 150px;
}

div#texto {
	margin-left:125px;
	margin-right: 150px;
}


div#rodape {
}

div#preview{
	text-align: center;
	}

.colunas2
{
	width: 48%;
	margin-right: 15px;
}

/*
-- Classes Complementares
*/

.clear {
	clear: both;
}

.f-esq {
	float: left;
}

.f-dir {
	float: right;
}

.a-center {
	text-align: center;
}

.a-left {
	text-align: left;
}

.a-right {
	text-align: right;
}

div.line {
	border-top: 1px solid #B45408;
	font-size: 1px;
	height: 1px;
	display: block;
	margin: 10px 0;
	clear: both;
}

div.line hr {
	display: none;
}

/*
--- Table
*/

table {
	width:550px;
}

th {
	background-color: #d0ddbf;
	padding-left: 2px;
}

tr, td
{
	border-bottom: 1px solid #cadbbb;
	vertical-align: top;
}

tr.cor 
{
	background-color: #cadbbb;
}

td.dia 
{
	font-size:18px;
	font-weight: bold;
	text-align:center;
	color: #00783c;
	padding-bottom:5px;
	padding-top: 15px;
}

/*
-- Form
*/

fieldset {
	
}

form {
	
}

label span {
	
}

input, select, textarea {
	
}

.borda {
	
}

input.borda, textarea.borda {
	
}

.submit {
	
}

p.aviso {
	font-size: 13px;
	font-weight: bold;
	margin-left: 50px;
	background-color: #D9E3BE;
	padding: 3px;
	border: 1px solid #996633;
	color: #655441;
}


form {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #505050;
}

fieldset {
	border: 0;
}

label {
	clear: left;
	display: block;
	margin-bottom: 7px;
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 10px;
	font-size: 11px;
}

select, input, textarea  {
	display: block;
	color: #505050;
	border: 1px solid #564735;
	margin-right: 5px;
	float: left;
	height: 15px;
}

select , input {
	font-size: 12px;
}

textarea {
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
}

.submit {
	clear: left;
	float: left;
	margin-top: 5px;
	margin-left: 160px;
	margin-bottom: 2px;
	height: auto;
	padding: 5px;
}

p.confirma {
	font-size: 13px;
	color: #00672C;
	font-weight: bold;
}