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

/************** conteudo da página **********************/
#conteudo div.cont {
	float: right;
	width: 585px;
	background-image: url(../imagens/site/index_cont_fundo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
}
#conteudo div.cont h1 {
	font-family: Trebuchet MS, Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: italic;
	letter-spacing: -1px;
	color: #0000FF;
	border-bottom:#D1D700 3px solid;
	margin: 35px 20px 0px 20px;
	padding: 0px 10px 4px 20px;
}
#conteudo div.cont p {
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 160%;
	margin: 0px;
	font-size: 12px;
	padding: 0px;
	text-align: center;
	margin: 13px 40px 10px 40px;
}
#conteudo div.cont h3 {
	font-size: 25px;
	letter-spacing: -1px;
	margin: 0px 100px 40px 100px;
	padding: 0px;
	text-align: center;
	line-height: 35px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#conteudo div.cont h3 a {
	color: #FFFF00;
	display: block;
	text-decoration: none;
	padding: 0px 20px 0px 20px;
	line-height: 35px;
	border: #CC0000 2px solid;
	background-color: #FF0000;
}
#conteudo div.cont h3 a:hover {
	color: #ffffff;
	background-color: #CC0000;
	border: #660000 2px solid;
}
#conteudo div.cont a img {
	border: none;
	margin: 10px 0px 20px 20px;
}