/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}
#geral {
	position:relative;
	width: 900px; /* Definindo a largura total do site */
	left: 50%; /* Para alinhar o site no centro da página no sentido horizoltal */
	margin-left: -450px; /* Dividimos o widht para alinhar a posição horizontal ao centro */
}
#oculto {
	width: 900px; /* Definindo a largura total do site */
	margin:0 auto;
	text-align:center;
	background:	#CCCCCC;
}
a:link {
	text-decoration: none;
	color: #663300;
}
a:visited {
	text-decoration: none;
	color: #663300;
}
a:hover {
	text-decoration: underline;
	color: #8C4600;
}
a:active {
	text-decoration: none;
	color: #663300;
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
}
.titulos {
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	line-height:25px;
}
.caixa{
	font-size:11px;
	font-family:tahoma,arial,helvetica;
	color:000000;
}
#geral{
	background-image:url(img/fundo_paginas.jpg);
}
#cabecalho{
	width:900px;
	height:288px;
	background-image:url(img/cab_fundo.jpg);
}
#conteudo{
	font-family: Tahoma,Verdana, Arial, Helvetica;
	font-size:12px;
	color:#26340F;
}
#corpo_box1{
	width:314px;
	border:0;
	margin:0 auto;
	background-image:url(http://www.campodossonhos.com.br/img/box_01.gif);
	background-position:top;
	background-repeat:no-repeat;
	font-size:10px;
	line-height:11px;
}
#corpo_box2{
	width:314px;
	margin:0 auto;
	border:0;
	align:center;
	background-image:url(http://www.campodossonhos.com.br/img/box_02.gif);
	background-position:top;
	background-repeat:no-repeat;
	font-size:10px;
	line-height:11px;
}
#conteudo_principal_tab{
	text-decoration:none;
	font-family: Tahoma,Verdana, Arial, Helvetica;
	font-size:12px;
	color:#26340F;
}
#conteudo_principal_fotos{
	text-decoration:none;
	font-family: Tahoma,Verdana, Arial, Helvetica;
	font-size:12px;
	color:#26340F;
}