body {
	padding: 0;
	margin: 0;
}

.red {
	padding: 0;
	margin: 0;
	background-image:url(../_img/bg.jpg);
}
	

#content {
	position: relative;
	width: 100%;
	height: 100%;
}

#cont_geral{
	position: relative;
	width: 730px;
	left: 50%;
	margin-left: -365px;
	height: auto;
	background-color:#302f2f;
}

#cont_gray{
	position: relative;
	width: 730px;
	left: 50%;
	margin-left: -365px;
	height: auto;
	background-color:#302f2f;
}

#cont_white{
	position: relative;
	width: 720px;
	left: 50%;
	margin-left: -365px;
	height: auto;
	background-color:#fff;
	z-index: 10;
}

#cont_topo{
	position: relative;
	width: 720px;
	height: 208px;
	background-image:url(../_img/topo.jpg);
	z-index: 15;
}

#cont_prod_intro{
	position:relative;
	background-color:#f5f5f5;
	width:400px;
	height:360px;
	float:left;
}

#cont_lembrete{
	position:relative;
	background-color:#f5f5f5;
	width:303px;
	height:341px;
	float:right;
}

#cont_intro_info{
	position:relative;
	background-color:#f5f5f5;
	width:720px;
	height:400px;

}

#menu {
	position:absolute;
	text-align:right;
	width: 150px;
	right: 10px;
	bottom: 38px;
}

#menu ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
}

#menu a {
	font-family: Trebuchet MS;
	color: #fff;
	font-size: 10pt;
	line-height: 2.7;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: none;
	color:#CC0000;
}


#tv_home {
	position:relative;
	width: 720px;
	height: 289px;
	border-bottom: 10px solid #dcddde;
	border-top: 10px solid #dcddde;
	background-color: #f5f5f5;
}

#meio_txt {
	width: 720px;
	height: 289px;
	border-bottom: 10px solid #dcddde;
	border-top: 10px solid #dcddde;
	background-color: #f5f5f5;
}

#meio_txt_interna {
	width: 720px;
	height: auto;
	border-bottom: 10px solid #dcddde;
	border-top: 10px solid #dcddde;
	background-color: #f5f5f5;
}

#txt {
	width: 680px;
	height: auto;
	margin: 30px;
}

#base {
	position: relative;
	width: 720px;
	height: 106px;
	background-image:url(../_img/bg_base.png);
	left: 50%;
	margin-left: -355px;
}
	
#txt_base {
	font-family: Tahoma;
	font-size: 8pt;
	color: #fff;
	margin-left: 20px;
}


a.mail:link {font-family: Tahoma; font-size: 8pt; color: #aa3e2a;text-decoration: none;}
a.mail:visited {font-family: Tahoma; font-size: 8pt; color: #aa3e2a;text-decoration: none;}
a.mail:hover {font-family: Tahoma; font-size: 8pt; color: #aa3e2a;text-decoration: underline;}




.txt {
	font-family: Tahoma;
	font-size: 8pt;
	color: #111;
	line-height: 2;
}

.txt_red {
	font-family: Tahoma;
	font-size: 8pt;
	color:#990000;
	line-height: 2;
}

.titulo {
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #aa3e2a;
}

.txt_construcao {
	font-family: Tahoma;
	font-size: 8pt;
	color: #333333;
}

