/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body
{
	background: url(../images/grama.jpg) repeat-x;
	background-attachment: fixed;
	background-color: #032E10;
	border-top: 5px solid #000;
	color: #333;
	font-size: .9em;
	padding: 20px 0 40px;
	font-family:Arial, Helvetica, sans-serif;
}

a img 
{
	border: none;	
}

a
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


.container_12
{
	border: 2px solid #fff;
	margin-bottom: 20px;
	background: #fff;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* `Menu
----------------------------------------------------------------------------------------------------*/
#MainMenu 
{
	height:54px;
	background:#FFF url(../images/bmid_108.gif);
	border:0;
	margin:0;
}
#tab 
{
	top:0;
	height:0;
	background:repeat-x top;
	margin:0;
}
#tab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#tab li 
{
	display:inline;
	float:left;
	margin:0 1px 0 0;
	padding:0;
}
#tab a 
{
	background:url(../images/bright_108.gif) no-repeat right top;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#tab a span 
{
	display:block;
	background:url(../images/bleft_108.gif) no-repeat left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	font-weight:700;
	line-height:54px;
	padding:0 25px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#FF3300;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}
.margnTop20{
	margin-top: 20px;
}
.rodape{
	background:url(../images/bg_rodape.jpg) repeat-x;
	height: 119px;
	text-align: center;
	line-height: 115px;
	font-size: .9em;
	color:#fff;
}
.rodape a{ color: #fff;}
.label{
	color:#999;
	margin-bottom: 20px;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
}
.titulo{
	color: #CC2800;
}
.breadcrumbs{
	color:#999;
	margin-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 0.7em;
	border-bottom: 2px solid #CCCCCC;
}
.boxLeft, .boxCenter{
	background:url(../images/bg_box.jpg) bottom left repeat-x;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

.rotuloCinza{
	background: #999;
	color: #fff;
	padding: 5px;
	font-size: .8em;
}

/* BOLETIM */


.form_red input,.form_red  select,.form_red  textarea{

	border: 1px solid #000;
	background: #971a1a;
	margin-bottom: 10px;
	padding: 3px;
	color: #FFF;
}

.submeter{
	width: 80px;
	border: 1px solid #000;
	padding: 3px;
	background: #971a1a;
	color: #FFF;
}

.box_video {
	margin-bottom: 10px;	
}
}
