@charset "utf-8";
/* CSS Document */
html {
	background: #fff;
}
body {
	background: #fff url(img/searchBarBG.png) repeat-x top center;
	font: normal 12px/180% Arial, Tahoma, Verdana;
	color: #333;
	line-height: 1.4em;
	text-align: center;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font: 500 100% Arial, Tahoma, Geneva, sans-serif;
	margin: 0.2em 0 0.4em 0;
	text-align: left;
}
h1 {
	font-size: 2.2em;
	line-height:normal;
	margin: 0;
}
h2 {
	font-size: 1.9em;
	font-weight: 600;
	margin:0.1em 0 0.05em 0;
}
h2.cidadeTitulo{
	font: bolder 1.75em Arial, Tahoma, Geneva, sans-serif;
	color: #000;
	margin: 0 0 7px 0;
	border-bottom: 3px solid #d6d6d6;
	padding-bottom: 1px;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1em;
	margin: 0;
	font-weight: bold;
}
h5 {
	font-size: 1em;
	margin: 0;
}
h6 {
	font-size: 1em;
	margin: 0;
}
#header {
	z-index: 2;
	position: relative;
}
#dataBar, #flashBar, #searchBar{
	height: 40px;	
	line-height: 40px;
	margin-top: 10px;
	margin-bottom:5px;
}
#dataBar{
	color: #218E9E;
}
#flashBar .caixa{
	border-left: 1px solid #ccc;	
	border-right: 1px solid #ccc;
	margin: 5px 0;
	line-height: 30px;
}
#searchBar{
	line-height: 40px;
	padding-top:3px;
	text-align: right
}
#searchBar .campoBusca{
	width:198px;
	border: 1px solid #999;
	height: 18px;
	padding: 5px 6px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #666;
	vertical-align:middle;
	margin: 0;
}
#searchBar .botaoBusca{
	vertical-align:middle;
	margin: 0;
}
.menuHorizontal div{
	width: 150px;
	display:inline-block;
	float: left;
	padding:0 4px;
}
.mundoBT, .cotidianoBT, .esportesBT, .eventosBT, .classificadosBT, .recadosBT{
	background: url(img/menuBG4.png) no-repeat 0px 0px;	
	margin-bottom: 0;
	width:150px;
	height: 39px;
}
a:hover .mundoBT{
	background-position: 0px -40px;	
}
.cotidianoBT{
	background-position: -158px 0px;	
}
a:hover .cotidianoBT{
	background-position: -158px -40px;	
}
.esportesBT{
	background-position: -316px 0px;	
}
a:hover .esportesBT{
	background-position: -316px -40px;	
}
.eventosBT{
	background-position: -474px 0px;	
}
a:hover .eventosBT{
	background-position: -474px -40px;	
}
.classificadosBT{
	background-position: -632px 0px;	
}
a:hover .classificadosBT{
	background-position: -632px -40px;	
}
.recadosBT{
	background-position: -790px 0px;	
}
a:hover .recadosBT{
	background-position: -790px -40px;	
}
#rotativo{
	height:70px;
	position: relative;
}
#rotativo li{
	height: 70px;
	position: absolute;
	left:0px;
	top: 0px;
}
#rotativo2{
	height:100px;
	position: relative;
}
#rotativo2 li{
	height: 100px;
	position: absolute;
	left:0px;
	top: 0px;
}
.navList{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px;
}
.navList li{
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #dfdfdf;
}
.navList li a.atual{
	background: #eee;
}
.navList li a{
	color: #333;
	display: block;
	width:136px;
	padding: 3px 2px;
}
.navList li a:hover{
	color: #fff;
	background: #333;
}
#wrap{
	text-align: left;	
}
#aside{ /* conteudo */
z-index: 1;

}
#aside>div{
	
}
#sidebar {

}
.voltar {
	margin-top: 20px;
	font-size: 1.2em;
	clear: both;
	text-align: left;
}
/* FORMS */
.inputImg {
	margin: 0;
	vertical-align: middle;
}
fieldset {
	padding: 15px 5px 0;
	border: 0;
}
fieldset {
	padding: 5px;
	border: 1px solid #F0EED2;
	line-height:2em;
	z-index:20;
	position: relative;
	margin-top:0;
}
label {
	float: left;
	display: block;
	padding: 6px 5px 2px 0;
	line-height: 18px;
	font-weight: normal;
	font-size: 1.25em;
	color: #333;
}
.textarea, .campo, .select, .botao {
	border: 1px inset #999;
	background: #fff;
	width: auto;
	font: normal 16px Arial, Tahoma, sans-serif;
	margin: 2px 0 0 1px;
	float: left;
	padding: 5px 6px;
	line-height: 20px;
	color: #333;
}
.textarea{
	width: 320px;
	font: normal 1.065em Arial, Tahoma, sans-serif;
	overflow: auto;
}
.campo, .select {
	width: 320px;
	height: 18px;
	vertical-align: middle;
}
.textarea:hover, .textarea:focus, .campo:hover, .campo:focus, .select:hover, .select:focus {
	border-color: #36F;
}
.select {
}
option {
	background: none;
}
.botao {
	border: 2px solid #d6d6d6;
	background: #fff;
	color: #36F;
	margin-top: 4px;
	vertical-align: middle;
	padding: 3px 4px;
	line-height: normal;
	font-size: 1em;
	font-weight: bold;
}
.botao:hover, .botao:focus {
	color: #fff;
	background: #36f;
}
.checkbox, .radio {
	margin: 0 3px 0 0!important;
	border: 0;
}
.cadastrar{
	background: url(class_img/cadastrar.png) no-repeat left top;	
	height: 30px;
	width:100px;
	text-align: center;
	float: left;
	display: block;
	margin-top: 10px;
}
.cadastrar:hover{
	background-position: left -30px;	
}
.enviar{
	background: url(class_img/enviar.png) no-repeat left top;	
	height: 30px;
	width:100px;
	text-align: center;
	float: left;
	display: block;
	margin-top: 10px;
}
.enviar:hover{
	background-position: left -30px;	
}
.entrar{
	background: url(class_img/entrar.png) no-repeat left top;	
	height: 30px;
	width:100px;
	text-align: center;
	float: left;
	display: block;
	margin-top: 10px;
}
.entrar:hover{
	background-position: left -30px;	
}
/* FIM FORMS*/
#footer {
	background:#218E9E;
	padding-top:5px;
	color: #fff;
	text-align: left;
	border-top: 5px solid #1A707B;
}
#footer a, #footer a:visited {
	color: #fff;
}
#footer a:hover {
	color: #D2E9F9;
}
#footer .hora{
	color: #ccc;
	margin-bottom: 10px;
}
/* =-=-=-=-=-=-=-==-=-=-=-=-=-=-==-=-=-=-=-=-=-==-=-=-=-=-=-=-==-=-=-=-=-=-=-= */
.assinatura{
	background:#1A707B;
	padding: 10px 0;
	text-align: center;
	color: #D1E1E5;
}
.topLine{
	border-bottom: 1px solid #ddd;
	height:9px;
	margin-bottom: 10px;
}
.linemundo, .linecotidiano, .lineesporte, .lineeventos, .linecidade{
	height: 5px;
	margin-bottom: 10px;
}
.linemundo{
	background: #c00;
}
.linecotidiano{
	background: #36f;
}
.lineesporte{
	background: #4E6E0B;
}
.lineeventos{
	background: #f60;
}
.linecidade{
	background: #333;
}
.linkmundo a{
	color:#c00;
}
.linkcotidiano a{
	color:#36f;
}
.linkesporte a{
	color:#4E6E0B;
}
.linkeventos a{
	color:#F60;
}
.linkeundo a:hover,
.linkcotidiano a:hover,
.linkesporte a:hover,
.linkeventos a:hover{
	color:#333;
}
.linkmundo .maisNoticias a{
	color:#c00;
}
.linkmundo .maisNoticias a:hover{
	background: #c00;
	color: #fff;
}
.linkcotidiano .maisNoticias a{
	color:#36f;
}
.linkcotidiano .maisNoticias a:hover{
	background: #36f;
	color: #fff;
}
.linkesporte .maisNoticias a{
	color:#4E6E0B;
}
.linkesporte .maisNoticias a:hover{
	background: #4E6E0B;
	color: #fff;
}
.linkeventos .maisNoticias a{
	color:#f60;
}
.linkeventos .maisNoticias a:hover{
	background: #f60;
	color: #fff;
}

.banner, .banner540x90{
	padding-top: 10px;
	background: url(img/publicidadeBG.gif) no-repeat right 2px;
}
.banner540x90{
	margin: 0;
	width:540px;
	height: 90px;
	margin-bottom: 15px;	
}
.b220x100 img{
	margin: 0;
	margin-bottom: 5px;
}
.manchete{
	position: relative;	
	z-index: 1
}
.mancheteSemFoto{
	min-height: 225px;
}
.manchete img{
	z-index:2;	
}
.manchete div.titulo{
	background: url(img/mancheteBG.png) repeat;
	color: #fff;
	font-size: 11px;
	padding: 5px;
	position:absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	width: 290px;
	line-height: normal
}
.manchete div.titulo a{
	color: #fff!important;
}
.manchete div.titulo a span{
	color:#CFC!important;
	font-weight: bold;
}
.manchete div.titulo a:hover{
	text-decoration:underline!important;
	color: #fff!important;
}
.noticiasDestaque{
/*	margin: 0 0 13px 0;*/
	margin: 0 0 15px 0;
}
.hora, .assunto{
	font-size: 11px;
	line-height: normal
}
.hora{
	color: #777;
}
.assunto{
	color: #444;
}

.linkList{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 220px;
}
.linkList li{
	display: block;
	border: 1px solid #ddd;
	margin: 2px 0 0 0;
}
.linkList li a{
	display: block;
	padding: 4px;
}
.linkList li a:hover{
	color: #fff;
	background: #333;
}

.personalidades, .enquete, .links{
	border-bottom: 5px solid #333;
	padding-bottom:2px;
}
.links{
	margin-bottom: 10px;	
}
.enquete{
	border-bottom-color: #6633FF;	
}

.enquete .btEnquete, .enquete a{
	border: 0;
	background: none;
	padding: 0 5px;
	font-size: 12px;
	color: #6633FF;
	font-weight: bold;
	display:inline;
}
.enquete a{
	font-weight: normal;	
}
.enquete .btEnquete:hover, .enquete a:hover{
	cursor: pointer	;
	color: #000;
}
.maisNoticias{
	height: 48px;
	border: 2px solid #d6d6d6;
	width: 286px;
	margin: 10px auto;
	text-align: center;
}
.maisNoticias a{
	display:block;
	width: 286px;
	vertical-align:middle;
	line-height:48px;
	height:48px;
	background: #fff;
	color:#36F;
	font-weight: bold;
}
.maisNoticias a:hover{
	background: #36f;
	color: #fff;
}
.vicn, .aicn{
	vertical-align: middle;
	margin-right:3px;
	width:13px;
	height:13px;
	background: url(img/mediaBG.gif) no-repeat left top;
}
a:hover .aicn{
	background-position: left bottom;	
}
.vicn{
	background: url(img/mediaBG.gif) no-repeat -20px top;
}
a:hover .vicn{
	background-position: -20px bottom;	
}
.midia{
	width: 320px;
	float: left;
	margin-bottom: 2px;
}
.midia .legenda{
	font-size: 11px!important;
	color: #666!important;
	padding-bottom: 5px!important;
	padding-right:10px;
}
.midia .foto{
	border: 3px double #d6d6d6;
	background: #fff;
	margin:0 6px 6px 0;
}
.midia .video{
	border: 3px double #d6d6d6;
	background: #fff;
	margin:0;
	width:300px;
}
.midia a:hover .foto{
	border-color: #666;	
}
.midia .principal{
	margin-bottom:0;	
}
.midia #player{
	color: #333!important;
	font-weight: bold!important;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 0 0;
	width:306px;
}
.footerNoticia{
	border-top: 1px solid #d6d6d6;	
	border-bottom: 1px solid #d6d6d6;
	padding: 7px 0;
	margin:10px 0;
	font-size: 0.9em;
}
.footerNoticia img{
	vertical-align: middle;	
	background: #fcfcfc;
}
.footerNoticia a{
	color: #333!important;
	margin: 0 3px;
}
.footerNoticia a:hover{
	text-decoration: underline	
}
.resumo{
	font-weight: normal;
	margin-bottom:3px;
	margin-top: 7px;
	font-size: 1.3em;
	padding-bottom: 5px;
	line-height: 1.35em;
	border-bottom: 1px solid #ccc;
}
#enviaAmigo{
	margin-top: 5px;
	border: 1px solid #d6d6d6;
	padding: 10px;
	background: #fcfcfc;
}
#enviaComentario{
	margin-top: 5px;
	border: 1px solid #d6d6d6;
	padding: 10px;
	background: #fcfcfc;
}
#relacionadas{
	border: 0;
	padding: 10px 0;
}
#comentarios, #enquetes{
	margin-top: 5px;
	border: 2px solid #d6d6d6;
	border-left:0;
	border-right: 0;
	padding: 10px 0;
}
#enquetes{
	border-top: 0;	
}
#enquetes label{
	vertical-align: middle;
	padding: 4px 0 3px 3px;
	font-size:0.9em;
}
#enquetes input[type=radio]{
	vertical-align: middle;
	margin: 4px 0 3px 3px;
}
#enquetes .btEnquete, #enquetes a{
	border: 0;
	background: none;
	padding: 0 5px;
	font-size: 12px;
	color: #6633FF;
	font-weight: bold;
	display:inline;
	margin-top: 5px;
}
#enquetes a{
	font-weight: normal;	
}
#enquetes .btEnquete:hover, #enquetes a:hover{
	cursor: pointer	;
	color: #000;
}
#enquetes .finalizada{
	padding:3px;
	border: 2px solid #F60;
	width:150px;
	text-align: center;
	color:#F60;
	font-size: 0.9em;
}
#comentarios h4, #relacionadas h4, #enquetes h4{
	margin-bottom: 10px;
	font-size: 1.4em
}
#comentarios dt, #enquetes dt{
	font-size: 1.1em;
	color: #222;
	font-weight: bold;
}
#enquetes dt{
	margin-bottom: 3px;	
}
#comentarios dd, #enquetes dd{
	margin-bottom: 20px;
	font-size: 1.15em;
}
#enquetes dd{
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 20px;
	padding-bottom:5px;
}
#comentarios dd.hora, #enquetes dd.hora{
	margin: 0;
	font-size: 0.9em;
}
.foto{
	border: 3px double #d6d6d6;
	background: #fff;
	margin:0 6px 6px 0;
}
.thumbEvento{
	border: 3px double #d6d6d6;
	background: #fff;
	margin:0 1px 1px 0;
}
.foto:hover, .thumbEvento:hover{
	border-color: #999;	
}
.fotoEvento{
	border: 1px solid #d6d6d6;
	padding: 1px;
	background: #fff;
	margin:0 6px 6px 0;
}
.descricaoEventos{
	width: 306px;
	float: left;
	margin: 0 6px 2px 0;
	font-size: 1.065em;
}
.cotacoes img{
	display: none;	
}
.edital{
	padding-top: 2px;
	margin-bottom: 0;
	padding-bottom:0;
}
small{
	font-size: 90%;	
}
