@charset "utf-8";
/* CSS Document */

/* HTML */


body{
padding:0 0 0 0;
margin:0 0 0 0;
}


/* DIVS */


#container{
position: absolute;
left: 50%;
width: 1024px;
margin: 0 0 0 -512px;
}

#cabecalho{
border-top:0px;
width: 1024px;
height: 200px;
}

/* Coluna Inferior */

#coluna_direita{
float:left;
width: 1024px;
height: auto;
}

/* Coluna Esquerda */

#coluna_esquerda{
float: left;
width: 235px;
height: auto;
}

/* Coluna Central */

#conteudo{
	margin: 0 0 0 240px;
	width: 784px;
	text-align:left;
	min-height:400px;
}

#titulo_home{
margin: 25px 0 20px 0;
background:url(img/titulo_home.png) no-repeat;
width: 784px;
height: 40px;
}

#titulo_programa{
margin: 25px 0 20px 0;
background:url(img/titulo_programa.png) no-repeat;
width: 784px;
height: 40px;
}

#titulo_horario{
margin: 25px 0 20px 0;
background:url(img/titulo_horario.png) no-repeat;
width: 784px;
height: 40px;
}

#titulo_equipe{
margin: 25px 0 20px 0;
background:url(img/titulo_equipe.png) no-repeat;
width: 784px;
height: 40px;
}

#titulo_contato{
margin: 25px 0 20px 0;
background:url(img/titulo_contato.png) no-repeat;
width: 784px;
height: 40px;
}

#titulo_anunciante{
margin: 25px 0 20px 0;
background:url(img/titulo_anunciante.png) no-repeat;
width: 784px;
height: 40px;
}

#titulo_falha{
margin: 25px 0 20px 0;
background:url(img/titulo_falha.png) no-repeat;
width: 784px;
height: 40px;
}

#titulo_auto{
margin: 25px 0 20px 0;
background:url(img/titulo_auto.png) no-repeat;
width: 784px;
height: 40px;
}

#titulo_imovel{
margin: 25px 0 20px 0;
background:url(img/titulo_imovel.png) no-repeat;
width: 784px;
height: 40px;
}

#titulo_gastronomia{
margin: 25px 0 20px 0;
background:url(img/titulo_gastronomia.png) no-repeat;
width: 784px;
height: 40px;
}

#titulo_moda{
margin: 25px 0 20px 0;
background:url(img/titulo_moda.png) no-repeat;
width: 784px;
height: 40px;
}

#titulo_lazer{
margin: 25px 0 20px 0;
background:url(img/titulo_lazer.png) no-repeat;
width: 784px;
height: 40px;
}

#titulo_movel{
margin: 25px 0 20px 0;
background:url(img/titulo_movel.png) no-repeat;
width: 784px;
height: 40px;
}

#titulo_servico{
margin: 25px 0 20px 0;
background:url(img/titulo_servico.png) no-repeat;
width: 784px;
height: 40px;
}

#titulo_informatica{
margin: 25px 0 20px 0;
background:url(img/titulo_informatica.png) no-repeat;
width: 784px;
height: 40px;
}

#titulo_evento{
margin: 25px 0 20px 0;
background:url(img/titulo_evento.png) no-repeat;
width: 784px;
height: 40px;
}

#titulo_testdrive{
margin: 25px 0 20px 0;
background:url(img/titulo_testdrive.png) no-repeat;
width: 784px;
height: 40px;
}

#titulo_dica{
margin: 25px 0 20px 0;
background:url(img/titulo_bicho.png) no-repeat;
width: 784px;
height: 40px;
}

#titulo_educacao{
margin: 25px 0 20px 0;
background:url(img/titulo_educacao.png) no-repeat;
width: 784px;
height: 40px;
}

#titulo_eletro{
margin: 25px 0 20px 0;
background:url(img/titulo_eletro.png) no-repeat;
width: 784px;
height: 40px;
}

/* RODAPE */

#rodape{
float: left;
width: 800px;
height: 10px;
background:url() no-repeat;
}


/* CLASSES */

.bg_body{
background:url(img/bg2.jpg) fixed no-repeat center top;
} 

}

/* Textos */

.titulo{
font-family:Verdana, Geneva, sans-serif;
font-size: 12px;
color: #000000;
text-align:left;
font-weight:bold;
}

.titulo a{
color:#990000;
}

.texto_conteudo{
font-family:Verdana, Geneva, sans-serif;
font-size: 12px;
color: #000000;
text-align:left;
}

.texto_conteudo2{
margin: 8px 20px 8px 20px;
font-family:Verdana, Geneva, sans-serif;
font-size: 12px;
color: #000000;
text-align: justify;
}

.texto_form{
font-family:Verdana, Geneva, sans-serif;
font-size: 12px;
color: #000000;
}

.texto_rodape{
font-family:Verdana, Geneva, sans-serif;
font-size: 12px;
color:#FFFFFF;
text-align:center;
margin-top:18px;
}

