@charset "utf-8";
/* CSS Document */
* { margin:0 auto; padding:0; font-family:arial; font-size:12px;  }

body { color:#fff; background: url(img/fundo.jpg) top	 no-repeat #0684D0; }

a {text-decoration:none; font-size:12px; color:#fff;}

.link {text-decoration:none; font-size:12px;}
a.link {color:none;}

.linkAmarelo:link, .linkAmarelo:active, .linkAmarelo:visited{color:#fff;	text-decoration:none;}
.linkAmarelo:hover{color:#fff; text-decoration:underline;}
.linkAzul:link, .linkAzul:active, .linkAzul:visited, .linkAzul:hover{color:#7fc0f7;	text-decoration:none; font-size:11px;}
.linkBranco:link, .linkBranco:active, .linkBranco:visited{color:#fff;	text-decoration:none;}
.linkBranco:hover{color:#fff; text-decoration:underline;}

#principal { width:100%; }

#topo {width:980px; height:126px; }

#rodape {width:980px; height:40px; clear:both; padding-top:8px; margin-bottom:30px; color:#7fc0f7; font-size:10px;}
#rodape_esq{float:left;}
#rodape_dir{float:right; padding-top:4px;}

#tv { width:980px; height:360px; }
#menu {
	z-index:1;
	position:absolute;
	width:980px;
	top:67px;
	height:24px;
	padding-top:10px;
}
#menu_esq{
	position:relative;
	float:left;
	left:120px;
	text-align:center;
}
#menu_dir{
	position:relative;
	float:right;
	right:100px;
	text-align:center;
}

#empresa_menu{
	position:relative;
	width:980px;
	left:50%;
	margin-left:-490px;
	height:70px;
	padding-top:30px;
	text-align:center;
	line-height:20px;
	/*border:1px solid #ccc;*/
}
#empresa_esq{
	float:left;
	width:430px;
}
#empresa_dir{
	float:left;
	width:500px;
}
#conteudo { width:980px;}

#trabalhe_esq{float:left; width:40%;}
#trabalhe_dir{float:left; width:55%;}

#contato_esq {float:left; width:40%;}
#contato_dir {float:left; width:50%; margin-left:60px; text-align:center;}
#contato_box {width:421px; height:78px; background:url(img/contato_box.png) no-repeat;}
#contato_box_esq {width:200px; height:auto; float:left; text-align:left; margin-top:29px; padding-left:20px; color:#01579d;}
#contato_box_dir {width:190px; height:auto; float:left; text-align:left; margin-top:15px; color:#01579d;}

#meio { width:980px;}

#receitas { background:url(img/fnd_receitas.png) top left no-repeat; width:332px; height:117px; float:left; }
#produtos { background:url(img/fnd_produtos.png) top left no-repeat; width:348px; height:117px; float:left; }
#trabalhe { background:url(img/fnd_contato.png) top left no-repeat; width:288px; height:117px; float:left; }

#barra {background:url(img/barra2.png) top center no-repeat; height:70px; clear:both; }
#barra_esq {margin-left: 20px; position:absolute; margin-top: 33px; width:190px; height:24px; color:#F00; padding:2px; float:left;}
#barra_dir {float:right; width:560px; margin-top: 25px; }

.tGrande { font-size:20px; }
.tMedio { font-size:16px; font-weight:bold;}
.tMedio2 { font-size:14px; font-weight:bold;}
.tMenor {font-size:11px}
.tAmarelo{ color:#d8b660;}
.tBranco {color:#FFF;}
.tBold {font-weight:bold;}
.tGrande {font-size:25px;}
.tItalic {font-style: none;}
.tEspaco {letter-spacing:-1px;}
.box {padding:5px; border:solid 1px #28166f; background:#fff}
.btn {background:#01579D; padding:5px; color:#FFFFFF; font-weight:bold; width:150px; border:0px; cursor:pointer;}
