html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-position: top left;
	background-repeat: repeat-x;
}

a { color:#666; text-decoration:none; };

* {	outline: none; }

form { margin: 0px; }

p { margin: 0px; padding:0; }

.rodape {
	font-size:11px;
	color:#FFF;
}
.tel_rodape {
	color:#FFF;
	font-size:16px;
}

#pie{
	/*display: block;*/
	position: fixed;
	bottom: 0px;
	width:100%;
	height:60px;
	background:#000;
	/*line-height:22px;*/
	color:#fff;
	opacity: .85;
	filter: alpha(opacity = 85);
	/*overflow:hidden;*/
	z-index:3;
}

.dentro {
	position:relative;
	margin:0 auto;
	overflow:hidden;
}

.bg_plano {
	background:url(../img/bg_planos.png) no-repeat top left; 
	width:122px; 
	height:177px;
	font-size:16px;
	color:#666;
}

.bg_plano:hover,titulo_plano{
	background:url(../img/bg_planos_hover.png) no-repeat top left;
	cursor:pointer;
	color:#FFF;
}

.txt_plano {
	font-size:18px;
	color: #fff;
}

.div_plano {
	color:#666;
	font-size:12px;
}

.formulario {
	background:#fcfafa;
	height:18px;
	width:171px;
	border:1px solid #e7f7ff;
	color:#666;
	font-size:12px;
}

.formulario:focus {
	background:#eeeded;
	border:1px solid #e7f7ff;
}

.titulo_down {
	font-size:12px;
}

.txt_down {
	font-size:10px;
}

.bg_down {
	border-left:1px solid #eaeaea; 
	width:177px; 
	border-right:1px solid #eaeaea; 
	background:#fcfafa;
}

.bg_down:hover {
	cursor:pointer;
}

.titulo_links {
	font-size:12px;
	color:#18a4f0;
}

.txt_link {
	font-size:12px;
	color:#666;
}	

.txt_link:hover {
	color:#f8c301;
	text-decoration:underline;
	cursor:pointer;
}

.txt_11px{
	font-size:11px;
}

.velocimetro {
	background:url(../img/velocimetro.png) no-repeat top left;
}

.velocimetro:hover {
	background:url(../img/velocimetro_hover.png) no-repeat top left;
	cursor:pointer;
}