@charset "UTF-8";
a {
	text-decoration: none;
	color: #6F6F6F;
}
a:hover {
	color: #f00;
}
hr {
	color: #DAE3E8;
	height: 2px;
	border-bottom: 1px solid #697279;
	margin: 0;
}
.titulo,
.titulo2 {
	color: #852B4F;
	font-style: italic;
	text-align: center;
	display: block;
	background-color: #C9D7E0;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}
.titulo2 {
	font-size: 13px;
	height: 20px;
	margin: 10px 0 0 0;
}
/* regras gerais do site */
p {
	margin-top: 15px;
	text-align: justify;
}
h1 {
	color: #9e005d;
	font-size: 18px;
	font-weight: normal;
	background: url("../img/pyramide_titulo.gif") no-repeat right;
	padding-right: 50px;
	text-align: right;
}
h2 {
	color: #004b88;
	font-size: 14px;
	background: url("../img/2pontos.gif") no-repeat;
	padding-left: 15px;
}
h3 {
	color: #004b88;
	font-size: 14px;
	margin-top: 10px;
}
h2 a {
	color: #004b88;
}
h2 a:hover {
	color: #f00;
}
h4 {
	text-align: center;
	color: #9e005d; 
}
p.item  {
	margin-left: 20px;
	width: 80%;
}
p.item strong {
	color: #993300;
}
span.down {
	display: block;
	margin: 25px 0 0 50px;	
}
span.down {
	font-weight: bold;
	color: #993300;
}
span.down img {
	margin-left: 10px;
}
ul.pdf,
ul.exe {
	margin-left: 150px;
}
ul.pdf li,
ul.exe li{
	background: url("../img/icone_pdf.gif") no-repeat;
	padding-left: 22px;
	line-height: 22px;
}
ul.pdf li.zip {
	background: url("../img/icone_zip.png") no-repeat;
}
ul.exe li{
	background: url("../img/icone_exe.jpg") no-repeat;	
}
ul.exe li.view {
	background: url("../img/icone_view.png") no-repeat;
}
#jpr {
	width: 560px;
	margin: 0px auto;
	display: block;
}
#video_corinthians{
	width: 325px;
	margin: 15px auto;
	display: block;
}
p.centro {
	text-align: center;
}


form#faleConosco {
	width: 330px;
	margin: 40px auto 0 auto;
}
form#faleConosco legend {
	margin-left: -50px;
}
form#faleConosco label {
	display: block;
	text-align: right;
}
form#faleConosco input,
form#faleConosco textarea {
	padding: 2px;
	margin: 2px;
	background-color: #fff;
	border: 1px solid #94afc0;
}
#pyramidNews {
	margin-top: 20px;
	margin-left: 55px;
	width: 140px;
}


/* títulos com e sem image replacement */
#tituloNews {
	font-size: 0.1em; /* esconder o texto, por causa do PNG transparent */
	position: relative;
	width: 169px;
	height: 28px;
}
#tituloNews span{
	margin-left: -25px;
	background: url("../img/tituloNews.jpg") no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
.tituloSelect {
	background: url("../img/bullet.jpg") no-repeat;
	padding-left: 20px;
	color: #fff;
	font-style: italic;
	font-family: Verdana;
	font-weight: normal;
	font-size: 16px;
	margin: 10px 0 10px 15px;
}



/*estilos dos inputs*/
.nodestaque {
	padding: 2px;
	background-color: #FDF3F2;
	border: 1px solid #ED6E37;
}
.tabe {
	border: 1px solid #ED6E37;
	background-color: #fff;
}