/* CSS ESPECÍFICO DA HOME
-----------------------------------------------------*/
body{
	font: normal 11px verdana;
	color: #000;
	text-align: left;
	background: #022554;
}

/* CLASSES GERAIS DA HOME
-----------------------------------------------------*/
.txtMarcado{
	background: #ff6e12;
	color: #FFF;
}

.txtMarcado a{
	color: #FFF;
}

/* DEFINIÇÃO DAS TAGS PARA A HOME
-----------------------------------------------------*/
h3{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

a{
	color: #0d57aa;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p{
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

img{
	border: 0;
}

/* ESTRUTURA DA HOME
-----------------------------------------------------*/
#geral{
	width: 996px;
	background: #FFF;
	position: relative;
}

#flashDestaque{
	width: 996px;
	height: 515px;
	position: relative;
	z-index: 0;
}

#conteudo{
	width: 986px;
	padding: 0px 0px 0px 10px;
	background: #FFF!important;
}

/* CONTEÚDO HOME
-----------------------------------------------------*/
#primeiraColuna{
	padding: 0px 25px 0px 0px;
	width: 350px;
	float: left;
}

#colunaMeio{
	padding: 0px 25px 0px 0px;
	float: left;
	width: 270px;
	position: relative;
	height: 430px;
	z-index: 10;
}

#controlaColuna{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

#ultimaColuna{
	float: left;
	width: 310px;
}

#cadastro{
	width: 270px;
	background: url("/img/home/bg_cadastre.gif") no-repeat 0px 0px;
	height: 115px;
	padding: 10px 0px 17px 10px;
	margin-top:30px;
	color: #FFF;
	float: left;
}

#noticiasGoodyear{
	width: 310px;
	float: left;
	clear: both;
}

#tituloNoticias{
	width: 310px;
	float: left;
}
#tituloNoticias span{
	display: block;
	width: 290px;
	float: left;
	background: #448ccb;
	font-weight: bold;
	height: 30px;
	font-size: 14px;
	color: #FFF;
	padding: 10px 0px 0px 0px;
}

#noticiasGoodyear ul li{
	background: url("/img/home/goodyear_pneus_noticias.gif") no-repeat 10px 10px;
	padding: 10px 0px 10px 40px;
	width: 270px;
	border-bottom:1px dotted #d3d3d3;
}

#tracejadoNoticias{
	width: 310px;
	float: right;
	background: url("/img/home/goodyear_pneus_tracejado_px.gif") repeat-x 0px 2px;
	text-align: right;
}

#banner90Anos{
	position: relative;
	z-index: 1;
	height: 305px;
}

#banner90Anos p{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#paiFloater{
	position: relative;
	z-index: 16;
}

#floater{
	position: absolute;
	width: 100%;
	text-align: left;
	top: -480px;
	z-index: 18;
}



