/* CSS Document */
*{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}

body{
	background-image:url(../images/fundo_cor.png);
	font-size: 13px;
	line-height: 20px;
/*	background-color: #DE8442;*/
}

a{
	color: #007f95;
	text-decoration: none;
}

h1{
	/*background-image: url(../images/barra_titulo.png);*/
	color: #6c9612;

}

h2{
	font-weight: bold;
	font-size: 16px;
}

#container4{
	width: 900px;
	padding-left:30px;
	position:absolute;
	height:200px;
	bottom:0;
	background: url("../images/manchas.jpg") no-repeat right bottom;
}
#container2{
	min-height:100%;
	width:960px;
	margin: 0 auto;
	background: url("../images/fundo_sombra.png") repeat-y;
	position:relative;
}
#container3{
	height: 100%;
	width: 100%;
	background: url(../images/fundo_topo.png) repeat-x fixed top;
}

#container{
	margin-left: 30px;
}

#header{
	height: 175px;
	margin-bottom: 25px;
}
#body{
	background-color: transparent;
	padding-bottom: 180px;
}

#logo{
	margin-top: 20px;
	margin-left: 20px;
}

ul#menu li{
	color: #333333;
}

ul#menu li li{
	font-size:12px;
	font-weight:normal;
}

#footer{
	height: auto;
}

#footer #patrocinios{
	padding-left:0;
}
#footer #patrocinios p{
	margin-bottom:10px;
	overflow:auto;
}
#footer #patrocinios img{
	float: left;
	margin-right: 20px;
}

div.fotos{
	margin-bottom: 20px;
}

div.fotos img{
	text-align: center;
	margin: 10px 5px;
}

table{
	font-size: 13px;
}

table .centrado{
	text-align: center;
}

table#inscricoes_ofertas,
table#alojamento_precos{
	border-top:1px solid #999;
}

table .num{
	text-align: right;
}

table#inscricoes_precos,
table#inscricoes_ofertas,
table#alojamento_precos{
	border-left: 1px solid #999;
	width:520px;
	font-size:12px;
}
table#inscricoes_precos caption{
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	background-color: #d9d9d9;	
}

table#inscricoes_precos th,
table#inscricoes_ofertas th,
table#alojamento_precos th{
	background-color: #d9d9d9;	
}
table#inscricoes_precos th,
table#inscricoes_precos td,
table#inscricoes_precos caption,
table#inscricoes_ofertas th,
table#inscricoes_ofertas td,
table#alojamento_precos th,
table#alojamento_precos td{
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}
table#inscricoes_ofertas th,
table#inscricoes_ofertas td{
	padding:2px 4px;
}