/**
 * GERAL
 */
.informacao {
	margin: 10px 0px;
}

.titulo {
	font-family:tahoma, Arial;
    letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 24px;
	font-weight: bold;
	margin-left: 10px;
	color: #1696FF;
	text-align: center;
}


/**
 * TEXTO INFORMAÇÕES
 */
.texto {
	font-family:tahoma, Arial;
	font-size: 16px;
    letter-spacing: 1px;
    text-align: justify;
    margin: 00px 0px 10px 15px; 
}

.texto .frase {
	display: list-item;
	margin: 20px 0px;
	color: #1696FF;
}


/**
 * MAPA
 */
#mapa {
	margin: 20px 0px;
}