/*MINI CSS RESET*/
li{list-style:none;}
ul{padding:0;margin:0}
/**/

body {
	margin:0;
	background: #f2f2f2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#6a6a6a;
	behavior: url(../htc_hacks/csshover.htc); /* inclui efeito :hover, :active e :focus para Internet Explorer 6 */
	outline:none; !important
}
body a{outline:none;}
a:link {
	color:#039;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #039;
}
a:hover {
	text-decoration: none;
	color: #039;
}
a:active {
	text-decoration: none;
	color: #039;
}
/*Topo do site*/

#geraltopo{
	width:100%;
	background:url(../images/bg-topo.png) repeat-x #637b9d;	
}

#alocatopo{
	width:970px;
	height:100px;
	margin:0 auto;
	position:relative;
}

#logo{
	width:420px;
	height:167px;
	background:url(../images/logo.jpg) no-repeat;	
	position:absolute;
	margin-left:-68px;
}

#barratopocinza{
	width:100%;
	height:7px;
	background:url(../images/barrabarra-classificados.png) repeat-x;	
	position:relative;
	margin-top:-3px;
	z-index:19;
}

/*Fim topo*/


#buscaGlobal{
float:left;
width:190px;
height:22px;
position:absolute;
top:96px;
left:25px;
z-index:9999;
}
#buscaGlob{
border:1px solid #6276A3;
font:Arial, Helvetica, sans-serif;
color:#6276A3;
margin:0;
padding:2px;
float:left;
}
/*auto complete --- /*/
div.autocomplete{
	position:absolute;
	width:155px;
	background-color:#FEFEFE;
	border:1px solid #7C7C7C;;
	font-size:11px;
	font-family: 'arial';
	z-index:9999;
	top:20px;	
}
div.autocomplete ul{
	padding-left:0;
	margin:0;
	list-style:none
z-index:9999;
}
div.autocomplete ul li{
	cursor:pointer;
	color: #303030;
}
div.autocomplete ul li.sel{
	background-color:#B4D5FE;
}

div.autocomplete ul li a{
text-decoration:none;
color:#333333;
display:block;
font:13px Arial, Helvetica, sans-serif;
	padding:3px 10px;
}


.anunciotopotopo{
	width:642px;
	height:95px;
	overflow:hidden;
	float:right;
	border:5px solid #6C87A6;
	margin: 12px 0px 0px 319px;
	position:absolute;
	text-align:center;
}
#anunciotopotopo-link{
	width:669px;
	height:110px;
	background-image:url(../images/trans.png);
	position:absolute;
	margin: 5px 0px 0px 295px;
	z-index:5;
}
#anunciotopotopo-link a{
	display:block;
	width:669px;
	height:108px;
}
#menu{
	width:100%;
	height:35px;
	position:relative;
	z-index:20;
	background:url(../images/bg-ul-topo.png) repeat-x;
	border-top:1px solid #7891AE;
	border-bottom:1px solid #253C65;
	margin-top:30px;
}
#menumenu{
	width:970px;
	margin:auto;
}
#menumenu ul{
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:1px auto;
	width:100%;
}
#menumenu ul li{
	float:left;
	width:119px;
	height:35px;
	line-height:35px;
	text-align:center;
	font-size:14px;
	color:#fff;
	font-style:normal;
	margin-left:0px;
	padding-left:1px;
	padding-right:1px;
}
#menumenu ul li:hover{
	background:url(../images/bg-ul-topo-hover.png) repeat-x;
	border-left:1px solid #36506E;
	border-right:1px solid #36506E;
	color:#000;
	text-shadow:0px 1px 0px #283744;
	padding:0;
}
.menumenu ul li a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#menumenu ul li.ativo{
	float:left;
	width:119px;
	height:49px;
	text-align:center;
	line-height:42px;
	font-size:15px;
	color:#333;
	font-style:normal;
	background:url(../images/bg-li-ativa.png) repeat-x #fff;
	overflow:hidden;
	-moz-border-radius:2px 2px 0px 0px;
	-webkit-border-radius:2px 2px 0px 0px;
	border-radius:2px 2px 0px 0px;
	-moz-box-shadow:0px -3px 3px #576c7f;
	-webkit-box-shadow:0px -3px 3px #576c7f;
	box-shadow:0px -3px 3px #576c7f;
	text-shadow:0px 1px 0px #fff;
	margin-left:0px;
	margin-top:-4px;
}
#menumenu ul li.ativo:hover{
	padding-left:1px;
	padding-right:1px;
	border:0;
}
.menumenu ul li.ativo a{
	color:#fff;
	text-decoration:none;
}

.submenu{
	width:100%;
	background:url(../images/bg-subsub.png) repeat-x bottom;
	position:relative;
	z-index:0;
	display:none;
	height:35px;
	overflow:hidden;	
}
.divalinhasubmenu{
	width:300px;
	margin:0 auto;
}

.subRel{
height:30px;
display:none;
}
.subRel ul{
font-size:14px;
font-weight:bold;
list-style:none;
color:#999;
padding:0;
margin:0 auto;
margin-top:3px;
text-align:center;
}
.subRel ul li{
	color:#333;
	font-size:13px;
	padding:0;
	height:25px;
	line-height:25px;
	float:left;
	margin-left:20px;
}
.subRel ul li a{
	color:#333;
height:25px;
line-height:25px;
}

.clear{
clear:both;
}
#content{
	width:967px;
	margin:0 auto;
	padding-top:23px;
	background:#FFF;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	min-height:400px;
}
.conteudogeral{
	width:959px;
	margin:0 auto; !important
	margin-left:5px;
}

/**********NoticiasDaIndex**********/
.outrasnoticias{
	color:#d64f4f;
	font-size:22px;
	font-weight:normal;
	padding:0;
	margin:0;
}
.noticiaprincipal{
color:#8d8d8d;
float:left;
width:308px;
position:relative;
}
#imgNotPrincipal{
	width:302px;
	height:186px;
	overflow:hidden;
	border:3px solid #D64F4F;
	margin-top:10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#imgNotPrincipal:hover{
	-moz-box-shadow:0px 0px 4px #ccc;
	-webkit-box-shadow:0px 0px 4px #ccc;
	box-shadow:0px 0px 4px #ccc;
}
#capNotPrincipal{
width:292px;
max-height:60px;
overflow:hidden;
position:absolute;
background:#000;
padding:3px 5px;
margin-left:3px;
margin-bottom:3px;
left:0;
right:0;
bottom:0;
opacity:0.80;
-moz-opacity: 0.80;
filter: alpha(opacity=80);

}
#capNotPrincipal a{
	font:12px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
}
#capNotPrincipal strong{
	color:#e7e7e7;
	font-size:15px;
}
.noticiasrapidas{
	width:210px;
	height:223px;
	margin-left:14px;
	margin-right:14px;
	-margin-left:7px;
	-margin-right:7px;
	float:left;
}
.noticiasrapidascont{
	width:auto;
	height:66px;
	background:url(../images/doubleborder.png) bottom repeat-x;
	padding-top:3px;
	overflow:hidden;
	color:#757575;
}
.noticiasrapidascont b{
	color:#4a4a4a;

}
.noticiasrapidascont a{
	color:#757575;
	text-decoration:none;
}
.noticiasrapidascont a:hover{
	text-decoration:underline;
}
#tooltip{
	position:absolute;
	z-index:998;
	background:#FFC;
	border:2px solid #CDAD30;
	padding:2px 5px;
	color:#333;
	font-size:11px;
	-moz-box-shadow:0px 0px 10px #CCC;
	-webkit-box-shadow:0px 0px 10px #CCC;
	box-shadow:0px 0px 10px #CCC;
	font-style:normal;
	display:none;
}	
/* Box dinamico lateral /*/
#abaslateral{
	width:410px;
	float:right;
	margin-top:20px;
}
#boxDinamic{
width:auto;
height:201px;
margin-top:-5px;
background:#f4f4f4;
border:2px solid #425E86;
}
.boxDinamicCentro{
width:auto;
height:201px;
margin:0px;
display:none;
clear:both;
overflow:hidden;
}
#divarrumaborda{
	height:2px;
	background:#92A6BF;
	width:404px;
	position:absolute;
	margin-top:21px;
	display:none;
}
#boxDinamicAbas{
width:410px;
margin-top:-30px;
overflow:hidden;
padding:0;
}	
#boxDinamicAbas ul{
margin:0;
padding:0;
list-style:none;
}
#boxDinamicAbas ul li{
	width:130px;
	height:29px;
	padding-top:9px;
	background:url(../images/li-normal.png) no-repeat;
	float:left;
	line-height:24px;
	margin-right:10px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	cursor:pointer;
}
#boxDinamicAbas ul li:hover{
	background:url(../images/li-hover.png) no-repeat;
}
#boxDinamicAbas ul li.ativa{
	background: #CCC;
	padding-top:14px;
	background:url(../images/li-active.png) no-repeat;
	position:relative;
	line-height:14px;
	z-index:95;
	color:#425e86;
}
#alocaajax{
	width:100%;
	margin-top:10px;
}
#topoAjax{
	clear:both;
	width:auto;
	margin:0 auto;
	margin-top:13px;
	background:url(../images/bg-topo-ajax.png) repeat-x #637b9d;
	height:37px;
}
#topoAjax ul{
	margin:0;
	padding:0;
	list-style:none;
}
#topoAjax ul li{
float:left;
padding:0px 30px 0px 30px;
text-align:center;
}
#topoAjax ul li a{
font:13px Arial, Helvetica, sans-serif;
color:#fff;
font-weight:bold;
text-decoration:none;
padding-bottom:21px;
padding-top:7px;
line-height:35px;
border-collapse:0;
}
#topoAjax ul li a:active{
border-collapse:0;
}
#topoAjax ul li a.active{
margin-top:15px;
background:url(../images/v-bottom.png) center 27px no-repeat;
text-decoration:none;
color:#E3CAA8;
text-shadow:0px 1px 0px #2F435F;
}
#boxAjax{
width:945px;
clear:both;
float:left;
overflow:hidden;
}
#boxAjaxContent{
width:3845px;
overflow:hidden;
}

#boxAjax-1{
float:left;
width:953px;
height:123px;
overflow:hidden;
position:absolute;
}
#boxAjax-2{
float:left;
width:953px;
height:123px;
overflow:hidden;
position:absolute;
}
#boxAjax-3{
float:left;
width:953px;
height:123px;
overflow:hidden;
position:absolute;
}
#boxAjax-4{
float:left;
width:953px;
height:123px;
overflow:hidden;
position:absolute;	
}
#boxAjaxImgs{
height:110px;
width:auto;
overflow:hidden;
list-style:none;
float:left;
text-align:center;
}
.topoautos{
	clear:both;
	width:auto;
	margin:0 auto;
	margin-top:13px;
	background:url(../images/bg-topo-ajax.png) repeat-x #637b9d;
	height:37px;
	line-height:34px;
	padding-left:7px;
	font-weight:bold;
	color:#fff;
}
#boxAjaxImgs li{
float:left;
margin-top:10px;
border:1px solid #e1e1e1;
width:140px;
height:90px;
overflow:hidden;
position:relative;
}
.loopImgEventIndex{
float:left;
margin-left:15px;
margin-top:10px;
border:1px solid #e1e1e1;
width:100px;
height:100px;
position:relative;
list-style:none;
background-color:#F5f5f5;
overflow:hidden;
}
.loopImgEventIndexImg{
	width:100px;
height:80px;
overflow:hidden;
}
.loopImgEventIndexNome{
	text-align:center;
	color:#333;
	font:11px Arial, Helvetica, sans-serif;
	
}
#boxAjaxImgs li cite{
position:absolute;
bottom:0;
left:0;
right:0;
background-color:#333333;
color:#FFFFFF;
padding:2px;
opacity:0.87;
-moz-opacity: 0.87;
filter: alpha(opacity=87);
font-weight:bold;
border-top:1px solid #282828;
font:11px Arial, Helvetica, sans-serif;
height:15px;
overflow:hidden;
}
#boxAjaxRodape{
clear:both;
width:953px;
color:#fff;
margin:0 auto;
background:url(../images/bg-topo-ajax.png) repeat-x;
height:37px;
}
#boxResultadoSearch{
float:left;
clear:both;
height:130px;
width:945px;
background-image:url(../images/resultado-busca.jpg);
background-repeat:no-repeat;
background-position:center;
}
#boxAjaxRodapeSearch{
float:left;
width:390px;
margin-left:10px;
font:13px Arial, Helvetica, sans-serif;
color:#fff;
font-weight:bold;
height:37px;
line-height:34px;
}
#boxAjaxRodapeSearch input{
border:1px solid #e4e1e1;
font:12px Arial, Helvetica, sans-serif;
color:#333333;
padding:2px;
}
#boxAjaxRodateTooltip{
float:left;
width:340px;
height:37px;
line-height:37px;
background-image:url(../images/riscobar.png);
background-repeat:no-repeat;
background-position:right;
}
#indexCabecAnuncio{
float:left;
width:200px;
height:37px;
line-height:37px;
text-align:center;
}
.TooltipShopping{
float:left;
margin-left:10px;
text-align:center;
}


/********************/

.divtabesq{
	width:230px;
	height:185px;
	float:left;
	color:#616161;
	border-right:2px solid #CCC;
}
.divtabdir{
	width:138px;
	height:185px;
	float:left;
	padding-left:13px;
}
.divmais{
	float:right;
	width:120px;
	text-align:right;
	margin-top:-15px;
	padding-right:10px;

}
.divtabesq ul{
	margin-top:10px;
	list-style:none;
	padding:0;
}
.divtabesq ul li{
	color:#868686;
	padding-bottom:1px;
}
/********************/
#bg-classific-index{
	width:auto;
	height:auto;
	background:url(../images/bg-classific-index.png) repeat-x;	
	margin-top:0px;
	padding-top:5px;
}
.iconesclassificadosul{
	list-style:none;
	margin:10px auto;
	width:343px;
}
.iconesclassificadosul li{
	float:left;
	width:77px;
	margin-right:5px;
	margin-bottom:20px;
	text-align:center;
	background:url(../images/bg-li-classi-index.png) repeat-x;
	border:1px solid #999;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	color:#fff;
	font-size:10px;
	text-shadow:#567D7E 0px 1px 0px;
}
.iconesclassificadosul li a{
	color:#fff;
	font-size:10px;
}

.spanclassif{
	margin:0 auto;
	font-size:20px;
}

#barraFlutuante{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	height:30px;
	background-position:bottom;
	background-image:url(../images/bar.png);
}
.bg-titulos{
	margin-bottom:0px;

}
#categorias{
	float:left;
	width:237px;
	height:396px;
	border-right:1px solid #DCDCDC;
}
#bg-ul{
	list-style-image:url(../images/arrowlist.gif);
	color:#425e86;
}

#bg-ul li{
	height:18px;
	line-height:19px;
	color:#425e86;
}
#bg-ul li a{
	color:#425e86;
	text-decoration:none;
}
#bg-ul li a:hover{
	color:#425e86;
	text-decoration:none;
}
#categorias ul{
margin:0;
padding:0;
margin-left:20px;
}
#categorias ul li{
line-height:20px;
line-height:20px;
}
#categorias ul li a{
font:12px Arial, Helvetica, sans-serif;
color:#425e86;
text-decoration:none;
}
#categorias ul li a:hover{
text-decoration:underline;
}

#concurso{
float:left;
width:500px;
height:396px;
border-right:1px solid #DCDCDC;
margin-left:7px;
position:relative;
}
#concurso_infos{
	width:180px;
	position:absolute;
	height:293px;
	background-color:#666;
	margin-left:340px;
	opacity:0.95;
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
	top:25px;
	font:13px Arial, Helvetica, sans-serif;
	padding:10px;
}

.loop-concurso{
	width:487px;
	height:104px;
	margin-top:-1px;
	background:url(../images/bg-concurso.png) repeat-x;
	overflow:hidden;
	border:1px solid #CCC;
}
.loop-concurso:hover{
	width:487px;
	height:104px;
	background:url(../images/bg-concurso.png) repeat-x;
	overflow:hidden;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
}
.loop-concurso-img{
	float:left;
	width:138px;
	height:88px;
	border:1px solid #ccc;
	clear:both;
	margin:5px;
	overflow:hidden;
}
.loop-concurso-descricao{
	float:left;
	padding:2px 10px 10px 10px;
	width:230px;
}
.loop-concurso-descricao strong{
	color:#444;
}
.loop-concurso-opt{
	background-image:url(../images/opt-false.png);
	width:75px;
	height:75px;
	float:left;
	margin-top:10px;
	cursor:pointer;
}
.loop-concurso-opt:hover{
	background-image:url(../images/opt-true.png);
}
.barVtConcPorcent{
	font:14px Verdana, Geneva, sans-serif;
	color:#788faf;
	margin-top:10px;
	padding-left:0px;
}
.barVtConc{
	width:300px;
	height:20px;
	background-color:#dee3e7;
	border:1px solid #bdc5d0;
	margin-left:5px;

}
.tituloconc{
	color:#425e86;
	width:300px;
	font-size:22px;	
	font-weight:normal;
	position:absolute;
	margin-left:0px;
	margin-top:45px;
}
.barVtConcTrue{
	float:left;
	width:142px;
	background-color:#b4f8a0;
	height:20px;
}
#imgSorteio{
	float:left;
	width:230px;
	height:130px;
	overflow:hidden;
	text-align:center;
}
#msgSucessSort{
	background-color:#d5f4cc;
	border:1px solid #b4f8a0;
	padding:3px;
	text-align:center;
	font:12px Verdana, Geneva, sans-serif;
	color:#666;
	margin:4px;
	
}
#titSort{
	font:18px Verdana, Geneva, sans-serif;
	color:#464b52;
	text-align:center;
}
#descSorteio{
	font:12px Verdana, Geneva, sans-serif;
	color:#191919;
	padding:3px 10px;
	float:left;
	width:240px;
	text-align:center;	
}
#descProdutoSort{
	float:left;
	width:160px;
	color:#464b52;
	font:11px Verdana, Geneva, sans-serif;
	padding:10px;
}
#descProdutoSort h3{
	padding:2px;
	margin:0;
	font-size:13px;
}
#formSort{
	width:310px;
	height:134px;
	margin-top:20px;
	background-color:#f2f2f2;
	border:1px solid #e3e3e3;
	float:left;
}
#formSortObrig{
	color:#bf3b2d;
	font:10px Verdana, Geneva, sans-serif;
	padding-left:75px;
	margin-bottom:4px;
}
.formSortTxt{
	float:left;
	width:80px;
	text-align:center;
	color:#464b52;
	font:12px Verdana, Geneva, sans-serif;
	margin-top:7px;
	margin-left:10px;
}
.formSortCmp{
	margin-top:7px;
}
#publicidades-laterais-index{
float:right;
width:209px;
height:340px;
}
#pubtopo{
	width:100%;
	height:11px;
	background:url(../images/publicidade/pub-topo-index-lareral.png) no-repeat 138px 0px;
}
#pubmeio{
	width:auto;
	padding:1px 3px 0px 5px;
}
#pubroda{
	width:100%;
	height:29px;	
	margin-top:7px;
}

#subrepoe-publicidade-index-1{
position:absolute;
width:200px;
height:110px;
background-image:url(../images/trans.png);
}
#subrepoe-publicidade-index-1 a{
display:block;
width:200px;
height:110px;
}
#subrepoe-publicidade-index-2{
position:absolute;
background-image:url(../images/trans.png);
width:200px;
height:110px;
}
#subrepoe-publicidade-index-3{
position:absolute;
background-image:url(../images/trans.png);
width:200px;
height:110px;
}
.publicidades-index-loop{
width:200px;
height:110px;
margin-bottom:4px;
overflow:hidden;
}
#subrepoe-publicidade-noticia-especifica{
position:absolute;
width:200px;
height:120px;
margin-left:20px;
margin-top:5px;
background-image:url(../images/trans.png);	
}
#subrepoe-publicidade-noticia-especifica a{
	display:block;
	width:200px;
	height:120px;
	background-image:url(../images/trans.png);	
}

	
#carros-index{
	width:auto;
	height:80px;
	margin-top:3px;
	overflow:hidden;
}
#carros-index ul{
	margin:0;
	padding:0;
	list-style:none;
	margin-top:1px;
}
#carros-mais{
	float:right;
	width:35px;
	margin-right:9px;
	background-color:#CCC;
	text-align:center;
	margin-top:1px;
}

#carros-index ul li{
	float:left;
	margin-right:9px;
	height:70px;
	width:105px;
	overflow:hidden;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:2px solid #6294E5;
}

#carros-index ul li:hover{
	-moz-box-shadow:0px 0px 10px #aaa;
	-webkit-box-shadow:0px 0px 10px #aaa;
	box-shadow:0px 0px 10px #aaa;
}


#eventos-index{
	width:375px;
	border-right:1px solid #DCDCDC;
	float:left;
}
.eventos-index-loop{
	float:left;
	width:auto;
	padding-bottom:3px;
	overflow:hidden;
	margin-top:2px;
	margin-right:10px;
	background:url(../images/doubleborder.png) bottom repeat-x;
}
.eventos-index-loop-img{
	max-width:130px;
	height:90px;
	margin:5px 5px 5px 1px;
	float:left;
	overflow:hidden;
	border:2px solid #F69D33;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.eventos-index-loop-img:hover{
	-moz-box-shadow:0px 0px 3px #aaa;
}
.eventos-index-loop-txt{
	float:left;
	width:200px;
	height:90px;
	padding:5px;
}
.eventos-index-loop-txt a{
color:#333333;
text-decoration:none;
}
.eventos-index-loop-txt a:hover{
text-decoration:underline;
}
#mural{
width:367px;
height:355px;
float:left;
margin-left:4px;
overflow:hidden;

}
#mural-png{
	width:367px;
	height:84px;
	position:absolute;
	z-index:3;
	margin-left:0px;
}
#mural-ul{
list-style:none;
padding:3px 0px 3px 3px;
margin-top:50px;
}
#mural-ul li{
font-size:11px;
background:url(../images/doubleborder.png) bottom repeat-x;
margin-bottom:5px;
padding-bottom:5px;
}
#mural-ul li span{
color:#222;
font-size:10px;
font-style:italic;
font-weight:bold;
}
#divescrevemural{
	width:367px;
	height:78px;
	background:url(../images/riscomenu.png);
	position:absolute;
	z-index:2;
border-bottom:1px solid #dbdbdb;
padding-top:80px;
}
#assinarmural{
width:109px;
height:27px;
background:url(../images/fundoassinarmural.png) repeat-x;
border:1px solid #aaa;
-moz-border-radius:100px;
-webkit-border-radius:100px;
border-radius:100px;
padding:8px 0px 0px 20px;
color:#778DA3;
float:left;
margin-left:90px;
}
#index-enquete{
width:196px;
float:right;
padding-left:6px;
height:213px;
border-left:1px solid #ccc;
}

#index-enquete-titulo{
font:13px Arial, Helvetica, sans-serif;
color:#535353;
font-weight:bold;
}
.index-opt-enquete{
color:#4b6a96;
padding-top:10px;
font:12px Verdana, Arial, Helvetica, sans-serif;

}
.barsEnq{
	width:150px;
	height:31px;

}
.barsEnqTrue{
	float:left;
	width:1px;
	text-align:center;
	color:#fff;
	font-size:10px;
	line-height:30px;
	background:url(../images/enquete-mid.png) repeat-x;
	height:31px;
}
.enquete-right{
	background:url(../images/enquete-right.png) no-repeat;
	width:8px;
	height:31px;
	float:left;	
}
.enquete-left{
	background:url(../images/enquete-left.png) no-repeat;
	width:8px;
	height:31px;
	float:left;	
}
.index-publicidade-box{
width:370px;
height:75px;
background-color:#F2F2F2;
border:1px solid #E9E9E9;
float:left;
margin-right:5px;
background-image:url(../images/anuncie-box-index.png);
background-repeat:no-repeat;
background-position:center center;
overflow:hidden;
}
.index-publicidade-box-link{
	width:370px;
	height:75px;
	position:absolute;
	z-index:3;
}
.index-publicidade-box-link a{
	display:block;
	width:370px;
	height:75px;
	background-image:url(../images/trans.png);
}

#sobre-marechal{
float:left;
width:205px;
height:200px;
margin-left:7px;
-margin-left:3px;
margin-top:15px;
}
#parceiros{
	width:740px;
	margin-left:1px;
	margin-top:4px;
	margin-bottom:15px;
	border:1px solid #ccc;
	padding:3px 3px 15px 4px;
	-moz-border-radius:3px;
	background:url(../images/bg-boxes.png) repeat-x bottom;
	-moz-box-shadow:-1px 1px 1px #ddd;
	-webkit-box-shadow:-1px 1px 1px #ddd;
	box-shadow:-1px 1px 1px #ddd;	
	float:left;
}
#links{
	width:740px;
	margin-left:1px;
	margin-top:4px;
	margin-bottom:15px;
	border:1px solid #ccc;
	padding:3px 3px 15px 4px;
	-moz-border-radius:3px;
	background:url(../images/bg-boxes.png) repeat-x bottom;
	-moz-box-shadow:-1px 1px 1px #ddd;
	-webkit-box-shadow:-1px 1px 1px #ddd;
	box-shadow:-1px 1px 1px #ddd;	
	float:left;
}
#index-banco-imagens{
float:right;
margin-top:30px;
width:205px;
background:url(../images/doubleborder.png) bottom repeat-x;
height:190px;
overflow:hidden;
text-align:center;
}
#imgsBdImagens{
	margin-left:13px;
	float:left;
}
#empR li{
padding-top:3px;
padding-bottom:3px;
}
#empR li a{
color:#333333;
text-decoration:none;
}
#empR li a:hover{
text-decoration:underline;
}
#rodape{
width:100%;
height:210px;
background:#637b9d;
border-top:1px solid #253C65;
margin-top:-10px;
color:#CCC;
float:left;
position:relative;
z-index:3;
}
#rodape span{
	color:#FFF;
	font-size:16px;
}
#alinha-rodape{
width:980px;
margin:0 auto;
}
#rodape-login{
width:230px;
float:right;
height:200px;
margin-top:20px;

}
#loginAguarde{
color:#FFFFFF;
font-style:normal;
width:190px;
margin-top:7px;
padding:4px;
text-align:center;
-moz-box-shadow:#FFF 0px 0px 6px;
-webkit-box-shadow:#FFF 0px 0px 8px;
box-shadow:#FFF 0px 0px 6px;
font-weight:bold;
display:none;
}
#newsletterAguarde{
color:#FFFFFF;
font-style:normal;
width:220px;
margin-top:7px;
padding:4px;
text-align:center;
-moz-box-shadow:#FFF 0px 0px 6px;
-webkit-box-shadow:#FFF 0px 0px 8px;
box-shadow:#FFF 0px 0px 6px;
font-weight:bold;
}


/*DAQUI PRA BAIXO*/
#barra-admin{
width:100%;
height:33px;
background:url(../images/pn-bar/bg-bar.png) repeat-x;
bottom:0;
position:fixed;
z-index:19;
}

#barraadmin-azul{
	float:right;
	height:25px;
	width:217px;
	background:url(../images/pn-bar/bg-li.png);
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	margin-top:8px;
	padding:0;
	text-align:center;
	color:#333;
	line-height:26px;
	font-style:normal;
	cursor:pointer;
}
#barraadmin-azul:hover{
	color:#333;
}

#barraadmin-azul.active{
	float:right;
	height:25px;
	width:217px;
	background:url(../images/pn-bar/bg-li-ativo.png);
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	margin-top:8px;
	padding:0;
	text-align:center;
	color:#333;
	line-height:26px;
	font-style:normal;
	cursor:pointer;
}
#barrasobe-admin{
	width:217px;
	max-height:300px;
	background:url(../images/pn-bar/bg-li.png) repeat-x #E8e8e8;
	border:0px solid #e2e2e2;
	position:absolute;
	right:0;
	bottom:0;
	margin-bottom:25px;
	margin-left:2px;
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	overflow:auto;
}
#segura-ul-admin{
	width:600px;
	float:left;
	height:32px;
	overflow:hidden;
	bottom:1px;
	position:fixed;
	z-index:9999;
}
#ul-admin{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	margin-top:9px;
	font-style:normal;

}
#ul-admin li{
	float:left;
	padding:0px 20px 0px 20px;
	height:26px;
	color:#000;
	margin-right:10px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	text-align:center;
	line-height:22px;
	color:#333;
	background:url(../images/pn-bar/bg-li.png) repeat-x;
	cursor:pointer;
}
#ul-admin li:hover{
	background:#E1E6EC;
}
#ul-admin li a{
	color:#333
}
#close-barrasobe{
float:right;
font:13px Arial, Helvetica, sans-serif;
color:#FFF;
margin-left:195px;
margin-top:3px;
font-weight:bold;
cursor:pointer;
position:absolute;
}
#ul-divsobe{
	list-style:none;
	margin:10px 0px 0px 0px;
	padding:0;
	font-style:normal;
}
#ul-divsobe li{
	height:68px;
	border-bottom:1px solid #CCC;
	border:1px solid #e9e9e9;
	color:#333;
}
#ul-divsobe li:hover{
	height:68px;
	border:1px solid #586683;
	background:#BAC0CB;
	color:#FFF;
}

.divnomepub{
	width:120px;
	float:left;
	margin-top:10px;
	color:#333;
	font-size:15px;
	padding:5px;
	text-align:center;
}
.divvalorpub{
	width:80px;
	float:right;
	margin-top:2px;
	color:#000;
	font-size:12px;
	text-align:center;
}
.divvalorpub span{
	font-size:20px;
}
#divfim{
height:20px;
clear:both;
}
#finalrodape{
	width:100%;
	height:30px;
	background:url(../images/bg-rodape-fim.jpg) repeat-x;
	margin:-20px 0px 0px 0px;
	
}
#finalrodape ul{
	list-style:none;
	margin:0 auto 0 auto;
	padding:0;	
	width:985px;
}
#finalrodape ul li{
	padding:0px 10px 0px 10px;
	height:15px;
	float:left;
	border-right:1px solid #fff;	
	margin-top:7px;
}
#finalrodape ul li a{
	color:#fff;
}
#finalrodape ul li a:hover{
	text-decoration:underline;
}
#divarrumabarra{
	height:30px;
	background:#536386;
	clear:both;
	display:none;
}

.inputs{
	width:187px;
	height:25px;
	background:url(../images/form-bg.png) repeat-x;
	border:1px solid #606E8E;
	margin-top:8px;
	color:#888;
}
.button{
	width:78px;
	height:33px;
	background:url(../images/botaoact.png);
	color:#FFF;
	border:0;
}

#rodape-newsletter{
	width:265px;
	float:left;
	margin-top:20px;
	color:#FFF;
}
#rodape span{
	color:#FFF;
	text-shadow:0px -1px 0px #3E4D62;
	font-size:16px;
}
#rodape-lasts{
	width:230px;
	
	font-size:11px;
	float:left;
	margin-top:20px;
}
#rodape-lasts label a{
	color:#FFF;
	text-decoration:none;
}
#rodape-lasts label a:hover{
	text-decoration:underline;
}
#subpagina-bar{
	width:100%;
	height:70px;
	background:url(../images/bg-subpag.png) repeat-x;
	position:relative;
	z-index:99;
	border-bottom:1px solid #FFF;
	margin-top:16px;
	color:#FFF;
}
#subpagina-bar span{
	font-size:30px;
	line-height:70px;
	font-style:normal;
}
#subpagina-bar-in a{
	color:#FFF;
}
#subpagina-bar-in a:hover{
	color:#FFF;
}

#subpagina-bar-in{
	width:950px;
	margin:0 auto;
	position:relative;
}
#ulabs{
	list-style:none;
	margin:0 0 0px 400px;
	position:absolute;
	margin-top:-28px;
	padding:0;
	color:#FFF;
}
#ulabs li{
	width:100px;
	height:27px;
	background:url(../images/bg-linoticias.png) repeat-x;
	float:left;
	border-left:1px solid #404E69;
	border-top:1px solid #404E69;
	border-right:1px solid #404E69;
	margin-left:10px;
	color:#FFF;
	text-align:center;
	line-height:30px;
	cursor:pointer;
}
#ulabs li.actve{
	width:100px;
	height:28px;
	background:url(../images/bg-35n6t5c5as-act5ve.png) repeat-x #FFF;
	float:left;
	border:0;
	margin-left:10px;
	color:#333333;
	text-align:center;
	line-height:30px;
	cursor:pointer;
}
#ulabs li.actve a{
color:#333333;
}
#ulabs li a{
display:block;
color:#FFFFFF;
text-decoration:none
}
#sub-coluna-esq{
	width:572px;
	float:left;
	font-size:14px;
	color:#333;
	font-style:normal;
}
#sub-coluna-dir{
	width:372px;
	*width:362px;
	float:right;
	font-size:14px;
	color:#333;
	font-style:normal;
}
#tituloscabecalho{
	background:url(../images/doubleborder.png) repeat-x bottom;
	padding-botom:5px;
	width:auto;
}
#noticiaprincipalnot{
	background:url(../images/doubleborder.png) repeat-x bottom;
	margin-top:-3px;
	width:auto;
}
#noticiaprincipalnot h2{
	color:#444;
	margin-bottom:20px;

}
#noticiaprincipalnot p{
	margin:0;
}
#noticiaprincipalnot img{
	border:2px solid #b5282f;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin-right:5px;
}
#noticiaprincipalnot p{
	margin-top:-15px;
	position:relative;
}
#noticiaprincipalnot p a{
	color:#333;
	font:13px Arial, Helvetica, sans-serif;
}
#noticiaprincipalnot p a:hover{
	text-decoration:underline;
}
#noticiaprincipalnot h2{
	margin-top:5px;

}
#noticiaprincipalnot h2 a{
	font:16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#444;
	text-decoration:none;
}
#asd{
	height:50px;
}

.noti-rapidas{
	height:auto;
	background:url(../images/doubleborder.png) repeat-x bottom;
	padding-bottom:2px;
}
.noti-rapidas p{
	margin-top:-10px;
	position:relative;
	font-size:12px;
}
.noti-rapidas p a{
	color:#333;
}
.noti-rapidas p a:hover{
text-decoration:underline;
}
.noti-rapidas h2{
	font-size:15px;
	margin-top:5px;
}
.noti-rapidas h2 a{
	font-weight:bold;
	color:#444;
	text-decoration:none;
}


.tabelaclassif{
	width:auto;
	margin-left:1px;
	margin-top:4px;
	margin-bottom:15px;
	border:1px solid #ccc;
	padding:3px 3px 15px 4px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:url(../images/bg-boxes.png) repeat-x bottom;
	-moz-box-shadow:-1px 1px 1px #ddd;
	-webkit-box-shadow:-1px 1px 1px #ddd;
	box-shadow:-1px 1px 1px #ddd;
	clear:both;
	overflow:hidden;
}
.tabclassif-top{
	height:25px;
	color:#b5282f;
	line-height:23px;
	padding-left:5px;
}
.tabclassif-mid{
	color:#444;
}
.tabclassif-abas-bg{
	height:auto;
	margin-top:1px;
	width:auto;
}
.barra-azul-separa{
	height:30px;
	margin-top:1px;
	width:auto;
	background-color:#eee;
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	clear:both;
}
.tabclassif-abas-bg p{
	margin-top:6px;
	padding-left:5px;
	color:#AAA;
}

.abastab{
	list-style:none;
	margin:0;
	padding:0;
	height:31px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background:#f7f7f7;
	clear:both;
}
.abastab li{
	width:122px;
	height:27px;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	background:#FFF;
	margin-top:4px;
	margin-left:15px;
	color:#465979;
	text-align:center;
	line-height:26px;
	float:left;
	font-size:12px;
	cursor:pointer;
	-moz-border-radius:3px 3px 0px 0px;
	-webkit-border-radius:3px 3px 0px 0px;
	border-radius:3px 3px 0px 0px;
}
.abastab li.out{
	width:122px;
	height:26px;
	border:1px solid #ddd;
	background:#F3f3f3;
	margin-top:4px;
	margin-left:15px;
	color:#465979;
	text-align:center;
	line-height:25px;
	float:left;
	font-size:12px;
	cursor:pointer;
}
.abastab li.out:hover{
	width:122px;
	height:26px;
	border:1px solid #EEE;
	background:#FFF;
	margin-top:4px;
	margin-left:15px;
	color:#465979;
	text-align:center;
	line-height:25px;
	float:left;
	font-size:12px;
}
#tabelaJogos table td i{
	border:1px solid #F4E555;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#F4EAAA;
	padding:1px 3px 1px 3px;
	-moz-box-shadow:0px 0px 3px #ccc;
	font-style:normal;
}
#tabelaClassific table td b{
	border:1px solid #F4E555;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#F4EAAA;
	padding:1px 3px 1px 3px;
	-moz-box-shadow:0px 0px 3px #ccc;
	font-style:normal;
}
.publicidade-dir{
	height:120px;
	width:370px;
	overflow:hidden;
	background-color:#F2F2F2;
	border:1px solid #E9E9E9;
	background-image:url(../images/anuncie-box-index.png);
	background-repeat:no-repeat;
	background-position:center center;
	margin-top:10px;
}
.alocabuscainput{
	height:30px;
	width:196px;
	float:right;
	margin:10px;
}
.buscainput{
	background:url(../images/bg-buscainput.png) no-repeat;
	height:28px;
	width:162px;
	padding-left:2px;
	*padding-left:0px;
	line-height:28px;
	*line-height:30px;
	border:0;
	color:#777;
	margin:0; !important
}
@media screen and (-webkit-min-device-pixel-ratio:0){
.buscainput{
	background:url(../images/bg-buscainput.png) no-repeat;
	height:28px;
	width:162px;
	padding-left:2px;
	border:0;
	color:#777;
	margin-left:-4px; !important
}
}
.buttonbsc{
	margin:0px 0px 0px 0px;
	*margin:0px 0px 0px -4px;
	position:absolute;
}
body:nth-of-type(1) .buttonbsc{
	margin:0px 0px 0px -5px;		
}
#divcategoriasnoti{
}
#divcategoriasnoti h3{
	font-size:23px;
	color:#465979;
	font-weight:normal;
	margin-top:10px;
}
#esc-cat{
	
}
.buttonscat{
	height:25px;
	width:120px;
	float:left;
	margin-bottom:1px;
	line-height:25px;
	font-size:13px;
	font-weight:normal;
	padding-left:10px;
	cursor:pointer;
}
.contentcat{
	width:418px;
	overflow:hidden;
	height:372px;
	border:2px solid #FFF;
	float:right;
	margin-right:20px;
	margin-top:15px;
}
.contentcat h4{
	margin:0;
	font-weight:normal;
	padding-left:5px;
}
#ulcat{
	width:130px;
	float:left;
}
.contentcat-fst{
	padding:5px;
	color:#444;

}
.contentcat-fst span{
	font-size:17px;

}
.contentcat-fst p{
	margin-top:0px;
	font-size:12px;
}
.contentcat-other{
	height:25px;
	background:#EEE;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	margin-top:1px;
	line-height:25px;
	padding-left:5px;
	font-size:12px;
	color:#555;
}
.contentcat-other a{
	color:#333;
}
.contentcat-other a:hover{
	text-decoration:underline;
	color:#000;
}
.datesLi{
	color:#455471;
}
#carregandoAjaxNoticias{
width:84px;
height:77px;
text-align:center;
margin-left:450px;
margin-top:100px;
position:absolute;
z-index:998;
display:none;
}
.divhistlist{
padding:8px;
height:20px;
border-bottom:1px solid #eee;
}
.divhistlist:hover{
background:#f9f9f9;
}
.divhistlist a{
	color:#333333;
}
.divhistlist a:hover{
	text-decoration:underline;
}
#buscahist{
float:right;
width:200px;
height:24px;
background:#404d69;
padding:6px;
}
#buscahistinput{
border:1px solid #FFF;
background:url(../images/form-bg.png) repeat-x;
color:#555;
padding:3px;
}
#botaohist{
position:absolute;
margin-top:-4px;
margin-left:5px;
}
.envnotinput{
border:1px solid #DDD;
background:url(../images/form-bg.png) repeat-x;
color:#555;
padding:3px;
margin-bottom:10px;
width:250px;
}
.envnottextarea{
border:1px solid #DDD;
background:#FFF;
height:150px;
color:#555;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:3px;
margin-bottom:10px;
width:350px;
}
#divtermosenvio{
	width:200px;
	position:absolute;
	margin-left:740px;
	margin-top:0px;
	color:#777;
	background:#F5F5F5;
	border:1px solid #DEDEDE;
	padding:4px;
	font-size:11px;
	font-style:normal;
}
#divtermosenvio2{
	width:200px;
	position:absolute;
	margin-left:740px;
	margin-top:80px;
	background:#F5F5F5;
	border:1px solid #DEDEDE;
	color:#AAA;
	padding:4px;
	font-size:11px;
	font-style:normal;
}
.cat-Esporte{
color:#57BC79;
font-size:12px;
border-left:2px solid #CCC;
padding-left:3px;
margin-left:3px;
}
.cat-Entretenimento{
color:#FFCC33;
font-size:12px;
border-left:2px solid #CCC;
padding-left:3px;
margin-left:3px;
}
.cat-Politica{
color:#CC3300;
font-size:12px;
border-left:2px solid #CCC;
padding-left:3px;
margin-left:3px;
}
.cat-Cultura{
color:#003399;
font-size:12px;
border-left:2px solid #CCC;
padding-left:3px;
margin-left:3px;
}
.cat-Policia{
color:#000;
font-size:12px;
border-left:2px solid #CCC;
padding-left:3px;
margin-left:3px;
}
.cat-Variedades{
color:#6B87C9;
font-size:12px;
border-left:2px solid #CCC;
padding-left:3px;
margin-left:3px;
}
.cat-Informação{
color:#777;
font-size:12px;
border-left:2px solid #CCC;
padding-left:3px;
margin-left:3px;
}
#noticia-especifica-esq{
width:700px;
float:left;
font-style:normal;
}
#noticia-especifica-esq-content{
color:#333;
margin-left:5px;
}
#noticia-especifica-esq-content h2{
margin:0;
font:21px Arial, Helvetica, sans-serif;
}
#pequenadescespec{
	font:13px Arial, Helvetica, sans-serif;
	color:#666;
	
}
#dadosPublicnot{
	font:11px Arial, Helvetica, sans-serif;
	color:#999;
}
#dadosPublicnot{
	margin:5px;
	border-bottom:1px solid #CCC;
	
}
#noticia-especifica-esq-content span{
font-size:12px;
color:#959595;
}
.divsepara{
height:3px;
border-bottom:1px dotted #DDD;
}
#noticia-especifica-dir{
width:200px;
float:left;
}
.comentariosnoti{
	width:160px;
	float:right;
	margin-top:7px;
}
.divulgarnoti{
	width:170px;
	height:20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #CCC;
	background:url(../images/form-bg.png) repeat-x;
	text-align:center;
	line-height:20px;
	margin-top:2px;
	margin-left:7px;
	padding-top:4px;
	color:#555;
}
#sobrepoe-publicidade-noticia{
position:absolute;
width:370px;
height:120px;
margin-top:10px;
z-index:9999;
backgroud-color:#333;
}
#sobrepoe-publicidade-noticia a{
display:block;
width:370px;
height:120px;
background-image:url(../images/trans.png);
z-index:9999;
backgroud-color:#333;
}
.hdois{
color:#444;
font-size:18px;
font-style:normal;
}
.h5-escrevercomentario{
color:#B5282F;
font-size:15px;
font-style:normal;
margin:4px 0px 10px 0px;
}
.especifcoments{
	height:70px;
	width:350px;
	font-size:11px;
	margin-top:10px;
	overflow-y:scroll;
	overflow-x:hidden;
	color:#333;
	padding:5px;
	border:1px solid #DDD;
	display:none;
}
#resp{
	width:200px;
	border:2px solid #CCC;
	background:#FFFFFF;
	font-size:10px;
	padding:4px;
	display:none;
	color:#777;
	font-style:normal;
	margin-left:140px;
	margin-top:-40px;
	position:absolute;
	z-index:9999999;
}
#perg{
	position:relative;
}

.alocapaginacao{
	width:100%;
	height:30px;
	padding-top:5px;
	border-top:1px dotted #CCC;	
}
.paginacao-noticia{
	width:27px;
	height:29px;
	text-align:center;
	margin-right:3px;
	background:url(../images/paginacao-noticias.png) no-repeat;
	font-style:normal;
	line-height:29px; !important
	color:#fff;	
	float:left;
}
.paginacao-noticia a{
	color:#fff;	
	display:block;
}
.paginacao-noticia a:hover{
	color:#fff;
}
.paginacao-noticia-ativa{
	width:17px;
	height:29px;
	padding-left:10px;
	line-height:25px;
	margin-right:3px;
	font-weight:bold;
	background:url(../images/paginacao-noticias-ativa.png) no-repeat;
	font-style:normal;
	color:#FFF;	
	float:left;
}
.paginacao-noticia-ativa a{
	color:#FFF;	
}
#nenhumaNoticia{
	padding:10px;
	background-color:#ffcccc;
	border:1px solid #fcbbbb;
	margin-top:5px;
	color:#333333;
	text-align:center;
}
.sucessGeral{
padding:10px;
background-color:#BFF7C7;
border:1px solid #87EF94;
margin-top:5px;
color:#333333;
text-align:center;
}
#erroOpcao{
	padding:7px;
background-color:#ffcccc;
border:1px solid #fcbbbb;
margin-top:5px;
color:#333333;
text-align:center;
}

#umaNoticia{
padding:10px;
background-color:#fcf0bb;
border:1px solid #f9ecad;
color:#333333;
text-align:center;
margin:5px auto;
font-style:normal;
}
#umaShop{
width:auto;
padding:10px;
background-color:#EEE;
border:1px solid #DDD;
color:#333333;
text-align:center;
margin:2px auto;
font-style:normal;
}
.loop-video-noticias{
float:left;
width:160px;
margin:8px;
text-align:center;

}
.loop-video-noticias-vd{
width:160px;
height:110px;
background-color:#999999;
overflow:hidden;
}
.loop-video-noticias-txt{
width:85px;
font:10px Arial, Helvetica, sans-serif;
color:#333333;
line-height:11px;
}
#mask{
width:100%;
height:100%;
top:0;
left:0;
right:0;
bottom:0;
position:fixed;
z-index:40;
background-color:#eee;
opacity:0.70;
-moz-opacity: 0.80;
filter: alpha(opacity=80);
display:block;
}
#mask_center{
padding:5px;
width:400px;
left:50%;
margin-left:-200px;
background-color:#FFFFFF;
border:2px solid #CCC;
position:fixed;
color:#333333;
z-index:999999;
display:none;
}
#coments-geral{
	width:500px;
	margin-left:1px;
	margin-top:-16px;
	margin-bottom:15px;
	border:1px solid #ccc;
	padding:3px 3px 15px 4px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:url(../images/bg-boxes.png) repeat-x bottom;
	-moz-box-shadow:-1px 1px 1px #ddd;
	-webkit-box-shadow:-1px 1px 1px #ddd;
	box-shadow:-1px 1px 1px #ddd;
	overflow-x:hidden;
	overflow-y:auto;
	float:right;
	max-height:600px;
}
.coment-loop{
	float:left;
	width:490px;
	border-bottom:1px solid #E0E0E0;
	padding:5px;
	overflow:hidden;
}
.coment-dados{
	float:left;
	width:140px;
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
	margin-top:10px;
}
.coment-txt{
	float:left;
	width:310px;
	overflow:hidden;
	color:#333;
	font:12px Arial, Helvetica, sans-serif;
	background-image:url(../images/coment_sombra.png); 
	background-repeat:no-repeat;
	background-position:left top;
	padding:5px 0 0 30px;
	min-height:60px;
}
#spantermos{
	color:#039;
	cursor:pointer;	
}
.outras_noticias{
	width:auto;
	margin:10px 0px 0px 0px;
	border-bottom:1px dotted #dddddd;
	padding:3px;
} 
.outras_noticias a{
	color:#333;
	text-decoration:none;
}
.outras_noticias a:hover{
	text-decoration:underline;
}
#public-horizontal-not{
	float:left;
	width:700px;
	height:90px;
	margin:5px;
	margin-top:15px;
	overflow:hidden;
	
}
#subrepoe-publicidade-noticia-full{
	display:block;
	background-image:url(../images/trans.png);	
	width:700px;
	height:90px;
	position:absolute;
	clear:both;
	margin-left:3px;
}
#subrepoe-publicidade-noticia-full a{
	display:block;
	width:700px;
	height:90px;
	clear:both;
	background-image:url(../images/trans.png);	
}

.buttongeral{
	width:78px;
	height:35px;
	background:url(../images/button-.png) no-repeat center 0;
	color:#333;
	font-size:11px;
	text-align:center;
	border:0;
	outline:0;
	padding-bottom:2px;
}
.buttongeral:hover{
	width:78px;
	height:35px;
	background:url(../images/button-.png) no-repeat center -70px;
	color:#333;
	font-size:11px;
	text-align:center;
	border:0;
}
.buttongeral:active{
	width:78px;
	height:35px;
	background:url(../images/button-.png) no-repeat center -35px;
	color:#333;
	font-size:11px;
	padding-bottom:0;
	text-align:center;
	border:0;
}
.iframe{
	border:1px solid #FFF;
	-moz-box-shadow:#D5D5D5 0px 0px 10px;
	-webkit-box-shadow:#D5D5D5 0px 0px 10px;
	box-shadow:#D5D5D5 0px 0px 10px;
	margin-left:4px;
}
.risco-s{
	width:100%;
	height:1px;
	border-bottom:1px solid #DDD;	
}
.LkMask{
	cursor:pointer;
}
#tooltipum{
	width:247px;
	height:146px;	
	background:url(../images/pn-bar/tooltip.png) no-repeat;
	position:absolute;
	margin-top:-157px;
	margin-left:-80px;
	opacity:0;
}
#tooltipdois{
	width:247px;
	height:146px;	
	background:url(../images/pn-bar/tooltip2.png) no-repeat;
	position:absolute;
	margin-top:-157px;
	margin-left:-60px;
	opacity:0;
}
#ttip-ul{
	list-style:none;
	font-style:normal;
	margin:56px 0;
	padding:0;	
}
#ttip-ul li{
	background:none;
	border:0;
	float:none;
	color:#333;
	height:24px;
	text-align:left;
}
#ttip-ul li:hover{
	background:none;
	border:0;
}
#ttip-ul li a{
	color:#333;
}
#ttip-ul li a:hover{
	color:#069;
}
#saudacc{
	font-style:normal;
	color:#444;
	padding-left:5px;
	font-size:11px;
	line-height:23px;	
	float:left;
	text-align:center;
	width:195px;
}
#prin1 a:hover{
	color:#FC3;
}
#prin2 a:hover{
	color:#DA4A4F;
}
#prin3 a:hover{
	color:#7DB139;
}
#prin4 a:hover{
	color:#B9A47E;
}
#prin5 a:hover{
	color:#6294E5;
}
#prin6 a:hover{
	color:#F69D33;
}
#prin7 a:hover{
	color:#B39B71;
}
#prin8 a:hover{
	color:#663333;
}
#menumenu ul li a{
	display:block;	
}
#topoNots{
	border-bottom:1px dotted #CCC;
	height:52px;
	padding-top:6px;
	margin:0px 7px 10px 7px;
} 
#topoNotsIcon{
	float:left;
	width:60px;
	height:42px;
	margin:3px 0 6px;
}
#menuNots{
	float:left;
	width:400px;
}
#menuNots ul{
	margin:0;
	padding:0;
	list-style:none;
	margin-top:15px;
}
#menuNots ul li{
	float:left;
	border-right:1px solid #CCC;
	text-align:center;
	padding:0 10px;
}
#menuNots ul li a{
	font:12px Arial, Helvetica, sans-serif;
	color:#da4a4f;
}
#menuNots ul li a:hover{
	text-decoration:underline;
}

#menuServ{
	float:left;
	width:500px;
	margin-left:5px;
}
#menuServ ul{
	margin:0;
	padding:0;
	list-style:none;
	margin-top:15px;
}
#menuServ ul li{
	float:left;
	border-right:1px solid #CCC;
	text-align:center;
	padding:0 10px;
}
#menuServ ul li a{
	font:14px Arial, Helvetica, sans-serif;
	color:#b39d78;
	font-size:12px;
}
#menuServ ul li a:hover{
	text-decoration:underline;
}
#menuShop{
	float:left;
	width:500px;
	margin-left:5px;
}
#menuShop ul{
	margin:0;
	padding:0;
	list-style:none;
	margin-top:15px;
}
#menuShop ul li{
	float:left;
	border-right:1px solid #CCC;
	text-align:center;
	padding:0 10px;
}
#menuShop ul li a{
	font:14px Arial, Helvetica, sans-serif;
	color:#79ad34;
	font-size:12px;
}
#menuShop ul li a:hover{
	text-decoration:underline;
}
#menuAuto{
	float:left;
	width:500px;
	margin-left:5px;
}
#menuAuto ul{
	margin:0;
	padding:0;
	list-style:none;
	margin-top:15px;
}
#menuAuto ul li{
	float:left;
	border-right:1px solid #CCC;
	text-align:center;
	padding:0 10px;
}
#menuAuto ul li a{
	font:14px Arial, Helvetica, sans-serif;
	color:#6294e5;
	font-size:12px;
}
#menuAuto ul li a:hover{
	text-decoration:underline;
}



#menuClass{
	float:left;
	width:500px;
	margin-left:5px;
}
#menuClass ul{
	margin:0;
	padding:0;
	list-style:none;
	margin-top:15px;
}
#menuClass ul li{
	float:left;
	border-right:1px solid #CCC;
	text-align:center;
	padding:0 10px;
}
#menuClass ul li a{
	font:14px Arial, Helvetica, sans-serif;
	color:#639394;
	font-size:12px;
}
#menuClass ul li a:hover{
	text-decoration:underline;
}
.botaogeral{
	width:108px;
	height:27px;
	background:url(../images/botaogeralzao.png) no-repeat;
	text-align:center;
	color:#444;
	border:0;
	font-style:normal;
	line-height:23px;	
}
.botaogeralGG{
	width:170px;
	height:27px;
	background:url(../images/botaogeralzaoGG.png) no-repeat;
	text-align:center;
	color:#444;
	border:0;
	font-style:normal;
	line-height:23px;
	text-shadow:#EEE 0px 1px 0px;
	cursor:pointer;	
}
.avisoYellow{
	width:auto;
	border:2px solid #c7cd5a;
	background-color:#f9ff92;
	padding:8px;
	text-align:center;
	color:#333;
	margin:0 auto;
	font:15px Arial, Helvetica, sans-serif;
	font-weight:bold;	
	display:none;	
}
.avisoYellow span{
	font-size:10px;
	color:#c7cd5a;
	cursor:pointer;
}
.bgeral{
	width:116px;
	height:31px;
	background:url(../images/botaoeventos.png) no-repeat;
	text-align:center;
	color:#333;
	line-height:30px;
	font-style:normal;
	text-shadow:#FEE6D0 0px 1px 0px;
	cursor:pointer;	
	margin:0 auto;	
}
#commeventossas{
	width:auto;
	height:300px;
	border:1px solid #ccc;	
}
.botao2{
	width:108px;
	height:27px;
	background:url(../images/btnbg-03132.png) no-repeat;
	font-style:normal;
	font-size:11px;
	line-height:27px;
	text-align:center;
	cursor:pointer;
}
.botao2 a{
	color:#555;	
}
.botao2 a:hover{
	color:#333;
}
.barraprgeral{
	width:auto;
	height:29px;
	background:#F8F8F8;
	border-top:1px solid #EEE;
	border-bottom:1px solid #EEE;	
	line-height:29px;
	font-style:normal;
}
#overlaychat{
	width:100%;
	height:100%;
	position:fixed;
	background:url(../images/chat/bg-overlay.png) repeat;	
	z-index:999;
}
#chatbox{
	width:863px;
	height:477px;
	position:absolute;
	left:50%;
	margin-left:-431px;
	z-index:9999;
	font-style:normal;
}
#chatbox span{
	font-size:15px;
	font-weight:bold;
}
.chatblue{
	color:#8e9cad;	
}
#barratopo{
	height:39px;
	background:url(../images/chat/bg-barra-topo.png) no-repeat #FFA119;	
	border-bottom:1px solid #F18F00;
	margin-bottom:9px;
}
#chatbarraleft{
	width:400px;
	float:left;	
}
#chatbarraright{
	width:200px;
	float:right;	
	margin-top:-6px;
}
.imgaa{
	margin-top:10px;
	float:right;
	width:100px;
	height:40px;
	line-height:40px;	
	color:#fff;
	text-align:right;
}
.imgaa span:hover{
	cursor:pointer;
	color:#A4660B;
}
#chattudotopo{
	width:843px;
	margin:0 auto;	
}
#chattudoroda{
	width:843px;
	margin:0 auto;	
}
#txtareachataloca{
	width:638px;
	height:350px;
	margin-right:5px;
	float:left;	
	overflow-y:scroll;
	overflow-x:hidden;
	border:1px solid #d6d6d6;
	background:url(../images/bg-acc.png) repeat-x #fff;
}
#userschataloca{
	width:195px;
	overflow-y:scroll;
	height:350px;
	float:left;
}
.listausuarios{
	height:25px;
	line-height:25px;
	border-bottom:1px dotted #EEE;
	padding-left:3px;
}
.divriscoazul{
	width:100%;
	height:1px;
	margin-top:3px;
	background:#65778d;	
}
#txtareachat{
	width:638px;
	float:left;
	border:0;
	margin:0 auto;	
}
#inputchat{
	width:689px;
	height:63px;
	background:url(../images/chat/bg-input.png) no-repeat;
	padding:0px 6px 8px 6px;
	border:0;
	font-size:14px;
	color:#777;
	
}
#locinput{
	margin-top:-0px;
	float:left;
	width:629px;
	margin-right:10px;
	margin-left:-4px;	
}
#locbut{
	float:right;
	margin-right:-4px;	
}
#barmid{
	width:843px;
	margin:0 auto;
	height:6px;
	background:url(../images/chat/bg-bar-mid.png) repeat-x;	
}
.divlista1{
	width:auto;
	padding:5px 0px 5px 5px;
	font-size:12px;	
	background:#f4f4f4;
	color:#555;
}
.divlista2{
	width:auto;
	padding:5px 0px 5px 5px;
	background:#fff;
	font-size:12px;	
	color:#555;
}
.chatnome{
	color:#444;	
	font-size:13px;
}
#voce{
	width:35px;
	height:13px;
	background:url(../images/chat/voce.png) no-repeat;
	position:absolute;
	margin-top:2px;
	margin-left:2px;
}
#chatbartop{
	width:191px;
	height:32px;
	background:url(../images/chat/bg-chat-barra-topo.png) no-repeat;
	position:fixed;
	z-index:9999;
	color:#fff;
	bottom:0;
	z-index:20;
	right:0;
	cursor:pointer;
}
#imgicon{
	width:11px;
	height:11px;
	background:url(../images/chat/imgon.png) no-repeat;
	position:absolute;
	margin:10px 0px 0px 12px;
	display:none;	
}
#imgicon2{
	width:11px;
	height:11px;
	background:url(../images/chat/imgoff.png) no-repeat;
	position:absolute;
	margin:10px 0px 0px 12px;	
	opacity:0;
}
#frasechat{
	line-height:31px;
	font-size:14px;
	font-style:normal;
	position:absolute;
	margin:4px 0px 0px 10px;	
}
#totalchat{
	width:20px;
	position:absolute;
	margin:10px 0px 0px 154px;
	font-size:16px;
	font-style:normal;
	text-align:center;	
	font-weight:bold;	
}
#escmais{
	width:15px;
	height:15px;
	background:url(../images/chat/escmais.png);
	position:absolute;	
	margin:16px 0px 0px 167px;
	display:none;
}
#muralenviando{
	width:100px;
	position:absolute;
	font-size:11px;
	font-weight:normal;
	margin-left:320px;
	margin-top:-13px;
	font-color:#222;	
}
.loopParceiros{
	width:110px;
	height:80px;
	overflow:hidden;
	float:left;
	margin-left:15px;
}
.loop-video-noticias{
float:left;
width:90px;
height:90px;
margin:8px;
text-align:center;
}
.loop-video-noticias-vd{
width:90px;
height:60px;
overflow:hidden;
border:1px solid #CCC;
}
#x-sair{
	width:27px;
	height:27px;
	background:url(../images/x-laranja.png) no-repeat;
	position:absolute;
	margin-left:843px;	
	margin-top:-6px;
	cursor:pointer;
}
.tableborder{
	border-bottom:1px solid #ddd;	
}
#imgsNots{
	float:right;
	width:300px;
	height:300px;
	background-color:#930;
}
#imgsNotsThumb{
	border:1px solid #999;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin-top:10px;
}







.barsProm{
	width:280px;
	height:31px;

}
.barsPromTrue{
	float:left;
	width:1px;
	text-align:center;
	color:#fff;
	font-size:10px;
	line-height:30px;
	background:url(../images/enquete-mid.png) repeat-x;
	height:31px;
}
.prom-right{
	background:url(../images/enquete-right.png) no-repeat;
	width:8px;
	height:31px;
	float:left;	
}
.prom-left{
	background:url(../images/enquete-left.png) no-repeat;
	width:8px;
	height:31px;
	float:left;	
}
.nomegrande{
	font-size:22px;	
	color:#444;
}
.oferecimento{
	color:#444;
	font-size:11px;	
	padding-bottom:3px;
	margin: 0px 0px 5px 0px;
}
#box-busca-noticia{
	width:auto;
	margin-left:1px;
	margin-top:4px;
	margin-bottom:15px;
	padding:3px 3px 15px 4px;
	background:url(../images/bg-boxes.png) repeat-x bottom;

}
#acpDiv{
	float:right;
	width:230px;
	margin-left:1px;
	margin-top:4px;
	margin-bottom:8px;
	border:1px solid #ccc;
	padding:3px 3px 15px 4px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:url(../images/bg-boxes.png) repeat-x bottom;
	-moz-box-shadow:-1px 1px 1px #ddd;
	-webkit-box-shadow:-1px 1px 1px #ddd;
	box-shadow:-1px 1px 1px #ddd;	
}
.titulo-outrasnews{
	height:25px;
	color:#b5282f;
	line-height:23px;
	padding-left:5px;
	margin:0;
}
#postarcomment-noticias{
	float:right;
	width:230px;
	margin-left:1px;
	margin-top:4px;
	margin-bottom:15px;
	border:1px solid #ccc;
	padding:3px 3px 15px 4px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:url(../images/bg-boxes.png) repeat-x bottom;
	-moz-box-shadow:-1px 1px 1px #ddd;
	-webkit-box-shadow:-1px 1px 1px #ddd;
	box-shadow:-1px 1px 1px #ddd;		
}
#divclassifouef{
	width:auto;
	border-bottom:1px solid #ccc;
	height:30px;
	line-height:29px;
	padding-left:5px;
	color:#AD9872;	
}
.anunciar-classificado{
	width:200px;
	height:25px;
	border:1px solid #ccc;
	background:#fff;
		
}
.videos-noticias{
	width:auto;
	margin-left:1px;
	margin-top:4px;
	margin-bottom:15px;
	border:1px solid #ccc;
	padding:3px 3px 15px 4px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:url(../images/bg-boxes.png) repeat-x bottom;
	-moz-box-shadow:-1px 1px 1px #ddd;
	-webkit-box-shadow:-1px 1px 1px #ddd;
	box-shadow:-1px 1px 1px #ddd;	
	min-height:128px;
}
#tabelatempo-topo{
	color:#444;
	font-size:13px;
	background:#eee;
	height:25px;	
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	border-top:1px solid #aaa;
	-moz-border-radius:3px 3px 0px 0px;
	-webkit-border-radius:3px 3px 0px 0px;
	border-radius:3px 3px 0px 0px;
}
#tabelatempo{
	width:auto;
	color:#444;
	font-size:13px;	
	height:100px;
	margin-top:20px;
}
.tempos{
	width:130px;
	border-right:1px dotted #ccc;
	float:left;
	padding:0px 3px 0px 4px;
	text-align:center;
}
.minor{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#999;	
}
.tempos-dia{
	font-family:Verdana, Geneva, sans-serif;
	width:auto;
	text-align:center;
	color:#555;
	font-size:13px;
}
.tempos img{
	border:2px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin:5px 0px 5px 0px;
}
#textoNots{
	float:left;
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
	width:700px;
}
#divalmk{
	text-align:center;
	margin-top:230px;

}
#batepapoTitle{
	text-align:center;
	color:#FFF;
	font:23px Arial, Helvetica, sans-serif;
}
#divcarregandochat{
	background:url(http://portalrondon.com.br/images/carregando.gif);
	height:77px;
	margin-left:200px;
	margin-top:200px;
	position:absolute;
}
.formchat{
	width:285px;
	height:50px;
	line-height:50px;
	font-size:16px;
	background:transparent;
    border:none;
    color:#999;
	margin-bottom:20px;
	text-align:center;
}
#blockChat{
		background-color:#ffac25;
		height:477px;
		width:863px;
		margin-top:0;
	
}
.sombrasChat{
	-moz-box-shadow:0px 2px 5px #666;
	background-color:#efefef;
	
}
.menutopps{
	width:410px;
	height:310px;
	overflow:hidden;
	background:url(../images/bg-menus.png) no-repeat #eee;
	-moz-box-shadow:0px 2px 5px #666;
	padding:5px 5px 0px 5px;
	position:absolute;
	z-index:55;
	margin:44px 0px 0px 400px;
	color:#333;
	display:none;
}
.divlistaservicos{
	width:145px;
	float:left;
	font-style:normal;	
}
.divlistaservicos ul{
	list-style:none;
	margin:0;
	padding:0;
}
.divlistaservicos ul li.titulo{
	margin-top:10px;
	margin-bottom:6px;
	color:#5d5d5d;
	font-size:17px;
}
.divlistaservicos ul li{
	color:#8d8d8d;
	font-size:11px;
	height:16px;
}
.divlistaservicos ul li a{
	color:#8d8d8d;
}
.divlistaservicos ul li a:hover{
	color:#8d8d8d;
	text-decoration:underline;
}
.pub{
	width:45px;
	height:7px;
	background:url(../images/publicidade/publicidade.png) no-repeat;	
}
#divajudachat{
	position:fixed;
	bottom:40px;
	right:4px;
	border:2px solid #03C;
	background:#DCE1F8;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	-moz-box-shadow:0px 0px 9px #555;
	-webkit-box-shadow:0px 0px 9px #555;
	box-shadow:0px 0px 9px #555;
	z-index:60;
	padding:4px;
	width:200px;
	height:120px;	
}
#x-chat{
	width:181px;
	height:18px;
	background:url(../images/chat/x-chat.png) no-repeat;
	position:absolute;
	z-index:60;
	margin-left:180px;
	margin-top:-4px;
	cursor:pointer;
}
#errologinchat{
	width:150px;
	padding:5px;
	color:#E47070;
	color:#333;
	position:absolute;
	text-align:center;
	font-size:15px;
}
.proximoseventos{
	font-size:15px;
	color:#AE9873;
	margin-top:3px;
	margin-bottom:7px;
	padding-left:5px;
}
#alocaeventosindex{
	width:autp;
	margin-top:29px;
	*margin-top:-9px;	
}
.listaeventosindex{
	width:auto;
	height:34px;
	background:url(../images/bg-eventosnfowj.png) repeat-x #f4bd01;	
	border-top:1px solid #CD9F01;
	border-bottom:1px solid #FECE29;
	clear:both;
	color:#333;
}
.dataev{
	width:41px;
	height:35px;
	background:url(../images/bg-afct-evnt-index.png) no-repeat right 4px;
	float:left;	
	cursor:default;
}
.datamaior{
	font-size:18px;	
	text-align:center;
	font-weight:bold;
}
.mesmenor{
	font-size:12px;	
	text-align:center;
	margin-top:-3px;
}
.nomeevento{
	width:312px;
	height:18px;
	overflow:hidden;
	padding-top:9px;
	padding-left:3px;	
	float:left;
}
.nomeevento a{
	color:#333;	
}
.nomeevento a:hover{
	text-decoration:underline;	
}
.botaovermais{
	width:45px;
	height:27px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #CB9D01;
	float:left;
	margin-top:3px;
	background:url(../images/isjanraosap.png) repeat-x;
	font-size:9px;
	color:#888;
	text-shadow:0px 1px 0px #f9f9f9;
	text-align:center;
	line-height:27px;
}
.botaovermais a{
	color:#555;
	text-shadow:0px 1px 0px #f9f9f9;
	display:block;
}
.botaovermais a:hover{
	color:#333;
}
.botaovermais a:active{
	padding:1px 0px 0px 1px;
}
.miniImgNot{
	height:70px;
	width:100px;
	overflow:hidden;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:2px solid #B5282F;	
	float:left;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:10px;
	text-align:center;
}
.divlistashopmenores{
	width:182px;
	height:82px;
	float:left;	
	font-size:10px;
	color:#222;
	overflow:hidden;
	border:1px solid #ddd;
	padding:4px;
	margin-top:4px;
	margin-left:4px;
}
.imglistasshopmenores{
	width:86px;
	height:70px;
	border:1px solid #333;
	float:left;
	margin-right:4px;
	overflow:hidden;
}
.shopmdivdescricao{
	height:39px;
	overflow:hidden;
}
.detlistasshopmenores{
	width:86px;
	float:left;	
}
#aaol{
	padding:3px 0px 0px 5px;	
}
#online-batepapo{
	position:absolute;
	margin-top:10px;
	margin-left:172px;
	width:25px;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-size:15px;	
	font-weight:bold;
}
.loopLinks{
	padding:0px 10px 0px 10px;
	float:left;
	border-right:1px solid #ccc;
	margin-bottom:4px;	
}
.linkindexdest a{
	color:#000;
}
.linkindexdest a:hover{
	text-decoration:underline;
}
.shopmdivdescricao a{
	color:#333;
}
#dadosPublicnot{
	font:11px Arial, Helvetica, sans-serif;
	color:#999;
}


/*Formularios*/
.fieldset-formularios{
	width:290px;
	padding:5px;	
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:url(../images/bg-boxes.png) repeat-x bottom #fff;
	margin-bottom:10px;
}
.fieldset-formularios legend{
	padding:0px 6px 0px 6px;	
}
#alinhabotao-enviar{
	width:306px;
	text-align:right;
}
/*Fim formularios*/

.titulopol{
	font-size:20px;
	color:#222;	
}
.subtitulopol{
	font-size:16px;
	color:#333;	
}
.adm_post{
	color:#33BB5A;
	text-shadow:0 0 3px #BBE8CA;
	font-size:15px;
	font-weight:normal;	
}
