 *{
	margin:0;
	padding:0;
}

body{
/*	background-color:#a7d2e5;  */

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+23,209cbf+99&0+0,1+100 */
/*background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.23) 23%, rgba(32,156,191,0.99) 99%, rgba(32,156,191,1) 100%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.23) 23%,rgba(32,156,191,0.99) 99%,rgba(32,156,191,1) 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.23) 23%,rgba(32,156,191,0.99) 99%,rgba(32,156,191,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#209cbf',GradientType=0 ); /* IE6-9 */

background-image: url(../img/espuma.png);
	background-repeat: repeat; 

}


.navbar-custom {
    color: #FFFFFF;
    background-color: #00457a;
}

.navbar-custom a{
	color:#FFFFFF;
}

.fundo{
/*	background:#a7d2e5;  */
}

.agua{
/*	background-image: url(../img/bg.png);
	background-repeat: repeat; 
	
/*	background-image: url(../img/espuma.png);
	background-repeat: repeat;  */
}

#top{
	background:#ffffff;
}

.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: #0040a8;   
	background-image: url(../img/espuma.png);
	background-repeat: repeat; */
	
	background: #cfcfcf;
}

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

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

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

.title{
	color:#ffffff;
	font-weight:bold;
	text-align: center;
	
	text-shadow: 1px 0px 0px red, 
                 -1px 0px 0px red, 
                 0px 1px 0px red, 
                 0px -1px 0px red;
}

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

#text{
	color:#ffffff;
}

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

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

.red{
	height:1em;
	background:red; 
/*	background-image: url(../img/cores.png);
	background-repeat: repeat; */
}

hr{
	background: blue;
}

.comunica{
	background-color:#bae5ff;
	text-align:center;
	border: 5px solid red;
	padding: 5px;
}

.aplicativo{
	background-color:#FCF3E5;
	text-align:center;
	border: 5px solid #0665A7;
	padding: 5px;
}

.linha{
	line-height:150%;
}
