@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
    padding: 0;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}   
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
sup{
    vertical-align: super;
    font-size:smaller;
}
code{
    font-family: 'Courier New', Courier, monospace;
    font-size:12px;
    color:#657580;
}
a img{
	border: none;
}

/* Aquatop - Estilos */




body{
    font-family:"OpenSansRegular", "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight:400;
    color:#454545;
	overflow-x: hidden;
	overflow-y: scroll;
    background:#b3dee4;
	-webkit-font-smoothing: antialiased;
	background-image: url(../../imagens/fundo_aquatop2.jpg);
	background-repeat: repeat-x;
	margin:20px auto;
}
strong{
	font-family:"OpenSansSemibold","Open Sans", Arial, sans-serif;
	font-weight: normal;
}

.clr{
    clear: both;
	float: none;
}
.spacer{
    height:40px;
}


.conteudo{
	overflow:hidden;
	width:1024px;
	margin:0 auto;
	font-size:13px;
	background-color:#FFF;
}
/*header*/
.header{
	overflow:hidden;
	width:1024px;
}

.aquatop {
	width:1024px;
	height:306px;
	margin:0 auto;
	text-align:center;
	background-image: url(../../imagens/banner_aquatop2.jpg);
	background-repeat: repeat-x;
}

.beto_col_1 {
	width:0124px;
	height:auto;
	text-align:left;
	margin-left:50px;
	float:left;
}

.beto_col_2 {
	width:1024px;
	height:auto;
	margin-left:50px;
	float:left;
}

.beto_col_3 {
	width:1024px;
	height:auto;
	text-align:center;
	float:left;
}

.linha{
	display:block; 
	width:400px;
	float:left;
	
	}



footer {
	clear:both;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background-color:#7abfce;
	height: auto;
	width: 982px;
	margin-left: auto;
	padding-top: 10px;
	padding-left:50px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-right: auto;
}

footer p a:link {
	color: #FFF;
	text-decoration: none;
}

footer p a:hover {
	color:#360;
	text-decoration: underline;
}

.colunaBy{
	text-align:right;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-right:30px;
	padding-right:60px;
}

.pdf {
font-family: Arial;
color: #000;
font-size: 16px;
padding: 10px;
text-decoration: none;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-webkit-box-shadow: 0px 1px 3px #666666;
-moz-box-shadow: 0px 1px 3px #666666;
text-shadow: 1px 1px 3px #666666;
border: solid #137d2a 2px;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#1cbf3e), to(#1cbf3e));
background: -moz-linear-gradient(top, #1cbf3e, #1cbf3e);
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#1cbf3e, endColorStr=#1cbf3e);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#1cbf3e, endColorStr=#1cbf3e);
display:inline-block; 
margin:0 10px;
height:20px;
float:left;

}


.pdf p a{
	font-family: Arial;
	color: #ffffff;
	font-size: 16px;
	background:#1cbf3e;
}

.pdf p a:hover {
background: #74ec8d;
color:#000;
}


.espaco{
	background-color:#FFF;
	margin-bottom:20px;
	float:left;
	width:1024px;
}

.tabela2 {
	width:800px;
	margin:0 auto;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	border:2px solid #CCCC00;
	padding:20px 20px;
}