/*
Parametros para trocar
*/
a, h1, a.menu:hover{
	color:#0098db;
}
h1{
	border-bottom: 1px solid #0098db;
}
a:hover, h2{ 
	color:#659b70;
}
table tr th{ 
background:#0098db;
text-align:center;
}	
/*
FIM Parametros para trocar
*/


*{ 
	border:0;
	margin:0;
	padding:0;
}
body{  background: url(http://www.acquacon.com.br/imagens/bg.gif);}	
p{
	font: 12px/24px Arial;
	text-align:justify;
	margin:15px 0 15px 0;
}
a{
	font: 12px/24px Arial;
	text-align:justify; 
	text-decoration: none;
} 

ul li{
	font: 12px/24px Arial;  
	list-style-image:url(imagens/lista.gif);
	margin-left:20px;
	
}
h1{
	font: bold 16px/19px Arial; 
	text-transform:uppercase;
}
h2{
	font: bold 13px/16px Arial;  
	margin-top:20px;
}
h3{
	font: bold 12px/14px Arial;  
	margin-top:15px;
	color:#5B95B6;
	position:relative;
	top:10px;
}

#site{
	position:absolute;
	left:50%;
	width:776px;
	margin-left:-388px;
	background:white;
}

#barrasuperior{
	width: 776px;
	height: 36px;
	background: url(imagens/bg_topo.gif) no-repeat;
}
#barrasuperior ul{
	width: 756px;
	text-align:right;
	padding-right:20px;
} 
#barrasuperior ul li{
	display: inline;
	list-style: none; 
}
#barrasuperior ul li a{
	font: bold 11px Arial;
	color: white;
	text-decoration: none;
	background: url(imagens/bulletw.gif) no-repeat 0px 3px;
	padding: 0px 0px 0px 11px;
}

#menu{
	width:249px; 
	float:left; 
	text-transform: uppercase;
	text-align: right;
	border-right:1px solid #CCC;
}
#menu ul li{
	list-style: none;
	padding-right: 10px;
	padding-bottom:4px;
}
#menu ul li.selecionado{
	font: bold 12px/28px Arial;
	color: #B90000;
	list-style: none;
	padding-right: 10px;
}
a.menu{
	font: bold 12px/28px Arial;
	color: Black;
	text-decoration: none;
}
a.menu:hover{ 
	text-decoration: underline;
}
#principal{
	width:480px;
	float:left;
	margin:0 0 30px 26px;
}
#tituloevento{  
	margin: 0 0 50px -35px;
} 
#tituloevento h1{
	font: bold 22px/26px Arial; 
	color: black;
	padding: 10px 0 0 35px;
	background: url(imagens/bullet2.gif) no-repeat 10px 10px;
	border-bottom: none;
}
#tituloevento h2{
	font: bold 13px/20px Arial; 
	color: black;
	padding: 0 0 0 35px; 
	margin-top:0px;
} 


/*
Rodapé
*/
#rodape_hp{
	clear: both; 
	height: 92px;
	margin-top: 5px;
	_margin-top: 10px;
	margin-bottom: -3px;
	background: url(imagens/bg_rodape.gif) repeat-x;
	display:block;
}
address{
	width: 210px;
	height: 60px;
	font: normal 11px/20px Arial;
	color: #3F3F3F;
	float: left;
	text-align: right;
	margin: 10px 0 0 20px;
	_margin: 10px 0 0 5px;
	border-right: 1px dotted #D1D1D1;
	padding-right: 15px; 
}
#telefone{
	width: 115px;
	height: 60px;
	font: normal 11px/20px Arial;
	color: #3F3F3F;
	float: left;
	text-align: center;
	border-right: 1px dotted #D1D1D1;
	padding-right: 5px;
	margin: 6px 0;
}
#fax{
	width: 115px;
	vertical-align: middle;
	font: normal 11px/20px Arial;
	color: #3F3F3F;
	float: left;
	text-align: center;
	padding-right: 5px;
	margin: 24px 0;
}
#email{
	width: 170px;
	height: 60px;
	vertical-align: middle;
	font: normal 11px/20px Arial;
	color: #3F3F3F;
	float: left;
	text-align: center; 
	margin: 10px 0 0 0;
}
#twitter{
	width: 100px;
	height: 60px;
	vertical-align: middle;
	font: normal 11px/20px Arial;
	color: #3F3F3F;
	float: left;
	text-align: center;
	border-left: 1px dotted #D1D1D1;
	margin: 0px 0 0 0;
	padding-left: 10px;
}
#credito{
	float: right;
	height: 17px;
	margin-right: 14px;
	padding-top:45px;
}
#credito img{
	border: 0;
}
table{
	width:100%; 
	padding:4px;
	background:#fff;
	border:1px solid #eee;
	margin:15px 0 15px 0;
	text-align:center;
	}
table tr th{
	color:#fff;
	text-align:center;
	font: 12px/24px Arial;
	margin:15px 0 15px 0;
	font-weight:bold;
	padding:6px 2px;
	border-left:1px dotted #fff;
	}
table tr th.nenhuma{
	border-left:none
	}	
table tr td{
	font: 12px/24px Arial;
    border-bottom:1px dotted #ccc;
	color:#666;
	border-left:1px dotted #ccc;
	padding:3px 6px;
	}
table tr td.nenhuma{
	border-left:none;
    }
table tr.nenhuma td {
	border-bottom:none;
	}	