/*****************/
/*   MAIN BODY   */
/*****************/
body {
	font-size: 62.5%;
	margin: 0em auto;
	padding: 0em;
	background: url(../imagens/background.jpg) top center repeat-y;
	background-color:#e4e4e4;
  	font-family: Verdana,Tahoma, Arial,sans-serif;
}

#wrap {
	width: 76em;
	margin: 0em auto;
}

#erro {
	width: 76em;
	margin: 0em auto;
}

#erro p{
	text-align:center;
	font-size:2em;
}
/**************/
/*     H      */
/**************/
h2{
	font-size:1.2em;
	padding:0em;
	margin:0em;
	color:#CC0000;
}

h2 a{
	font-size:1em;
	padding:0em;
	margin:0em;
	text-decoration:none;
	color: rgb(51,51,51);
}

h2 a:hover{
	font-size:1em;
	padding:0em;
	margin:0em;
	text-decoration:underline;
	color: rgb(100,100,100);
	background-color: rgb(147,190,255);
}

hr{color:#CC0000;}

h3{
	font-size:1.4em;
	padding:0em;
	margin:0em;
	color: rgb(100,100,100);
}

h3 a{
	font-size:1em;
	padding:0em;
	margin:0em;
	color: rgb(100,100,100);
	font-weight:bold;
	text-decoration:none;
}

h3 a:hover{
	text-decoration:underline;
}

/**************/
/*   HEADER   */
/**************/
#header-section {
	width: 76em;
	margin: 0em 0em 0em 0em;
}

#header-background {
	width: 100%; 
	height: 100%;
	float: left;
	border: none;
	margin: 0em 0em 0em 0em;
}

#header-background-left {
	float: left;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	border: none;
}

#header-background-right {
	float: right;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	border: none;
}

#header {
	clear: both;
	margin: 0em 0em 0em 0em;
	background: url(../imagens/bg_vermelho_cima.jpg) top center repeat-x;
	text-align:right;
	line-height: 2.0em;
	height: 2.0em;
	color: rgb(255,255,255);
}

#left-header {
	text-align:left;
	line-height: 2.0em;
	padding: 0em 0em 0em 0.2em;
	height: 2.0em;
	color: rgb(255,255,255);
	width:250px;
	float:left;
}

#right-header .inputheader{ height:10px; width:70px; font-size:9px;}
#right-header .buttonheader{ height:18px; font-size:9px; }
#right-header {
	text-align:right;
	line-height: 2.0em;
	height: 2.0em;
	color: rgb(255,255,255);
	width:500px;
	float:right;
}


#header ul {	
	margin: 0em;
	padding: 0em;
	list-style: none;
	font-weight: bold;
	font-size: 1.0em;
}	

#header li {
	float: left;
	white-space: nowrap;
}

#header li a {
	display: block;
	padding: 0em 1.0em 0em 1.0em;
	border-right: solid 0.1em rgb(175,175,175);	
	background-color: rgb(235,235,235);	
	text-decoration: none;
	color: rgb(50,50,50);
}

#header a:hover {
	border-right: solid 0.1em rgb(175,175,175);	
	text-transform: uppercase;
	text-decoration: none;
	color: rgb(50,50,50);
}

#header .selected {
	padding: 0em 0.5em 0em 0.5em;
	border-right: solid 0.1em rgb(175,175,175);		
	background-color: rgb(220,220,220);
	color: rgb(50,50,50);
}

* html #header a {width:1%;}

#right-header a {
	text-decoration: none;
	color: rgb(255,255,255);
}

#right-header a:hover {
	text-decoration: none;
	color: rgb(50,50,50);
	text-transform:none;
	border-right:none;
}

/**************/
/*   HEADER   */
/**************/
#header2-section {
	width: 76em;
	margin: 0em 0em 0em 0em;
}

#header2-background {
	width: 100%; 
	height: 100%;
	float: left;
	border: none;
	margin: 0em 0em 0em 0em;
}

#header2-background-left {
	float: left;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	border: none;
}

#header2-background-right {
	float: right;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	border: none;
}

#header2 {
	clear: both;
	margin: 0em 0em 1.5em 0em;
	padding: 0em 0em 0em 0.2em;
	border-bottom: solid 0.2em #CC0000;
	text-align:right;
	line-height: 1.6em;
	height: 1.6em;
	color: rgb(50,50,50);
	font-size:9px;
}

#left-header2 {
	text-align:left;
	line-height: 1.6em;
	height: 1.6em;
	color: rgb(50,50,50);
	width:700px;
	float:left;
}
#right-header2 {
	text-align:right;
	line-height: 1.6em;
	height: 1.6em;
	color: rgb(50,50,50);
	width:100px;
	float:right;
}
#header2 ul {	
	margin: 0em;
	padding: 0em;
	list-style: none;
	font-weight: bold;
	font-size: 1.0em;
}	

#header2 li {
	float: left;
	white-space: nowrap;
}

#header2 li a {
	display: block;
	padding: 0em 1.0em 0em 1.0em;
	border-right: solid 0.1em rgb(175,175,175);	
	background-color: rgb(235,235,235);	
	text-decoration: none;
	color: rgb(50,50,50);
}

#header2 a:hover {		
	text-decoration: none;
	color:#333333;
}

#header2 .selected {
	padding: 0em 0.5em 0em 0.5em;
	border-right: solid 0.1em rgb(175,175,175);		
	background-color: rgb(220,220,220);
	color: rgb(50,50,50);
}

* html #header2 a {width:1%;}

/***********************/
/***      INDEX      ***/
/***********************/

.area {	font-size:10.5px; color:#666666;}
.area a{ font-size:10.5px; color:#CC0000; font-style:italic;}
.autor { font-size:10.5px; color:#666666;}
.autor a{ font-size:10.5px;	color:#333333; font-style:italic;}
.titulo { font-size:13px; font-weight:bold;}
.introducao { font-size:10px; color:#666666; text-align:justify; margin-top:2px; }
.preintro { margin-bottom:0px;}	
/***********************/
/***   LEFT COLUMN   ***/
/***********************/
#left-column {
	width: 195px;
	float: left;
	vertical-align: top;
	background-color: rgb(255,255,255);
	font-size: 1.0em;
	color: rgb(50,50,50);
}

#left-column-cima {
background-image:url(../imagens/menu_esq_cima2.jpg);
height:21px;
}

#left-column-baixo {
background-image:url(../imagens/menu_esq_baixo2.jpg);
height:22px;
}

#left-column-meio {
background-image:url(../imagens/menu_esq2.jpg);
background-repeat:repeat-y;
padding-left:9px;
}

#left-column ul {	
	width: 95%;
	padding: 0em;
	margin: 0em;
	list-style: none;
}	

#left-column li {
	margin: 0em 0em 1em 0em;
	padding: 0.7em 0em 0em 0em;
	border-top: solid 0.1em #c92528;	
}

#left-column .patrocinada {
	margin: 0em 0em 3.5em 0em;
}

#left-column .semmargem{
	margin: 0em 0em 0em 0em;
}

#left-column li a {
	clear: both;
	padding: 0.3em 0.7em 0.2em 1.2em;
	text-decoration: none;
	font-weight: normal;
/*	height: 1.3em;*/
	

}	
	
#left-column li a:hover {
	text-decoration: none;
	color: rgb(0,0,0);
}

/*************************/
/***   MIDDLE COLUMN   ***/
/*************************/

#banners{
	/*padding-left:5px;*/
	}

/* Sections */
/************/
#middle-column {
	float: left;
	width: 330px;
	padding: 0em 0.2em 0em 0.2em;
	margin: 0em 0em 0em 0.3em;
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);
	line-height: 1.3em;
	font-size: 1.2em;
}

#middle-column2 {
	float: left;
	width: 550px;
	padding: 0em 0.2em 0em 0.2em;
	margin: 0em 0em 0em 0.2em;
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);
	line-height: 1.3em;
	font-size: 1.2em;
}

#middle-column2 a{ color:#990000; }
#middle-column2 a:hover{ color:#990000; }


#middle-column3-cima {
background:url(../imagens/conteudo-cima.jpg) no-repeat;
height:22px;
}

#middle-column3 {
	background:url(../imagens/conteudo-meio.jpg) repeat-y;
	width: 550px;
	padding: 0em 0.1em 0em 0.3em;
	margin: 0em 0em 0em 0em;
	background-color:#fff;
	color: rgb(100,100,100);
	line-height: 1.3em;
	font-size: 1.2em;
}

#middle-column3-baixo {
background:url(../imagens/conteudo-baixo.jpg) no-repeat;
height:15px;
}

#middle-column3 a{ color:#990000; }
#middle-column3 a:hover{ color:#990000; }


#middle-column-video-cima {
background-image:url(../imagens/videos_cima.jpg);
height:13px;
}

#middle-column-video-baixo {
background-image:url(../imagens/videos_baixo.jpg);
height:14px;
}

#middle-column-video-meio {
background-image:url(../imagens/videos.jpg);
background-repeat:repeat-y;
padding-left:9px;
}



/* Images */
/**********/
#middle-column3 img{ max-width:500px;width: expression(this.width > 550 ? 500: true);}
.middle-column-img-left{
	float: left;
	margin: 0.3em 0.5em 0em 0em;
	border: solid 1px rgb(100,100,100);
}

.middle-column-img-right{
	float: right;
	margin: 0.3em 0em 0em 0.5em;
	border: solid 1px rgb(100,100,100);	
}

.middle-column-img-left2{
	float:inherit;
	margin: 0.3em 0em 0em 0.5em;
	border: none;	
}

.middle-column-img-center{
	margin: 0.3em 0em 0em 0.5em;
	border: none;
	text-align:center;
}

/************************/
/***   RIGHT COLUMN   ***/
/************************/
#right-column {
	float: right;
	width: 218px;
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);
	font-size: 1.1em;
}

#right-column-cima {
background-image:url(../imagens/enquete_cima2.jpg);
height:13px;
margin-top:14px;
}

#right-column-baixo {
background-image:url(../imagens/enquete_baixo2.jpg);
height:14px;
}

#right-column-meio {
background-image:url(../imagens/enquete2.jpg);
background-repeat:repeat-y;
padding-left:9px;
padding-right:6px;
}

#right-column-noticias-cima {
background-image:url(../imagens/noticias_cima2.jpg);
height:13px;
margin-top:14px;
}

#right-column-noticias-baixo {
background-image:url(../imagens/noticias_baixo2.jpg);
height:14px;
}

#right-column-noticias-meio {
background-image:url(../imagens/noticias2.jpg);
background-repeat:repeat-y;
padding-left:9px;
padding-right:6px;
}

#right-column-diaabencoado-cima {
background-image:url(../imagens/noticias_cima2.jpg);
height:13px;
}

#right-column-diaabencoado-baixo {
background-image:url(../imagens/noticias_baixo2.jpg);
height:14px;
}

#right-column-diaabencoado-meio {
background-image:url(../imagens/noticias2.jpg);
background-repeat:repeat-y;
padding-left:7px;
padding-right:5px;
}




#right-column2 {
	float: right;
	width: 194px;
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);
	font-size: 1.1em;
}

#right-column2-cima {
background-image:url(../imagens/enquete_cima3.jpg);
height:13px;
}

#right-column2-baixo {
background-image:url(../imagens/enquete_baixo3.jpg);
height:14px;
}

#right-column2-meio {
background-image:url(../imagens/enquete3.jpg);
background-repeat:repeat-y;
padding-left:9px;
padding-right:6px;
}

#right-column2-noticias-cima {
background-image:url(../imagens/noticias_cima3.jpg);
height:13px;
margin-top:14px;
}

#right-column2-noticias-baixo {
background-image:url(../imagens/noticias_baixo3.jpg);
height:14px;
}

#right-column2-noticias-meio {
background-image:url(../imagens/noticias3.jpg);
background-repeat:repeat-y;
padding-left:9px;
padding-right:6px;
}




.right-column-img{
	float: right;
	margin: 1.0em 0em 0em 0em;
	border: solid 1px rgb(100,100,100);
}


.maisartigos{
	background-color:#CC0000;
	height:20px;
	color:#FFFFFF;
	font-weight:bold;
	width:537px;
	padding: 0em 0em 0em 0.4em;
}


.buttonenquete{
	background:#CC0000;
	color:#FFFFFF;
	font-weight:bold;
	border-right: solid 0.1em #666;
	border-bottom: solid 0.1em #666;
	border-left:0;
	border-top:0;
	width:110px;
	}



#menuinferior {
}

.menuinferior-parte {
	width:180px;
	float:left;
}

.menuinferior-parte2 {
	background:url(../imagens/menu_inferior_separador2.jpg) left no-repeat;
	padding-left:17px;
	width:173px;
	float:left;
}

#menuinferior ul {	
	width: 95%;
	padding: 0em;
	margin: 0em;
	list-style: none;
}	

#menuinferior li {
	margin: 0em 0em 1em 0em;
	padding: 0.7em 0em 0em 0em;
}

#menuinferior .patrocinada {
	margin: 0em 0em 3.5em 0em;
}

/************************/
/***   FOOTER INDEX   ***/
/************************/
#prefooterindex {
	clear: both;
	margin: 2em 0em 0em 0em;
	padding: 0em 0em 0em 0.2em;
	border-top: solid 0.2em #CC0000;
	text-align:right;
	line-height: 2em;
	height: 2em;
	color: rgb(50,50,50);
	font-size:9px;
}



#footerindex {
	clear: both;
	float: left;
	width: 76em;
	height: 2em;
	padding: 0.5em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
	background: url(../imagens/bg_vermelho_baixo.jpg) top center repeat-x;
	text-align: center;
	color: rgb(255,255,255);
	font-size: 1.0em;
}

#footerindex a{ color:#FFF; }
#footerindex a:hover{ color:#FFF; }


/**************************/
/***   MISCELLANEOUS    ***/
/**************************/
.areapatrocinada{
	background-color:#E2DEE1;
	padding: 3px;
	width:536px;
	}

.enquete{
	background-color:#FF9900;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#330099;
	padding: 0em 2em;
	border: solid 0.1em rgb(255,216,176);
	width:100%;
}

a{
	font-size:1em;
	padding:0em;
	margin:0em;
	color: rgb(100,100,100);
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}
.creditos{
	font-size:0.8em;
	font-weight:normal;
}

.artigo-titulo{
	font-size:1.0em;
	font-weight:bold;
}

.artigo-subtitulo{
	font-size:0.8em;
	font-weight:bold;
}

.radiosemmargem{
	margin: 0px 0.3em 0px 0px;
	text-align:left;
	vertical-align:middle;
}

.centro{
	text-align:center;
}

.salto{
	display: block;
	margin: 1.0em 0em 0em 0em;
	padding: 0.3em 0.7em 0.2em 0.4em;
	border-left: solid 0.5em rgb(17,32,138);
	background-color: rgb(255,255,255);
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: rgb(255,255,255);
}
.legendafoto{
	text-align:center;
	font-size:9px;
	font-weight:bold;
	line-height:normal;
}
.semborda{
	border:none;
}
img{
	border:none;
}

