 *{
	margin:0;
	padding:0;
}

body{
	background:#6ac3de;
}

.fundo{
	background:#6ac3de;
}

.agua{
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;   
/*	background:#080073; */

}

.fixa {
	margin-top:-10px;
	text-align:center;
	background-color: #ff9191;
	height:250px;
	position:absolute;
	z-index:2;
	
	  transform:skew(-5deg);
	-ms-transform:skew(-5deg);
	-webkit-transform:skew(-5deg);
}


.blue{
	 background:#ffffff;
}

.bolhas{
/*	 background-image: url(../img/bolhas.jpg);
	 background-repeat: repeat; 
	 background:#dee0e3; 
	 background:#ccf1ff; */
	 background:red;
}

.red{
	height:1em;
/*	background:#2F78BC; */
	background:yellow;
}

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

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

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

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

.title3{
	color:#ffffff;
	text-align: center;
	font-size:35px;
	font-weight:bolder;
}


#text{
	color:#ffffff;
}

.fonte h2{
	color:#14005C;
	font-weight:bold;
}

.fonte h3{
	color:#14005C;
	font-weight:bold;
}

.font2 a{
	color:#ffffff;
}

.font2 a:hover{
	color:yellow;
}

.branco{
	background:#ffffff;
/*	opacity : 0.8;  */
}


