/* CSS Document */



*{
	font-family: 'Archivo Narrow', sans-serif;
}

blink
{
	text-decoration:blink;
	}

body{
	/*background-image:url(../images/fundo_cor.png);*/
	font-size: 14px;
	line-height: 20px;
	color:#3d3d3d;
	letter-spacing: 1px;

	
/*	background-color: #DE8442;*/
}

a:link,a:visited   {color:#aa0028; background-color:transparent; text-decoration:none}
	

#menu li a {color:#ffffff;}



h1{
	/*background-image: url(../images/barra_titulo.png);*/
	color: #002bcc;
	text-align:right;
	border-bottom:2px solid #002bcc;
}

h2{
	font-weight: bold;
	font-size: 16px;
	color:#af6300;
}

#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:1024px;
	margin: 0 auto;
	/*background: url("../images/fundo_sombra.png") repeat-y;*/
	position:relative;
}
#container3{
	height: 100%;
	width: 100%;
	min-height: 1000px; 
	/*background: url(../images/fundo_topo.png) repeat-x fixed top;*/
}



#header{
	height: 258px;

}
#body{
	background-color: transparent;
	/*padding-bottom: 180px;*/
}

#logo{
	margin-top: 20px;
	margin-left: 20px;
}

ul#menu li{

	color: #ffffff;
	padding-left:10px;
}

ul#menu li.activo{

color:#000000;


}

ul#menu li li{
	font-size:12px;
	font-weight:normal;
	color: #ffffff;
}

#footer{
	/*float: left;*/
}

#footer > a{
	width: 20%;
	display:block;
	float:left;
	margin-bottom:40px; 
}

#footer > a > img{
	display: block;
}

#footer #patrocinios{
	padding-left:0;
}
#footer #patrocinios p{
	margin-bottom:10px;
	/*overflow:auto;*/
}
#footer #patrocinios img{
	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;
}