@charset "utf-8";
/* Documento CSS Sankio */

/* Inicio - Reset */
html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol,
fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

:focus {
    outline: none;
}

body {
	font-family: 'Droid Sans', sans-serif;
	margin:0 auto;
	background-color:#fff;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

div:after, ol:after, form:after, ul:after, dl:after {content:".";display:block;clear:both;visibility:hidden;height:0;overflow:hidden;}
/* Fim - Reset */

#master{
	width:100%;
	min-height:600px;
	background-image: url(../imagens/bkg_site.jpg);
}

#master #topo{
	width:929px;
	height:160px;
	
	background: url(../imagens/bkg_topo3.png) repeat;
	padding:7px 0px 7px 0px;
	
	margin: 0 auto;
}
	
#topo #content_topo{
	width:929px;
	height:160px;
	height:auto;
	
	margin:0 auto;	
}

#master #slide{
	width:950px;
	min-height:250px;
	height:auto;
	background-color:#fff;
	margin: 0 auto;
	padding:20px;
}

#slide .bloco_slide_1{
	width:602px;
	height:250px;
	float:left;
	margin-right: 20px;
}

#slide .bloco_slide_2{
	width:328px;
	height:250px;
	background-color:#FF0;
	float:left;
}

#content_topo .logo_topo{
	width:300px;
	height:160px;

	margin:0 auto;	
	float:left;
}

#content_menu{
	width:420px;
	height:160px;
	
	float:left;
	margin-left:25px;
}

#content_topo .telefone_topo{
	width:185px;
	height:160px;
		
	float:right;
	margin-right:18px;
}


#master #complemento_slide{
	width:929px;
	height:16px;
	background:url(../imagens/bkg_topo.png) repeat;
	
	margin:0 auto;	
}

#master #content{
	width:929px;
	min-height:300px;
	height:auto;
	box-shadow: 0px 10px 60px #046d30;
	margin:0 auto;
	margin-top:0px;
	margin-bottom:0px;
}

#master #todos_boxs{
	width:899px;
	min-height:270px;
	height:auto;
	margin:0 auto;
	padding:30px 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;

}

#master #rodape{
	width:929px;
	min-height:30px;
	height:auto;
	
	background: url(../imagens/bkg_topo3.png) repeat;
	padding-top:3px;
	padding-bottom:3px;
	
	
	margin: 0 auto;
}

#rodape #content_rodape{
	width:929px;
	min-height:20px;
	height:auto;
	
	background: url(../imagens/bkg_topo3.png) repeat;
	padding-top:3px;
	padding-bottom:3px;
	
	margin:0 auto;	
}

#content_rodape #menu_rodape_content{
	width:629px;
	height:80px;
	float:left;
}

#content_rodape #info_rodape{
	width:929px;
	float:left;
	margin:5px 0px;
}

/* Menu Principal */

ul.menu{	
	background-color:#FFF;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0 5px 10px 0 #b1b2b6;
	box-shadow: 0 5px 10px 0 #b1b2b6;
	padding:10px 14px ;
	
	float:left;
	margin-top:80px;
	margin-left:0px;
}

ul.menu li.item{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#f2d415; 
	list-style:none;
	
	border-bottom: 2px solid #fff;
	
	float:left;
	margin-right:28px;
	padding-bottom: 0px;
}

ul.menu li.item:last-child{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#f2d415; 
	list-style:none;
	
	border-bottom: 2px solid #fff;
	
	float:left;
	margin-right:0px;
	padding-bottom:0px;
}

ul.menu li.item:hover{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:20px;
	color:#ebcc0b;
	list-style:none;

	cursor:pointer;
	border-bottom: 2px solid #ebcc0b;
	padding-bottom:0px;
	
	float:left;
	
		
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

ul.menu li.item:last-child:hover{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:20px;
	color:#ebcc0b;
	list-style:none;
	border-bottom: 2px solid #ebcc0b;
	padding-bottom: 0px;
	
	float:left;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

ul.menu li.item_ativo{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:20px;
	color:#ebcc0b;
	border-bottom: 2px solid #ebcc0b;	
	list-style:none;
	
	float:left;
	margin-right:28px;
	padding-bottom: 0px;
}



/* Home */

#content .box{
	width:270px;
	min-height:320px;
	height: auto;
	float: left;
	margin-right: 44px;
}

#content .box_ult{
	width:271px;
	min-height:320px;
	height: auto;
	float: left;
	margin-left:px;
}

/* A Empresa */

#content .box_empresa{
	width:899px;
	min-height:200px;
}

/* Produtos */

#content .box_produtos{
	width:899px;
	min-height:200px;
}

.box_okaki1{
	width:163px;
	min-height:150px;
	float:left;
	margin-right:21px;
}

.box_okaki2{
	width:163px;
	min-height:150px;
	float:left;
	margin-right:21px;
}

.box_okaki3{
	width:163px;
	min-height:150px;
	float:left;
	margin-right:21px;
}

.box_okaki4{
	width:163px;
	min-height:150px;
	float:left;
	margin-right:21px;
}

.box_sembei{
	width:163px;
	min-height:150px;
	float:left;
}

/* Receitas */

.box_receitas{
	width:600px;
	min-height:140px;
	float:left;
	margin-top:-7px;	
}

/* Contato */

.box_contato_form{
	width:515px;
	min-height:140px;
	
	margin:0 auto;
	margin-top:10px;	
}

.botoes_contato{
	width:140px;
	float:right;
}

/*politica de privacidade*/
h5.titulo_politica{
	width:1000px;
	min-height:20px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:51px;
	color: #ebcc0b;
	float: left;
	margin-bottom: 30px;
}

.box1_politica {
	width: 800px;
	min-height:260px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:18px;
	
	text-align:left;
	line-height:23px;
	color: #FFF;
	
	float:left;
	margin-top:0px;
	margin-bottom:9px;
}

h3.titulo_politica2{
	width:1000px;
	min-height:20px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:30px;
	color: #ebcc0b;
	float: left;
	margin-top: 40px;
}

.lista_politica1{
	list-style-type: decimal;
	margin-top: 80px;
}

h3.titulo_politica3{
	width:1000px;
	min-height:20px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:30px;
	color: #ebcc0b;
	float: left;
	margin-top: 20px;
}

.lista_politica2{
	margin-top: 100px;
}
a.link_email1 {
	text-decoration:none;
	color: #FFF;
}

/*Cookie*/



.cookieConsentContainer{   
	 color: #FFF;
    background-color: #046d30;
    padding: 20px;
    position: fixed;
    bottom: 0;
    left:1;
    right: 0;
    display: none;
    z-index: 9999;
    width:245px;
    font-size: 10px;}



.cookieConsentContainer .cookieDesc p{
margin:0;padding:0;
font-family:OpenSans,arial,sans-serif;
color:#fff;
font-size:14px;
line-height:20px;
display:block;
}

.cookieConsentContainer .cookieDesc a{
font-family:OpenSans,arial,sans-serif;
color:#fff;text-decoration:underline;}

.cookieConsentContainer .cookieButton a{
display:inline-block;
font-family:OpenSans,arial,sans-serif;
color:#fff;
font-size:13px;
font-weight:700;
margin-top:14px;
border: solid 1px #038138;
	background: rgb(212,183,1); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(212,183,1,1) 0%, rgba(212,183,1,1) 0%, rgba(212,183,1,1) 0%, rgba(142,123,1,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(212,183,1,1)), color-stop(0%,rgba(212,183,1,1)), 	color-stop(0%,rgba(212,183,1,1)), color-stop(100%,rgba(142,123,1,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(212,183,1,1) 0%,rgba(212,183,1,1) 0%,rgba(212,183,1,1) 0%,rgba(142,123,1,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(212,183,1,1) 0%,rgba(212,183,1,1) 0%,rgba(212,183,1,1) 0%,rgba(142,123,1,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(212,183,1,1) 0%,rgba(212,183,1,1) 0%,rgba(212,183,1,1) 0%,rgba(142,123,1,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(212,183,1,1) 0%,rgba(212,183,1,1) 0%,rgba(212,183,1,1) 0%,rgba(142,123,1,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebcc0b', endColorstr='#8e7b01',GradientType=0 ); /* IE6-9 */

background-repeat: repeat-x;
box-sizing:border-box;
padding:10px 10px 8px 11px;text-align:center;transition: .3s; border: solid 1px #038138; width: 100%;}

.cookieConsentContainer .cookieButton a:hover{
cursor:pointer;background:}@media (max-width:980px){

.cookieConsentContainer{bottom:0!important;left:0!important;width:100%!important}}

/* Textos */

p.botao_menu {
	width:75px;
	height:35px;
	font-family: Arial, Tahoma, Calibri;
	font-size:15px;
	text-align:center;
	color:#FFF;
	border:solid 1px #000;
	border-radius:4px; 
	float:left;
	margin:0 auto;
	padding: 7px 11px;
	background: #FFF;
	}
	
p.telefone{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:28px;
	font-weight:bold;
	text-align:right;
	color:#00832a;	
	padding:0;
	
	margin-top:83px;
}	

h1.titulo_box1{
	width:270px;
	min-height:20px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:51px;
	color: #ebcc0b;
	float: left;
	margin-bottom: 0px;
}

h1.titulo_box2{
	width:255px;
	min-height:20px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:32px;
	color: #FFF;
	
	background-color:#ebcc0b;
	float: left;
	margin-bottom: 5px;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:15px;
}



h1.titulo_box3 {
	width:256px;
	min-height:20px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:32px;
	color: #FFF;
	background-color:#afd528;
	
	float: left;
	margin-bottom: 5px;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:15px;
}

.box1_content {
	width: 270px;
	min-height:260px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:18px;
	
	text-align:left;
	line-height:23px;
	color: #FFF;
	
	float:left;
	margin-top:0px;
	margin-bottom:9px;
}
@media screen and (min--moz-device-pixel-ratio:0){
.box1_content {
	width: 270px;
	min-height:260px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:18px;
	
	text-align:left;
	line-height:23px;
	color: #FFF;
	
	float:left;
	margin-top:0px;
	margin-bottom:9px;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0){
.box1_content {
	width: 270px;
	min-height:260px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:18px;
	
	text-align:left;
	color: #FFF;
	
	float:left;
	margin-top:0px;
	margin-bottom:9px;
}
}
.box2_content {
	width: 270px;
	min-height:260px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:18px;
	text-align:justify;
	color: #FFF;
	float:left;
	margin-top:27px;
}

.box3_content {
	width: 270px;
	min-height:260px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:18px;
	text-align:justify;
	color: #FFF;
	float:left;
	margin-top:27px;

}

p.saiba_mais{
	width:100%;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:17px;
	text-align:center;
	color: #e6b904;
	float:left;
	margin-top: 10px;
}

p.dados_rodape{
	width: 929px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:17px;
	
	text-align:center;
	color: #009241;
	float:right;
	margin-top:0x;
}

p.texto_empresa{
	width: 505px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:18px;
	text-align:left;
	color: #FFF;
	float:right;
	margin-top:0px;
	padding-left:30px;
}

p.texto_empresa2{
	width: 899px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:18px;
	text-align:justify;
	color: #FFF;
	float:left;
	margin-top:6px;
}

h1.titulo_empresa{
	min-width:100px;
	min-height:20px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:51px;
	color: #ebcc0b;
	float: left;
	margin-top:-15px;
	margin-bottom:10px;
	margin-left:30px;
	padding-bottom:0px;
}

h1.titulo_empresa2{
	width:500px;
	min-height:20px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:30px;
	color: #ebcc0b;
	float: left;
	margin-top:35px;
	margin-bottom:0px;
}

h1.subtitulo_produtos{
	width:500px;
	min-height:20px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:30px;
	color: #ebcc0b;
	float: left;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:30px;
}

h1.subtitulo_produtos2{
	width:505px;
	min-height:20px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:25px;
	color: #ebcc0b;
	float: right;
	margin-top:20px;
	margin-bottom:0px;
	margin-left:30px;
}

h1.titulo_produtos{
	width:800px;
	min-height:20px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:51px;
	color: #ebcc0b;
	float: left;
	margin-top:-15px;
	margin-bottom:10px;
}

h1.titulo_produtos2{
	width:899px;
	min-height:20px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:18px;
	text-align:left;
	color: #FFF;
	float: left;
	margin-top:0px;
	margin-bottom:20px;
}

h1.titulo_okaki{
	width:163px;
	min-height:20px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:18px;
	text-align:center;
	color: #ebcc0b;
	float: left;
	margin-top:10px;
	margin-bottom:0px;
}

h1.titulo_sembei{
	width:295px;
	min-height:20px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:30px;
	text-align:center;
	color: #ebcc0b;
	float: left;
	margin-top:15px;
	margin-bottom:0px;
	margin-left:20px;
}

h1.titulo_receitas{
	width:850px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:51px;
	color: #ebcc0b;
	float: left;
	margin-top:-15px;
}

h1.nome_receita{
	width:505px;
	min-height:20px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:30px;
	color: #ebcc0b;
	float: left;
	margin-top:10px;
	margin-bottom:0px;
}

p.texto_receitas{
	width: 505px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:16px;
	text-align:justify;
	color: #FFF;
	float:left;
	margin-top:0px;
}

p.texto_receitas2{
	width: 899px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:18px;
	text-align:left;
	color: #FFF;
	float:left;
}

h1.subtitulo_receitas{
	width:500px;
	min-height:20px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:25px;
	color: #ebcc0b;
	font-weight:normal;
	float: left;
	margin-top:20px;
	margin-bottom:0px;
	margin-left:0px;
	
}

h1.dados_receitas{
	width: 899px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:18px;
	text-align:left;
	color: #FFF;
	float:left;
	
	margin-top:7px;
}


p.mande_receita{
	width: 505px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:20px;
	text-align:left;
	color: #ebcc0b;
	float:left;
	margin-top:0px;
}

b.dourado{
	font-weight:600;
	color: #ebcc0b;
}

b.branco{
	font-weight:600;
	color: #FFF;
}

h1.titulo_contato{
	width:899px;
	min-height:20px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:18px;
	text-align:left;
	color: #FFF;
	float: left;
	margin-top:0px;
	margin-bottom:15px;
}

h1.titulo_mande_receita{
	width:899px;
	min-height:20px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:18px;
	text-align:left;
	color: #FFF;
	float: left;
	margin-top:0px;
	margin-bottom:15px;
}

p.texto_formulario{
	width: 505px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:18px;
	text-align:justify;
	color: #FFF;
	float:left;
	margin-top:10px;
}

p.voltar_produtos{
	min-width:30px;
	min-height:20px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:18px;
	color: #FFF;
	float: right;
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:0px;
}

p.voltar_receitas{
	min-width:30px;
	min-height:20px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:18px;
	color: #FFF;
	float: right;
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:0px;
}



/* Listas */

ul.itens_receitas{
	width:500px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:18px;
	text-align:left;
	list-style-type: none;
	line-height:15px;
	float:left;
	margin-top:5px;
	padding-left:7px;
}

ul.itens_receitas li.item{
	margin-bottom:14px;
	color:#FFF;
}


/* Links */

a.link_menu:link, a.link_menu:visited {
	text-decoration: none;
	color:#ebcc0b;
	}
a.link_menu:hover {
	text-decoration: none; 
	color:#ebcc0b;
}

a.link_menu:active {
	text-decoration: none;
	color:#ebcc0b;
}

a.link:link, a.link:visited {
	text-decoration: none;
	color:#ebcc0b;
	}
a.link:hover {
	text-decoration: none; 
	color:#ebcc0b;
}

a.link:active {
	text-decoration: none;
	color:#ebcc0b;
}

a.link_branco:link, a.link_branco:visited {
	text-decoration: none;
	color:#FFF;
}
	
a.link_branco:hover {
	text-decoration: none; 
	color: #FFF;
}
a.link_branco:active {
	text-decoration: none;
	color: #FFF;
}	

a.link_receitas:link, a.link_receitas:visited {
	text-decoration: none;
	color:#FFF;
	}
	
a.link_receitas:hover {
	text-decoration: none; 
	color: #ebcc0b;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

a.link_receitas:active {
	text-decoration: none;
	color: #FFF;
}

a.link_voltar:link, a.link_voltar:visited {
	text-decoration: none;
	color:#FFF;
	}
	
a.link_voltar:hover {
	text-decoration: none; 
	color: ##FFF;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

a.link_voltar:active {
	text-decoration: none;
	color: #FFF;
}	

a.link_verde:link, a.link_verde:visited {
	text-decoration: none;
	color: #009241;
}
	
a.link_verde:hover {
	text-decoration: none; 
	color: #009241;
}
a.link_verde:active {
	text-decoration: none;
	color: #009241;
}	


a.link_email1 {
	text-decoration:none;
	color: #FFF;
}



/* Imagens */

img.logo{
	float:left;
	margin-left:10px;
}

img.icon_telefone{
	float:left;
	margin-top:90px;	
}

img.slide{
	border: solid 1px  #CCCCCC;
	
}

#complemento_slide img.complemento_slide{
	width:990px;
	height:26px; 
	overflow:visible;
	margin-left:-30px;
}

.box img.receita{
	border: solid 7px #FFF;
	float: left;
	margin-bottom:11px;
}

.box_ult img.home{
	border: solid 7px #FFF;
	float: left;
	margin-bottom:11px;
}

.box_empresa img.empresa{
	border: solid 7px #FFF;
	float: left;
	margin-bottom:15px;
}

.box_empresa img.empresa_selo{
	border: solid 7px #038138;
	float: left;
	margin-top:35px;
	margin-left:331px;
}

.box_produtos img.okaki_todos{
	border: solid 7px #FFF;
	float: left;
	margin-right: 15px;
}

.box_produtos img.sembei{
	border: solid 7px #FFF;
	float: left;
}

.box_empresa img.receitas{
	border: solid 7px #FFF;
	float: right;
	margin-bottom:15px;
	margin-left:30px;
}

/* Tabelas */

table.posicao{
	float:left;
	margin-top:20px;
	margin-bottom:0px;
	margin-left:30px;
	
 	border:solid 1px #000;
}

table td.titulo{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:16px;
	text-align:center;
	font-weight:bold;
 	border-bottom:solid 1px #000;
	padding:3px;
}

table td.coluna1{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:15px;
	text-align:left;
 	border-right:solid 1px #000;
	padding:3px;
}

table td.coluna2{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:15px;
	text-align:center;
 	border-right:solid 1px #000;
	padding:3px;
}

table td.coluna3{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:15px;
	text-align:center;
	padding:3px;
}

table td.gorduras{
	padding-left:15px;
}

table td.linha_final{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:15px;
	text-align:left;
 	border-top:solid 1px #000;
	
	padding:3px;
}

table tr.branca{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}

table tr.cinza{
	background: rgb(204,204,204); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(204,204,204,1) 0%, rgba(219,219,219,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(219,219,219,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(204,204,204,1) 0%,rgba(219,219,219,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(204,204,204,1) 0%,rgba(219,219,219,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(204,204,204,1) 0%,rgba(219,219,219,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(204,204,204,1) 0%,rgba(219,219,219,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */

}

/* Input */
form textarea.fale_conosco {
	font-family: 'PT Sans Narrow', sans-serif;
	max-width:505px;
	min-width:505px;
	max-height:100px;
	min-height:100px;
	font-size:18px;
	color:#000;
	background-color:#f6f6f6;
	border:1px solid #ebcc0b;
	-moz-border-radius: 1px; 
	-webkit-border-radius: 1px;  
	border-radius: 1px; 
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
	float:left;	
	margin-bottom:10px;
	margin-right:0px;
    padding:7px 4px 7px 4px;
}

form textarea.fale_conosco:focus {
	background-color:#FFF;	
}


.caixadetexto{
	font-family: 'PT Sans Narrow', sans-serif;
	width:505px;
	font-size:18px;
	background-color:#f6f6f6;
	color:#000;
    border:1px solid #ebcc0b;
	-moz-border-radius: 1px; 
	-webkit-border-radius: 1px; 
	border-radius: 1px; 
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
	float:left;	
	margin-bottom:15px;
    padding:7px 4px 7px 4px;	
}

.caixadetexto:focus {
	background-color:#FFF;	
}

.buttom_enviar{
	font-family: 'PT Sans Narrow', sans-serif;	
	padding:8px 11px 8px 11px;
	color:#fff;
	border: solid 1px #038138;
	background: rgb(212,183,1); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(212,183,1,1) 0%, rgba(212,183,1,1) 0%, rgba(212,183,1,1) 0%, rgba(142,123,1,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(212,183,1,1)), color-stop(0%,rgba(212,183,1,1)), 	color-stop(0%,rgba(212,183,1,1)), color-stop(100%,rgba(142,123,1,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(212,183,1,1) 0%,rgba(212,183,1,1) 0%,rgba(212,183,1,1) 0%,rgba(142,123,1,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(212,183,1,1) 0%,rgba(212,183,1,1) 0%,rgba(212,183,1,1) 0%,rgba(142,123,1,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(212,183,1,1) 0%,rgba(212,183,1,1) 0%,rgba(212,183,1,1) 0%,rgba(142,123,1,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(212,183,1,1) 0%,rgba(212,183,1,1) 0%,rgba(212,183,1,1) 0%,rgba(142,123,1,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebcc0b', endColorstr='#8e7b01',GradientType=0 ); /* IE6-9 */

  	background-repeat: repeat-x;
	margin-right:5px;
	cursor:pointer;
	float:left;
	font-size:16px;
	border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;  
}

.btn_limpar{
	float:right;
	
	font-family: 'PT Sans Narrow', sans-serif;	
	padding:8px 11px 8px 11px;
	color:#fff;
	border: solid 1px #038138;
	background: rgb(212,183,1); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(212,183,1,1) 0%, rgba(212,183,1,1) 0%, rgba(212,183,1,1) 0%, rgba(142,123,1,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(212,183,1,1)), color-stop(0%,rgba(212,183,1,1)), 	color-stop(0%,rgba(212,183,1,1)), color-stop(100%,rgba(142,123,1,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(212,183,1,1) 0%,rgba(212,183,1,1) 0%,rgba(212,183,1,1) 0%,rgba(142,123,1,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(212,183,1,1) 0%,rgba(212,183,1,1) 0%,rgba(212,183,1,1) 0%,rgba(142,123,1,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(212,183,1,1) 0%,rgba(212,183,1,1) 0%,rgba(212,183,1,1) 0%,rgba(142,123,1,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(212,183,1,1) 0%,rgba(212,183,1,1) 0%,rgba(212,183,1,1) 0%,rgba(142,123,1,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebcc0b', endColorstr='#8e7b01',GradientType=0 ); /* IE6-9 */

	cursor:pointer;
	font-size:16px;
	border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 	
}



/* Linha Branca */
.linha_branca{
	width:899px;
	height:1px;
	float:left;
	background-color:#dbdbdb;
	-moz-border-radius: 1px 1px 1px 1px; 
	-webkit-border-radius: 1px 1px 1px 1px; 
	border-radius: 1px 1px 1px 1px;
	margin-top:15px; 
	margin-bottom:10px;
}

