/* CSS Document */
/*--------------------------------------basicas-------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #50555a;
	background-color: #9cc87b;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(../img/basicas/fundo.gif);
	background-repeat: repeat;
}
a {
	color: #7a161d;
}
a:hover {
	text-decoration: none;
}

/*--------------------------------------divs---------------*/
#tudo {
	width: 740px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #acb1b5;
	margin: auto;
	height: auto;
	background-color: #FFFFFF;
	background-image: url(../img/basicas/fundo_menu.gif);
	background-repeat: repeat-y;
}
#tudo:after {
	content: ".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}
#topo {
	height: 26px;
	width: 729px;
	
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #acb1b5;
	
	background-image: url(../img/basicas/topo_fundo.jpg);
	background-repeat: no-repeat;
	
	text-align: right;
	padding-top: 105px;
	padding-right: 11px;
	background-color: #FFFFFF;
}
#agenda {
	height: 172px;
	width: 209px;
	float: left;
	background-color: #720D15;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#banner {
	float: right;
	height: 182px;
	width: 531px;
	background-color: #FFFFFF;
}
#barra {
	height: 24px;
	width: 740px;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #acb1b5;
	
	margin: auto;
	background-image: url(../img/basicas/barra.jpg);
	background-repeat: no-repeat;
}
#menu {
	float: left;
	height: auto;
	width: 209px;
	background-color: #E0E0E0;
}
#conteudo {
	background-image: url(../img/basicas/conteudo_fundo.jpg);
	background-repeat: no-repeat;
	
	float: right;
	min-height:470px; height:auto !important; height:470px;
	width: 496px;
	background-color: #FFFFFF;
	text-align: justify;
	
	padding-top: 20px;
	padding-right: 17px;
	padding-bottom: 20px;
	padding-left: 17px;
	
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #acb1b5;
}
#box {
	float: left;
	height: 163px;
	width: 248px;
}
#box_agenda {
	width: auto;
	border: 1px solid #E4E4E4;
	margin-bottom: 15px;
	padding: 5px;
}
#rodape {
	margin: auto;
	height: 41px;
	width: 708px;
	padding: 17px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #acb1b5;
	background-image: url(../img/basicas/rodape_fundo.gif);
	background-repeat: no-repeat;
}

/*--------------------------fontes----------------------------*/

.titulo_grande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #72a149;
}
.titulo_medio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #72a149;
}
.titulo_pequeno {
	color: #7a161d;
	font-weight: bold;
}

/*--------------------------formularios e fotos----------------*/
.foto_esq {
	border: 1px solid #acb1b5;
	margin-right: 10px;
	margin-bottom: 7px;
}
.foto {
	border: 1px solid #acb1b5;
}
.linha {
	color: #acb1b5;
}
.formulario {
	color: #50555a;
	border: 1px solid #acb1b5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.cinza {
	color: #50555a;
}
.branco {
	color:#FFFFFF;
}
.laranja {
	color: #de7300;
}

