 *{
	margin:0;
	padding:0;
}

body{
	background:#6ac3de;

}

.top{
	background:#e3f5fa;
}

.space{
	margin-top:0.5em;	
}

.space2{
	margin-top:1.5em;	
}

.space3{
	margin-bottom:1.5em;	
}

.agua{
	background-color:#e5f4f6;
	
/*	background-image: url(../img/bg3.jpg);
	background-repeat: repeat; */
}

.box{
	background:#fff;
	filter:alpha(opacity=80);
     opacity: 0.8;
     -moz-opacity:0.8;
     -webkit-opacity:0.8;
}

/***************************************/

.blue{
	 background: #45a5b0;
}

.font{
	color:#ffffff;
	text-align: center;
}

.font2{
	color:#ffffff;
	font-size:large;
	text-align: center;
}

.font3{
	color:#ffffff;
	font-size:small;
}

.title{
	color:#ffffff;
	font-weight:bold;
	text-align: center;
}

.title2{
	color:#ffffff;	
	text-align: center;
}

#text{
	color:#ffffff;
}

.fonte h2{
	color:#6ac3de;
	font-weight:bold;
}

.fonte h3{
	color:#6ac3de;
	font-weight:bold;
}

.font2 a:link {
	color:white;
}


