@charset "UTF-8";

@font-face {
	font-family: 'FonteCS';
	src: url("../_fonts/cs_regular.ttf");
}

section#conteudo article figure.imagemsimples img {
	width: 100%;
	height: 100%;
	border-radius: 3px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

section#conteudo article p {
	color: black;
	font-family: Tahoma;
	font-size: 12pt;
	text-align: justify;
	text-indent: 5%;
	width: 90%;
	margin: auto;
	padding-bottom: 1%;
}


section#conteudo article h3 {
	color: black;
	font-family: 'FonteCS';
	font-size: 25pt;
	text-align: left;
	letter-spacing: 1px;
	text-indent: 5%;
	margin-top: 10%;
}

section#conteudo article h4 {
	color: black;
	font-family: 'FonteCS';
	font-size: 27pt;
	text-align: center;
	letter-spacing: 1px;
}

section#conteudo article a {
	text-decoration: none;
	color: black;
	font-family: Tahoma;
	font-size: 12pt;
	text-align: justify;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);

}

section#conteudo article a:hover {
	text-decoration: underline;
	color: white;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);


}