/* estrutura */
* {
margin:0;
padding:0;
border:0;
}

Html {
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
}
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(img/bg-geral.gif);
}

a:link  { text-decoration: none; color: #555555; }  /* estilo do link no estado inicial */
a:visited { text-decoration: none;  color: #333333; } /* estilo do link visitado */ 
a:hover { text-decoration: none;  color: #FF9900; } /*estilo do link quando passa-se o mouse sobre ele */
/* a:active { text-decoration: none; }  estilo do link ativo (o que foi "clicado") */

a.rodape:link {text-decoration: none; color: #999;} /* estilo do link no estado inicial */
a.rodape:hover {text-decoration: none; color: #999; border-bottom: dotted #fff 1px;}
a.rodape:visited { text-decoration: none;  color: #999; } /* visitado */
a.rodape:active { text-decoration: none; color: #999;}  /* link ativo (o que foi "clicado") */

#pagina {
	width: 930px;
	height: auto;
	padding: 5px 5px 5px 5px;
	margin: 5px auto;
	background-color: #FFFFFF;
	text-align: left;	
}
#super_banner {
    width: 928px;
	height: 94px;
	padding: 0px;
	margin: 0px;
	border: 1px solid  #999999;
}
#super_banner_esp_horizontal {
    width: 926px;
	height: 2px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;

	}
	
#super_banner_esp {
    width: 15px;
	height: 90px;
	float: left;
	}
	
#super_banner_esq {
	float: left;
	width: 120px;
	height: 90px;
}
#super_banner_centro {
	float: left;
	width: 728px;
	height: 90px;
	}
#super_banner_publicidade {
	float: left;
	width: 15px;
	height: 90px;
	background-image: url(/img/publicidade.gif);
	background-image: no-repeat left center;
}

#barra_topo {
	float: left;
	width: 930px;
	height: 14px;
	padding: 0px 0px;
	margin-boton: 3px;
	background-image: url(/img/bg-barra-topo-b.gif);
	}
#topo {
	float: left;
	width: 930px;
	height:150PX;
	padding: 0px 0px;
	margin: 0px;
	}
#topo_esq {
	float: left;
	width: 513px;
	height: 150px; /* 149 */
	padding: 0px 0px;
	margin: 0px 0px;
	}
#logotipo {
	float: left;
    width: 310px;
	height: 95px;  /* 97 */
	padding: 0px 0px;
	margin: 10px  0px 7px 0px;
}
.slogan {
    float: right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	height: 22px; /* 22 */
	font-weight: bold;
	font-style: italic;
	color: #999999;
}
#uteis {
    float: left;
    width: 175px;  /* 188 */
	height: 115px; /* 120 */
    padding: 5px 0px 0px 10px;
}

#ico-top {
	margin: 4px 0px 0px 10px;
	padding: 5px 0px 0px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*font-weight: bold;*/
	color: #666666; 
	background: no-repeat left;
	overflow:hidden; 
}
#ico-top-servicos {
	margin: 4px 0px 0px 10px;
	padding: 5px 0px 0px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*font-weight: bold;*/
	color: #666666; 
	background: no-repeat left;
	overflow:hidden;
	background-image: url(/img/ico-servicos.gif);
}
#ico-top-autodicas {
	margin: 4px 0px 0px 10px;
	padding: 5px 0px 0px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*font-weight: bold;*/
	color: #666666; 
	background: no-repeat left;
	background-image: url(/img/ico-dicas.gif); 
	overflow:hidden;
}
#ico-top-curiosidades {
	margin: 4px 0px 0px 10px;
	padding: 5px 0px 0px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*font-weight: bold;*/
	color: #666666; 
	background: no-repeat left;
	overflow:hidden;
	background-image: url(/img/ico-curiosidades.gif);
}

#ico-top.hora { background-image: url(/img/ico-curiosidades.gif); }

#hora {
    float: left;
    font-size:9px; 
    padding: 15px 0px 0px  0px;
	margin: 0px 0px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	}

#classificados_home {
    float: right;
   	margin: 0px;
	padding: 0px;
	width: 417px;
	height: 151px;  /* 151 */
	background-image: url(/img/bg-classificados.gif);
	background-repeat: no-repeat;
}
#barrinha_menu {
    float: right;
	overflow:hidden; display:inline; 
	margin-bottom: 1px;
	padding: 0px;
	width: 930px;
	height: 7px;  /*  */
	background-image: url(/img/barrinha-menu.gif);
	background-repeat: repeat-x;
}

#meio {
	width: 930px;
	float:left;
	background-color: #ffffff;
	margin: 2px 0px 0px 0px;
	overflow:hidden; display:inline; 
}

#esq {
	width: 130px;
	float:left;
	margin: 0px 0px;
	padding: 0px 0px;
	overflow:hidden; display:inline; 
}

ul {
	margin: 0px;
	padding: 0px;
}
ul#Menu #Last {
	margin-bottom: 0px;
}
ul#Menu {
	margin: 0px;
	border: 1px solid #808C95;
}
ul#Menu a {
	display: block;
	padding: 3px;
	margin-bottom: 1px;
	font-size: 12px;
	text-decoration: none;
	color: #747474;
}
a.Menu {
	background-color:#ECE9D8;
}
a.Menu:Hover {
	background-color: #FF8635;
}
/* Clima */
#clima {
	width: 130px;
	height: 170px;
	float: left;
	overflow:hidden;
	display:inline; 
	background-color: #ffffff;
	margin: 7px auto;
	padding: 0px;
	text-align: center;
}
#selos {
	width: 130px;
	height: 5px;
	float: left;
	overflow:hidden;
	display:inline; 
	background-color: #ffffff;
	margin: 5px  auto;
	padding: 0px 0px;
	text-align: center;
}
#centro {
    width: 800px;
	padding: 0px 0px;
	margin: 0px 0px;
	float: left;
	overflow:hidden;
	display:inline; 	
	text-align: justify;
} 
#centro_esq {
    width: 300px;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px;
	float: left;
	display:inline;	
	text-align: justify;
	overflow: hidden;
}
#telinha { width: 300px; margin: 0px 0px 10px 0px; }

#chamadas_canais { text-align: left; }
#ico_canais { float: left;	width: 90px; height: 60; padding: 2px; margin-right: 5px; border: 1px solid #C8CFD7; }
#chamadas_canais_titulo { font-weight:bold; margin-bottom: 3px; color:#FF6600; }
#linha_sep { width: auto; margin: 15px 0px 5px 0px; height: 3px; background: repeat-x url(/img/bg-linha-sep.gif); }
#linha_sep2 { width: auto; margin: 5px 0px 5px 0px; height: 3px; background: repeat-x url(/img/bg-linha-sep.gif); }

#chamadas_centro_dir {
    width: 480px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	text-align: left;
	overflow:hidden;	
	display:inline;
}
#coluna1_chamadas_centro_dir {width: 235px; padding: 0px; margin: 3px 0px; float: left;	overflow:hidden; display:inline;}
#linha_sep_vert { width: 3px; margin: 3px 6px 0px 0px; height: 73px; border-right: 1px dotted #C8CFD7;  float: left; overflow:hidden; display:inline; text-align:center; }
#coluna2_chamadas_centro_dir {width: 235px; padding: 0px; margin: 3px 0px; float: left;	overflow:hidden; display:inline; text-align: justify;}
#chamadas_centro_dir_secao { font-weight:bold;  text-align: left; margin-bottom: 5px; color: #999999; overflow:hidden; }
#chamadas_centro_dir_titulo { font-weight:bold;  text-align: left; margin-bottom: 3px; color: #333333; overflow:hidden; }
#chamadas_centro_dir_texto { text-align: left; float: left;	overflow:hidden; display:inline; }

#banner_centro_dir { width: 468px; height: 61px; border: 1px solid #C8CFD7; padding: 5px; margin: 5px 0px 0px 0px; float: left;	text-align: justify; display:inline; }

#centro_dir {
    width: 480px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	text-align: left;
}
.tabela_centro_dir {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#chamadas_centro_dir_destaque { width: 175px; padding: 0px; margin: 3px 0px 3px 0px; float: left; overflow:hidden;}
#chamadas_centro_dir_destaque_secao {font-weight:bold; text-align: left; padding: 2px 0px; margin: 7px 0px 5px 0px; color: #999999; overflow:hidden; }

#chamadas_centro_dir_noticias { width: 175px; padding: 0px; margin: 3px 0px 3px 0px; float: left; overflow:hidden;}
#chamadas_centro_dir_noticias_secao { width: 175px; font-weight:bold;  text-align:  left; padding: 2px 0px; margin: 7px 0px 5px 0px; color: #CCCCCC; background-color: #333333; overflow:hidden;}
#chamadas_centro_dir_noticias_titulo { font-weight:bold;  text-align: left; margin: 7px 0px 4px 0px ; color: #333333; overflow:hidden;}

#dir {width:120px; text-align:center; float:right; margin:2px 0px; padding:0px;}

/* #home_canto_dir { width: 338; float: left; display:inline; overflow:hidden; } */

#secao {
    width: 654px;
	height: 20px;
    font-weight:bold;
	font-size:14px;
	color: #FFFFFF;
	float: left;
	display:inline; 
	overflow:hidden; 
	padding-left: 4px;
	margin: -2px 0px 10px 10px;
	background-color:#ef601c;
	background-position: top;
}

/* GAROTA */
#garota_centro_esq {
    width: 660px;
	padding: 0px;
	margin: 0px;
	float: left;	
	text-align: left;
}
#iframe-texto-garota {
    width: 500px;
	font-size:13px;
    padding: 0px; 
	margin-left: 10px;
	float: left;
	overflow:hidden; display:inline;
	text-align: left;
}
#perfil_garota {
    width: 160px;
	font-size:11px;
    float: left;	
	text-align: left;
}
.ficha_garota {
    font-size:9px;
}
#iframe-tela-garota {
    width: 500px;
	padding: 0px; 
	float: left;
	overflow:hidden; display:inline;
	text-align: left;
}
#garota_linha_sep { width: auto; margin: 15px 0px 5px 0px; height: 3px; background: repeat-x url(/img/bg-linha-sep.gif); }
#garota_linha_vasia { width: auto; height: 10px; }
/* classificados */

#classificados_centro {
    width: 662px;
	padding: 0px; 
	margin-left: 8px;
	float: left;	
	text-align: left;
}
#classificados_barra_top_centro {
width: 662px;
	padding: 0px;
	margin: 0px;
	float: left;	
	text-align: left;
}
#rodape {
	width: 920px;
	height: 65px;
	float: left;
	margin: 0px 0px;
	padding: 0px 5px 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #666666;
	background-image: url(/img/bg-geral.gif);
}
#barrinha_rodape {
    height: 7px;
	width: 930px;
	margin: 0px -5px 0px -5px;
	padding: 0px;
	background-image: url(/img/barrinha-rodape.gif); 
	background-repeat: repeat-x;
}

#Sidebar, #Content {
	float: left;
}

#Sidebar {
	margin: 0px 0px;
	width: 120px;
	overflow:hidden; 
	display:inline;
}


/* Index */
#Parceiros, #Servicos, #Colunistas {
}
#Parceiros span {
}
#Servicos span {
}
#Colunistas span {

}

/* Class */
.Box {
	margin-top: 5px;
	margin-bottom: 5px;
}
.clear { clear: both; }
.Float { float: left; }
.Left {}
.Right {}

/* Banner Lay */

#hyper-lay {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	color: #666666;
	z-index: 1000;
	background-color: #DEE2E7;
	padding-bottom: 10px;
}
#hyper-lay .container {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
	width: 760px;
	margin: 0px auto;
}

@media screen { body>div#hyper-lay { position: fixed; } }
