 *{
	margin:0;
	padding:0;
}

body{
	background:#6ac3de;

}

.top{
/*	background:#fced0f;  */
	background-image: url(../img/flores4.png);
	background-repeat: repeat;
}

.space{
	margin-top:0.5em;	
}

.space2{
	margin-top:1.5em;	
}

.agua{
/*	background-image: url(../img/bg.jpg);
	background-repeat: repeat;  */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffa8a9+99 */
/* background: rgb(255,255,255); /* Old browsers */
/* background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,168,169,1) 99%); /* FF3.6-15 */
/* background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,168,169,1) 99%); /* Chrome10-25,Safari5.1-6 */
/* background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,168,169,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffa8a9',GradientType=0 ); /* IE6-9 */

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffc9ec+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,201,236,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,201,236,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,201,236,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffc9ec',GradientType=0 ); /* IE6-9 */

}

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

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

.blue{
/*	 background: #374c9e;   
	 background: #FFC4DA;  
	 background: #FF176C;  */
	 background: #99887d;
}

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

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

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

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

#text{
	color:#ffffff;
}

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

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

.font2 a{
	color:white;
}

.panel-body p{
	color:#1900FF;
}

.black{
	color:#000000;
}
