@charset "utf-8";

/* INICIO - CONFIGURA��O DAS TAGS */
* { margin:0px; padding:0px; }
body { background-image:url(../imagens/fundo.jpg); background-repeat:repeat-x; background-color:#FFF; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
h1 { min-height:22px; margin:0px; border-bottom:2px #069 solid; font-size:22px; font-weight:bold; color:#069; background-image:url(../imagens/fundoDestaques.jpg); background-repeat:repeat-x; background-color:#F0F0F0; padding:2px; }
h2 { color:#CA970F; font-size:16px; font-weight:bold; margin-bottom:10px; }

/* FINAL - CONFIGURA��O DAS TAGS */






/* --------- Painel Rotativo */
#painel {width:500px;height:385px;background-color:#FFF; filter:alpha(opacity=100); opacity:1;-moz-opacity:1; -khtml-opacity: 1;float:left; z-index:0; }
div>#painel {top:0;} /*hack*/
#painel-conteudo {display:none;}
#painel h2 {font-size:12pt;padding:0 0.0em;margin:0 0 0 0;}
#painel h2 a {color:#FFF; text-decoration:none;}
#painel h2 a:visited {color:#FFF;}
#painel #imgslide {width:500px;height:350px;margin:8px 0 -7.1em 0; }
#painel #proximo, #painel #anterior, #painel #pause {cursor:pointer;cursor:hand;position:absolute;}
#painel #prox-ant {position:relative;top:4px;width:16px;height:10px;left:10;}
#painel #anterior {left:0px;}
#painel #proximo {left:40px;}
#painel #pause {left:20px;}
#painel #to-blend {opacity:0.99;zoom:1;}

#painel .slide_titulo {
	display: 		block;
	padding-bottom: 2px;
	height: 		75px;
	font-size: 		20px;
	overflow: 		hidden;
	background: 	#000;
	padding: 		5px;
	
	opacity: 		0.80;
	-moz-opacity: 	0.80;
	filter: 		alpha(opacity=80);
	
	z-index: 		-1;
}
#painel strong {
	color: 			#FC0;
	opacity: 		1;
	-moz-opacity: 	1;
	filter: 		alpha(opacity=100);
}
#painel .slide_resumo {
	display: 		block;
	width: 			484px;
	height: 		28px;
	margin-left: 	6px;
	margin-top: 	-30px;
	font-size: 		11px;
	color: 			#FFF;
	overflow: 		hidden;
	font-family: 	Arial;
	font-weight: 	normal;
	
	opacity: 		100;
	-moz-opacity: 	100;
	filter: 		alpha(opacity=100);
}



/* INICIO - CONFIGURA��O DOS LINKS */
a.linkPadrao:link, a.linkPadrao:visited { text-decoration:none; color:#000; }
a.linkPadrao:hover { color:#333; text-decoration:underline; }

a.linkPadraoComentar:link, a.linkPadraoComentar:visited { text-decoration:none; color:#F00; font-weight:bold; font-size: 14px; }
a.linkPadraoComentar:hover { color:#333; text-decoration:underline; }


a.linkPadraoBranco:link, a.linkPadraoBranco:visited { text-decoration:none; color:#FFF }
a.linkPadraoBranco:hover { color:#FC0; }
a.linkLaranjaComentarios:link, a.linkLaranjaComentarios:visited { text-decoration:none; color:#CA970F; }
a.linkLaranjaComentarios:hover { text-decoration:underline; }
/* FINAL - CONFIGURA��O DOS LINKS */



/* INICIO - CONFIGURA��O DAS CLASSES GEN�RICAS */
.textoNegrito { font-weight:bold; }
.floatLeft { float:left; }
.floatRight { float:right; }
.textoNegrito { font-weight:bold; }
.displayBlock { display:block; }
.displayNone { display:none; }
.clearBoth { clear:both; }
.textRed { color:#F00; }
.textAmarelo { color:#FC0; }
/* FINAL - CONFIGURA��O DAS CLASSES GEN�RICAS */



/* IN�CIO - CONFIGURA��O DAS DIVS */
div#root { width:980px; padding:0px 10px; margin:0px auto; overflow:auto; background-image:url(../imagens/fundoRoot.png); }
div#topo { width:980px; }
div#publicidadeLateral { width:130px; float:left; display:table; margin-top:10px; }
div#publicidadeLateral ul { list-style:none; }
div#publicidadeLateral li { padding:5px 0px 3px 0px; border-bottom:1px #999 dotted; }

div#rodape { width:100%; background-image:url(../imagens/fundoRodape.jpg); background-repeat:repeat-x; height:107px; display:block; clear:both; font-size:11px; }
div#rodape a {
	font-size:		16px;
	font-weight:	bold;
	color: 			#069;
}

div#conteudoTopo { width:980px; height:150px; background-image:url(../imagens/fundoTopo.jpg); background-repeat:no-repeat; display:block; padding-top:5px; }
div#conteudoTopoLogomarca { width:345px; height:105px; margin-left:5px; float:left; }
div#conteudoTopoEsquerda { width:615px; margin-left:5px; float:left; }
div#conteudoTopoDados { width:260px; margin-top:5px; float:left; color:#FFF; }
div#conteudoTopoMenu { width:330px; margin-left:25px; margin-top:10px; float:left; font-weight:bold; }

div#menubar {
	width: 			972px;
	height: 		25px;
	background: 	#DDF;
	float: 			left;
	padding-left: 	8px;
	padding-top: 	5px;
	margin-top: 	5px;
	margin-bottom: 	0px;
	border-top: 	1px solid #B0B0FF;
	border-bottom: 	1px solid #B0B0FF;
}
div#menubar ul {
	list-style: 	none;
	display: 		block;
}
div#menubar ul li {
	display: 		inline;
}
div#menubar li { float:left; color:#000; font-size:12pt; padding:0px 12px; border-right:1px #999 solid; }
div#menubar li + li + li + li + li { border:none; }
div#menubar a {
	color: 				#069;
	font-weight: 		bold;
	text-decoration: 	none;
}
div#menubar a:hover {
	color: 				#333;
}


div#conteudoTopoMenu ul { list-style:none; float:right; display:block; width:330px; }
div#conteudoTopoMenu li { float:left; color:#000; font-size:11px; padding:0px 8px; border-right:1px #999 solid; }
div#conteudoTopoMenu li + li + li + li { border:none; }


div#conteudo { width:980px; clear:both; overflow:auto; }
div#buscaTopo { margin-top:20px; display:block; width:270px; margin-left:50px; }
div#conteudoHome { width:830px; margin:6px; float:left; overflow:auto; }
div#conteudoLeitura { width:830px; margin:6px; float:left; overflow:auto; }
div#emPrimeiraMao { width:830px; height:60px; background-image:url(../imagens/fundoPrimeiraMao.jpg); background-repeat:repeat-x; display:block; margin-top: 5px; }
div#destaques { width:830px; overflow:auto; margin-top:5px; }
div#destaquesPrincipal { width:501px; float:left; }
div#maisDestaques { width:322px; margin-left:6px; float:left; }
div#maisDestaques ul li { list-style:none; }
div#fotosDestaques { margin:5px 0px; clear:both }
div#maisDestaquesBaixo { clear:both; }
div#entrevistasTVRondonoticias { width:830px; }
div#entrevistaCapa { width:520px; float:left; }
div#dadosEntrevista { width:291px; float:left; }
div#fotoEntrevista { width:220px; margin-left:9px; height:190px; background-image:url(../imagens/fundoFotoEntrevistas.jpg); background-repeat:no-repeat; margin-top:5px; float:left; }
div#videoCapa { 
	width:			300px; 
	margin-left:	8px; 
	padding-top: 	0px;
	background-image:	url(../imagens/fundoTVCapa.jpg); 
	background-repeat:	repeat-y; 
	float:			left; 
	height:			252px; 
	text-align:		center;
	vertical-align:	top;
	z-index: 		9999;
}
div#videoCapa .info_video_capa {
	text-align: 	left;
	font-weight: 	bold;
}
div#video_atual {
	width: 			440px;
	float: 			left;
	height: 		auto;
	padding-left: 	10px;
}
div#video_lista {
	float: 			left;
	display: 		block;
	width: 			green;
	width: 			360px;
}
div#video_lista .listagem {
	height: 		80px;
	display: 		block;
	width: 			355px;
	margin-bottom: 	5px;
	border-bottom: 	1px dotted #CCC;
	border-top: 	1px dotted #CCC;
}
div#video_lista .video_categoria {
	display: 		block;
	height: 		15px;
	font-weight: 	bold;
	color: 			#116A96;
	float: 			left;
}
div#video_lista .video_titulo {
	display: 		block;
	height: 		50px;
}
div#video_lista a {
	font-weight: 	bold;
	color: 			#06C;
}
div#video_lista img {
	margin-right: 	5px;
}




div#tvRondonoticias { clear:both; width:830px; background-image:url(../imagens/fundoTV.jpg); }
div#buscaTVCapa { 
	width:			125px; 
	float:			left; 
	padding-left:	5px;
	padding-top: 	4px;
}
div#videosTVCapa { width:680px; margin-left:10px; float:left; text-decoration:none; font-weight:normal; }
div#videosTVCapa ul li {
	display: inline;
}
div#videosTVCapa .video_info {
	float: 		left;
	display: 	block;
	width: 		220px;
	height: 	80px;
	border-left:	1px dotted #CCC;
	padding-left: 	4px;
}
div#videosTVCapa img {
	margin-right: 	4px;
}
div#videosTVCapa .video_categoria {
	display: 		block;
	height: 		15px;
	font-weight: 	bold;
	color: 			#116A96;
	float: 			left;
}
div#videosTVCapa .video_titulo {
	display: 		block;
	height: 		50px;
}


div#maisLidas { 
	border-bottom:		1px #CCC solid; 
	overflow:			hidden; 
	display: 			block;
	width: 				100%;
	padding-bottom: 	4px;
}
div#maisLidas ul {
	padding-top: 		4px;
	margin-left: 		0px;
}
div#maisLidas ul li {
	display: 			inline;
}
div#maisLidas .titulo {
	font-weight: 		bold;
	color: 				#06C;
	display: 			block;
	margin-bottom: 		4px;
}
div#maisLidas .info {
	display: 			block;
	float: 				left;
	width: 				261px;
	height: 			100px;
	margin-right: 		5px;
	border: 			1px solid #CCC;
	padding: 			4px;
	overflow:			hidden;
	font-size: 			10px;
}
div#maisLidas .imgmaislida {
	margin-right: 		5px;
	overflow:			hidden;
}


div#tricasBoletimPrevisao { width:830px; overflow:auto; }
div#tricaseFutricas { float:left; width:600px; background-image:url(../imagens/fundoTricas.jpg); background-repeat:no-repeat; height:240px; margin-right:9px; }
div#tricaseFutricas ul {
	display: 		block;
	width: 			360px;
	height: 		215px;
	margin-left: 	230px;
	margin-top: 	15px;
	list-style: 	none;
}
div#tricaseFutricas ul li {
	border-bottom: 		1px dotted #CCC;
	margin-bottom: 		10px;
}
div#tricaseFutricas a {
	font-weight: 		bold;
	font-size: 			13px;
	color: 				#000;
	text-decoration: 	none;
}
div#boletimOnline { width:221px; height:125px; float:left; background-image:url(../imagens/fundoBoletim.jpg); }
div#boletimOnline .newsletter {
	margin-top: 	70px;
	margin-left: 	10px;
}

div#participeRondonoticias {
	width: 		221px;
	float: 		left;
	overflow: 	hidden;
}

div#previsaoTempo { width:221px; height:107px; float:left; background-image:url(../imagens/fundoPrevisao.jpg); }
div#colunistasEnquetePublicidade { width:300px; float:left; margin-right:10px; margin-top:10px; }
div#ultimasNoticiasGaleriaFotos { width:500px; float:left; margin-top:10px; }

div#colunistasCapa ul { list-style:none;}
div#colunistasCapa a {
	text-decoration: none;
}
div#colunistasCapa .titulo {
	font-weight:		bold;
	text-decoration: 	none;
	color: 				#06F;
}


div#colunistasCapa li { border-bottom:1px #CCC solid; margin-bottom:2px; overflow:auto; padding:5px 0; }
div#rodapeEsquerda { float:left; width:480px; height:100px; display:block; margin-left:15px; }
div#rodapeDireita { float:right; width:305px; height:100px; display:block; }
div#dadosRodape { width:940px; margin:0px auto; background-image:url(../imagens/rodape.jpg); background-repeat:no-repeat; height:107px; }

div#enquete h4 {
	background-image:		url(../imagens/fundoTitulos.jpg); 
	background-repeat:		repeat-x; 
	display:				block; 
	color:					#FFF; 
	text-transform:			uppercase; 
	height:					19px; 
	padding-top:			4px; 
	font-size:				14px; 
	text-indent: 			5px; 
	font-weight: 			bold;
	margin-bottom: 			5px;
}
div#enquete { 
	background-image:		url(../imagens/fundoEnquete.jpg); 
	background-repeat:		repeat-x; 
	border-bottom:			1px #069 solid; 
	margin-top:				0px; 
	padding-bottom: 		10px;
}
div#enquete a {
	width: 				80px;
	height: 			30px;
	margin-right: 		5px;
	text-decoration: 	none;
	text-align: 		center;
	color: 				#2866DB;
	font-weight: 		bold;
}
div#enquete ul { list-style:none; }
div#enquete li { margin:10px; }

div#ultimasNoticias { clear:both; display:block; width: 520px; font-size:11pt; }
div#ultimasNoticias ul { list-style:none; border:1px #D9D9D9 solid; }
div#ultimasNoticias li { padding:2px 5px; }

div#listar_editoria .titulo_editoria {
	font-weight: 		bold;
	font-size: 			14px;
	display: 			block;
	height: 			20px;
	background: 		#E5EFF5;
	padding-top: 		5px;
	padding-left: 		5px;
	border-top: 		1px #D9D9D9 solid;
	border-bottom: 		1px #D9D9D9 solid;
	margin-bottom: 		5px;
}
div#listar_editoria {
	display: 		block;
	width: 			160px;
	height: 		auto;
	float: 			left;
	margin-right: 	5px;
}
div#listar_editoria ul li a {
	display: 		block;
	background: 	#E1E1E1;
	padding-top: 	4px;
	padding-left: 	4px;
	padding-bottom: 4px;
	margin-bottom: 	1px;

	text-decoration: 	none;
	color: 				#036;
}
div#listar_editoria ul li a:hover {
	background: 	#E5EFF5;
}

div#listar_conteudo {
	display: 	block;
	width: 		665px;
	float: 		left;
	font-size: 	11pt;
}
div#listar_conteudo ul { list-style:none; border:1px #D9D9D9 solid; }
div#listar_conteudo li { padding:2px 5px; overflow: auto; }
div#listar_conteudo img { 
	margin-right: 	5px;
}
div#listar_conteudo .resumo_entrevista {
	display: 			block;
	color: 				#666;
	font-size: 			9pt;
	margin-top: 		4px;
}
div#listar_conteudo a.controle {
	font-weight: 	bold;
	color: 			#06C;
}


div#galeriaFotos { width:520px; margin-top:10px; }
div#galeriaFotos ul { list-style:none; }
div#galeriaFotos li { width:162px; border-right:1px #CCC solid; float:left; padding:0px 5px; }
div#galeriaFotos li + li + li { border:none; }
div#dadosConteudo { display:block; overflow:auto; width:100%; }
div#textoConteudo { min-height:200px; overflow:auto; font-size:12px; padding-bottom:10px; }
div#textoConteudo p { margin:15px 5px 0px 0px; text-align:justify; color:#000; }
div#textoConteudo p img { margin:0px 10px 10px 0px; }
div#comentarios { background-color:#F6F5ED; overflow:hidden; margin-top: 10px; padding-top:10px; padding-bottom:5px; clear:both; display:block; width: 830px; }

div#textoConteudo .galeria_bloco {
	background: #CCC;
	width: 		255px;
	height: 	260px;
	float: 		left;
	margin-right: 	5px;
	font-size: 		8pt;
	padding-left: 	4px;
	padding-top: 	4px;
	margin-bottom: 	30px;
}
div#textoConteudo .galeria_bloco a {
	font-weight: 	bold;
	color: 			#06C;
}
div#textoConteudo .galeria_bloco a:hover {
	font-weight: 	bold;
	color: 			#06C;
}

div#textoConteudo .galeria_paginacao {
	float: 		left;
	width: 		100%;
}
div#textoConteudo a.galeria_paginacao {
	font-weight: 	bold;
	color: 			#06C;
}
div#textoConteudo a.controle {
	font-weight: 	bold;
	color: 			#06C;
}


div#comentarLogin { width:280px; margin-right:10px; margin-left:5px; float:left; overflow:auto; height:205px; }
div#mostrarComentarios { width:815px; float:left; overflow:hidden; height:280px; padding-left:9px; margin-bottom: 10px; }
div#mostrarComentarios ul { list-style:none; }
div#mostrarComentarios li { border-bottom:1px #CCC dotted; padding-bottom:10px; margin-top:10px; }

div#mostrarComentarios .tit_comentario {
	color: 			#CA970F;
	font-size: 		16px;
	font-weight: 	bold;
}
div#mostrarComentarios .comentAutor {
	font-weight: 	bold;
	font-variant:	small-caps;
	font-size: 		11px;
	color: 			#666;
}
div#mostrarComentarios .comentData {
	font-size: 		10px;
	color: 			#666;
}
div#mostrarComentarios .comentCorpo {
	display: 		block;
	margin-top: 	5px;
}
div#mostrarComentarios .lista {
	display: 		block;
	margin-top: 	5px;
	padding-top:	0px;
	border-top: 	2px solid #CCC;
}
/* FINAL - CONFIGURACAO DAS DIVS AUXILIARES */



/* INICIO - CONFIGURACAOO DAS CLASSES */
p.pPublicidadeLateral { width:300px; padding:0px 0px 5px 0px; border-bottom:1px #CCC solid; background-color:#F5F5F5; float:left; }
p.pPublicidadeFull { width:830px; margin:10px auto; padding:5px 0px; border-bottom:1px #CCC solid; border-top:1px #CCC solid; background-color:#F5F5F5; clear:both; text-align:center; }


p.pPublicidadeFullMenu { width:830px; margin:5px auto; padding:5px 0px; border-bottom:1px #CCC solid; border-top:1px #CCC solid; background-color:#F5F5F5; clear:both; text-align:center; }

p.pPublicidadeFullTopo, div#bannerTopoFull { width:970px; margin:5px auto; padding:5px 0px; border-bottom:1px #CCC solid; border-top:1px #CCC solid; background-color:#F5F5F5; clear:both; text-align:center; }

div#bannerTopo {
	clear: both;
}

p.pPublicidade500px { background-image:url(../imagens/icoPublicidade.jpg); background-repeat:no-repeat; width:500px; padding-left:15px; height:60px; background-color:#FFF; margin-top:15px; }
p.pPublicidade600pxTopo { background-image:url(../imagens/icoPublicidade.jpg); background-repeat:no-repeat; width:600px; padding-left:15px; height:60px; background-color:#FFF; margin-top:8px; }


p.logomarcaPrimeiraMao { 
	float:			left; 
	display:		block; 
	width:			159px; 
	height:			60px; 
	background: 	red; 
	color:			#FFF; 
	font-weight:	bold; 
	font-size: 		20px; 
	text-align:		center; 
	
}
p.chamadaPrimeiraMao { float:left; display:block; width:660px; font-size:25px; font-weight:bold; color:#FFF; padding-top:14px; margin-left:10px; }


.titulos { background-image:url(../imagens/fundoTitulos.jpg); background-repeat:repeat-x; display:block; color:#FFF; text-transform:uppercase; height:19px; padding-top:4px; font-size:14px; text-indent:5px; font-weight:bold; }
p.maisDestaquesPrincipal a { color:#069; font-size:22px; display:block; margin-bottom:5px; border-bottom:1px #CCC dotted; padding-bottom:5px; text-decoration:none; }
span.editoriaMaisDestaques { background-color:#2B7E95; color:#FFF; padding:1px 3px; font-size:11px; font-weight:bold; }
p.chamadaMaisDestaques { margin-bottom:8px; border-bottom:1px #CCC dotted; margin-top:4px; font-weight:bold; font-size:14px; }
p.fraseEntrevista { background-image:url(../imagens/fundoTitEntrevistas.jpg); background-repeat:no-repeat; width:271px; height:40px; padding:10px; padding-top:12px; margin-top:5px; font-size:12px; ont-weight:bold; color:#069; font-weight:bold; }
div.chamadaEntrevista { text-align:justify; margin-left:10px; margin-right:5px; text-indent:30px; }
p.pFotoEntrevista { margin:12px }
p.nomeEntrevistado { color:#FFF; display:block; text-align:center; font-weight:bold; font-size:12px; margin-top:-10px; }
div.fotoMaisLidas { width:135px; float:left; }
div.dadosMaisLidas { width:115px; float:left; margin-left:5px; }
p.editoriaMaisLidas { font-size:11px; color:#000; font-weight:bold; }
p.tituloMaisLidas { font-size:11px; margin-bottom:2px; color:#069; font-weight:bold; line-height:11px; border-bottom:1px #f0f0f0 solid; padding-bottom:2px; }
p.chamadamaisLidas { font-size:11px; color:#000; }
div.fotoColunistas { width:90px; float:left; }
div.dadosColunistas { width:205px; float:left; margin-left:5px; }
p.nomeCol { font-size:10px; font-weight:bold; color:#006699; }
p.tituloCol { font-size:14px; color:#333; font-weight:bold; }
p.chamadaCol { font-size:12px; color:#069; }
p.perguntaEnquete { font-size:16px; font-weight:bold; color:#333333; padding:5px; border-bottom:1px #666 solid; }

p.vejaMais { text-align:right; color:#069; font-weight:bold; border-bottom:1px #CCC dotted; padding:3px 0px; }
p.vejaMaisGal { text-align:right; color:#069; font-weight:bold; border-bottom:1px #CCC dotted; padding:3px 0px; }


li.fundoAzul { background-color:#E5EFF5; }
li.fundoBranco { background-color:#FFFFFF; }
div.classGaleriaFotos { width:150px; margin:0px auto; }
p.dataGalerias { font-size:10px; color:#666; }
p.chamadaGalerias { font-size:12px; color:#000; font-weight:bold; background-image:url(../imagens/maquinaDigital.jpg); background-repeat:no-repeat; text-indent:18px; }
.pDataDestaque { display:block; margin:12px 0px; margin-bottom:0px; font-size:13px; color:#333333; }
.pOpcoesDestaque { margin:5px; margin-bottom:0px; text-align:right; color:#000; font-size:12px; border-bottom:1px #f0f0f0 solid; border-top:1px #f0f0f0 solid; background-color:#F6F5ED; padding:5px 10px; }
.pFonteNoticia { display:block; margin:0px 0px; font-size:12px; color:#000; border-bottom:1px #f0f0f0 solid; border-top:1px #f0f0f0 solids; background-color:#F6F5ED; padding:5px; }
.pAutorNoticia { display:block; margin:0px 0px; font-size:12px; color:#000; border-bottom:1px #f0f0f0 solid; border-top:1px #f0f0f0 solids; background-color:#F6F5ED; padding:5px; }

.pFonteNoticia img { margin-right: 5px; margin-bottom: 10px; }
p.dadosComentarios { margin-top:10px; font-size:12px;}
/* FINAL - CONFIGURACAOO DAS CLASSES */



/* IN�CIO - CONFIGURACAO DOS FORMULARIOS */
form.formBuscaTopo label { font-size:16px; font-weight:bold; color:#069; }
form.formBuscaTopo input[type=submit] { height:18px; width:68px; border:1px solid #999; }
form.formBuscaTopo input[type=text] { height:13px; border:1px #CCC solid; border-top:2px #666 solid; font-size:11px; padding-top:2px; }
form.formEnquete label { font-size:12px; font-weight:bold; }

form.formBusca label { font-size:16px; font-weight:bold; color:#069; }
form.formBusca input[type=submit] { height:18px; width:68px; border:1px solid #999; }
form.formBusca input[type=text] { height:13px;  border:1px #CCC solid; border-top:2px #666 solid; font-size:11px; padding-top:2px; }


form.formComentarios { margin-top:10px; margin-bottom:10px; }
form.formComentarios label { font-size:11px; font-weight:bold; margin-top:5px; }
form.formComentarios input[type=submit] { background-color:#FFF; border:1px #CCC solid; border-top:2px #666 solid; font-size:11px; padding-top:2px; margin-left:0px;  }
form.formComentarios input[type=text] { height:15px; border:1px #CCC solid; border-top:2px #666 solid; font-size:11px; padding-top:2px; }
form.formComentarios input[type=password] { height:15px; border:1px #CCC solid; border-top:2px #666 solid; font-size:11px; padding-top:2px; }

div#limite_caracteres {
	background: 	#9C9;
	width: 			100px;
	margin-bottom: 	5px;
}

/* FINAL - CONFIGURA��O DOS FORMUL�RIOS */


/* INICIO - IMPRESSAO */

div#dadosConteudoPrint { display:block; overflow:auto; width:100%; background-color:#FFF; }
div#textoConteudoPrint { min-height:200px; overflow:auto; font-size:12px; padding-bottom:10px; }
div#textoConteudoPrint p { margin:15px 5px 0px 0px; text-align:justify; color:#000; }
div#textoConteudoPrint p img { margin:0px 10px 10px 0px; }
div#conteudoLeituraPrint { width:570px;  background-color:#FFF; margin:0px auto; overflow:auto; padding:5px; }
div#rodapeEsquerdaPrint { float:left; width:480px; display:block;  }

/* FIM - IMPRESSAO */

/* INICIO - SHOW MESSAGE */
div#ibody h4 {
	margin-bottom: 	10px;
	border-bottom: 	1px dotted #F00;
	font-size: 		16px;
	font-weight: 	bold;
}
div#ibody {
	padding: 	10px;
	width: 		80%;
	margin: 	50px auto 0 auto;
	padding: 	30px 0 0 5px;
}


.textControl {
	width:				170px;
	float:				left;
	height:				23px;
	line-height:		23px;
	color:				#000;
	font-size: 			8pt;
	background: 		red;
}
.textControl span {
	font-size:				1.0em;
	font-family:			"Tahoma", "Arial", sans-serif;
	text-transform:			uppercase;
}
.textControl ul li {
	display:				inline;
}
.textControl ul li A {
	width:					25px;
	height:					15px;
	display:				block;
	float:					right;
	margin:					4px 0px 0px 5px;
	text-indent:			-9999px;
	background-image:		url(../imagens/text_controll.gif);
	background-repeat:		no-repeat;
}
.textControl .controle-A {
	background-position:	right top;
}
.textControl .controle-D {
	background-position:	left top;
}

/* FIM - SHOW MESSAGE */


/* INICIO - FORM. COMENTARIO */
div#root_comentario { 
	margin:		0px auto 0px auto;
	padding:	0px 10px;
	width:		425px; 
	overflow:	hidden; 
}
/* FIM - FORM. COMENTARIO */



/* INICIO - CONFIGURACAOO DO SLIDE */

div#slide { display:block; }
div#dadosDestaques { width:550px; margin:0px 5px; margin-top:-75px; background-image:url(../imagens/fundoSlide.png); background-repeat:repeat; min-height:65px; z-index:200; position:relative; float:left; }
p.fotosDestaques { margin:5px 0px; clear:both; z-index:100; position:relative; }
p.tituloDestaque { font-size:26px; color:#FFCC00; font-weight:bold; margin: 0px 5px; }
p.chamadaDestaque { color:#FFF; font-size:12px;  margin:0px 5px; width:470px; }
div#btnSlide { width:60px; height:32px; display:block; float:right; margin-top:-37px; margin-right:10px; position:relative; z-index:300; }
div#btnSlide p { width: 30px; float:left; }

/* FIM - CONFIGURACAO DO SLIDE */
