@charset "utf-8";
/* CSS Document */


/*CONTEUDO MODELOS*/
.box-azul{
background: #00B3E2;
margin-top: 22px;
border-radius: 25px 0 25px 0;
}

.box-azul p{
color: #fff;
font-size: 16px;
}


.content{
	height: 800px;
}

.content img{
	float: left;
	margin-right: 25px;
	margin-top: 25px;
}

.content p{
	line-height: 30px;
	text-align:justify;
	padding: 25px;
}