/***********************************************/
/* acqua.css                            */
/* Usar com site Acqua-Kin         */
/***********************************************/
/******* HTML tag styles *******/
body{
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #cccccc url("fundoAK.jpg") fixed;
}
/******* hyperlink and anchor tag styles *******/
	a:link {color:#FFFF00; text-decoration: underline}
	a:Visited {color:#00CCFF;	text-decoration : none;}
	a:hover {color:#FF0000; text-decoration : underline;}

/******* text styles *******/
	#formula {font-family:Verdana; color:#000000; font-size:10px;}
	#texto {font-family:Arial; color:#FFFF00; font-size:10px; font-weight:bold;}
	#texto1 {font-family:Arial; color:#FFFF00; font-size:26px; font-weight:bold;}
	#texto2 {
	font-family:Arial;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	line-height: 20px;
}
	#texto3 {
	font-family: Times;
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color:#000099;
}
	#texto4 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
}
	#texto5 {
	font-family: Verdana;
	font-size: 12px;
	color:#FFFFFF;
}

/******* Layout Div *******/
#pagina{
	position:absolute;
	top: 135px;
	width:780px;
}
#pageNav{
	float: left;
	width:105px;
	padding: 0px;
	margin:20px 0px 0px;
}
#content{
	padding: 0px 0px 0px 0px;
	margin-left:115px;
	text-align: center;
	width: 655px;
}
#econtent{
	padding: 0px;
	margin-left:115px;
	text-align: left;
	width: 655px;
}
#econtent img{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
#dcontent{
	padding: 0px;
	margin-left:115px;
	text-align: left;
	width: 655px;
}
#dcontent img{
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
#quadro{
	background-color: #FFFF99;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 650px;
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
	text-align: center;
}
/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	width:105px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	text-decoration:none;
	padding: 5px 0px;
	color:#FFFF00;
	text-align: center;
	background-color: #999999;
	border: 1px solid #666666;
}

#sectionLinks a:hover{
	text-decoration:underline;
	background-color: #0000CC;
	background-image: none;
}
