@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #000000;
	text-align: center;
}
#wrapper {
	background-color: #FFFFFF;
	text-align: center;
	position: relative;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#conteudo #destaque {
	width: 231px;
	float: left;
}
#conteudo #direita {
	float: left;
	width: 528px;
	text-align: left;
}
#direita #hm01 {
	display: inline;
}

#rodape {
	clear: both;
	text-align: center;
	background-color: #FFFFFF;
}
.tituloVermelho {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	line-height: 30px;
}
.destaqueTexto {
	font-weight: bold;
	color: #333333;
	display: block;
	padding: 10px  25px;
	text-align: left;
}


.boxTopo {
	background-image: url(../images/corte_grande_topo.jpg);
	display: block;
	width: 529px;
	height: 29px;
}

.boxMeio {
	background-image: url(../images/corte_grande_meio.jpg);
	background-repeat: repeat-y;
	width: 529px;
	text-align: center;
	position: relative;
}
.center {
	text-align: center;
}



.boxBaixo {
	background-image: url(../images/corte_grande_baixo.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 529px;
	height: 30px;
}

.titulo {
	font-size: 10px;
	font-family: Verdana;
	font-style: italic;
	font-weight: bold;
}

.boxLink {
	font-weight: bold;
	color: #28B8C0;
	text-align: right;
}

.hmTitulo {
	font-weight: bold;
	font-size: 14px;
}
.hmTexto {
	display: block;
	font-size:11px;
	color: #000000;
	text-decoration: none;
}


.floatR {
	float: right;
}
.floatL {
	float: left;
}

.rodape {
	font-size: 9px;
	line-height: 15px;
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}
#rodape #menu {

	list-style-type: none;
}
#rodape #menu li {
	display: inline;
	text-align: center;
	margin-left: 7px;
	margin-right: 7px;
}

#rodape #menu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.destLink {
	color: #0099FF;
	text-decoration: none;
	font-weight: bold;
}
.clear {
	clear: both;
}
#imgReceita {
	width: 210px;
	float: left;
	margin-right: 10px;
}
#rodapeLink {
	font-size: 9px;
	line-height: 15px;
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}
