@charset "iso-8859-1";
/* CSS Document */
.float_formulario{
	position:relative; 
	z-index:4;
}

#float_formulario{
	position:absolute;
	z-index:4;
	margin-left:-100px;
	margin-top:-183px;
	_display:table;
}


.tabela_nutricional{
	position:relative; 
	margin-top:20px; 
	z-index:4;
}

.tit_tabela_nutricional{
	font-stretch:condensed;
	color: #FF0000;
	border-bottom:#CCCCCC solid 1px;
}
.tit_tabela_nutricional_observacoes{
	font-size: 9px;
}
.tit_tabela_nutricional_info{
	border-bottom:#CCCCCC solid 1px;
}
#tabela_nutricional{
	position:absolute;
	z-index:4;
	margin-top:-183px;
	_display:table;
}
.clear {
	clear:both;
}
.pontilhado-amarelo {
	border-bottom:1px dotted #FFC92B;
	overflow:hidden;
	height:1px;
	margin-left:8px;
	margin-right:8px;
}

.pontilhado-amarelo2 {
	border-bottom:1px dotted #FFC92B;
	overflow:hidden;
	height:1px;
	margin-top:15px;
	margin-bottom:15px;
}

.pontilhado-vermelho {
	background:url(../img/pontilhado_vermelho.gif) repeat-x;
	height:1px;
	overflow:hidden;
	margin-top:2px;
}
.titulos {
	margin-top:15px;
	margin-bottom:0px;
}
.fundo_titulos {
	background-image:url(../img/fundo_titulo.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:30px;
	color:#AD1829;
	font-size:14px;
	font-weight:bold;
}
.fundo_titulos_cinza {
	background-image:url(../img/fundo_titulo_cinza.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:30px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
.titulo-vermelho {
	color:#AD1829;
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:5px;
}

.titulo-verde {
	color:#060;

}

.unidades {
	margin-bottom:25px;
}
.noticias {
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	border-bottom:1px dotted #CCC;
}
.noticia-destaque {
	font-size:11px;
	padding-left:15px;
	padding-right:10px;
}
.noticia-destaque .titulo {
	color:#333;
	font-weight:bold;
}

.cor_selecionado {
	color:#ff6428;	
}

.menu_sel {
	text-decoration:underline;	
}
.menu_receita {
	width:230px;
	height:100px;
	background-color:#FFFFFF;
	overflow:auto;
	visibility:hidden;
	scrollbar-face-color: #990000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #DF0000;
	scrollbar-darkshadow-color: #993300;
	scrollbar-shadow-color: #CC6633;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #999999;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	margin-left:4px;
}

.cx_menu_receita {
	margin:5px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
}
.cx_menu_receita a {
	color:#666666;
	text-decoration:none;
}
.cx_menu_receita a:hover {
	color:#666666;
	text-decoration:underline;
}