body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	overflow-x: hidden;

}

#tudo {
	width:780px;
	height:100%;
	background-color: #FFF;
}

#menu {
	width:720px;
	height:300px;
	float:right;
}

#barra {
	width:60px;
	height:100%;
	float:left;
	background-color: #000000;
}

#page {
	width:720px;
	float:right;
}

#produtos_menu {
	width:300;
	height:300;
	float:left;
}

#produtos_menu_lista {
	width:300px;
	height:800;
	float:left;
}

#destaque {
	width:420px;
	float:right;
	text-align: center;
}

#descricao {
	width:360px;
	float:right;
	text-align:left;
}

#fotos {
	width:300px;
	float:left;
	text-align: center;
}

#titulos_produtos {
	width:360px;
	height:30px;
}

.texto_destaque {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.textos {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align:justify
}

.textos_bold {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align:justify;
	font-weight: bold;
}

.td_titulos {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}

td {
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

.produtos_nome {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F00;
	font-weight: bold;
}

.produtos_carga {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.td_tabela_produtos {
	border: 1pt solid #000;
}

.link_textos {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align:justify
}

.link_titulos {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
a:link {
	color: #36F;
	text-decoration: none;
}

a:visited {
	color: #36F;
	text-decoration: none;
}
a:hover {
	color: #36F;
	text-decoration: underline;
}
a:active {
	color: #F00;
	text-decoration: underline;
}