@charset "iso-8859-2";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the principal in IE 5* browsers. The text is then set to the left aligned default in the #principal selector */
	background-color: #8AA941;
	background-image: url(../imagens/fundo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.duascolunas #principal { 
	width: 60em;  /* this width will create a principal that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.duascolunas #cabecalho {
/*	padding: 0 10px; */
} 
.duascolunas #cabecalho h1 {
	margin: 0; /* zeroing the margin of the last element in the #cabecalho div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.duascolunas #menu {
	float: left; 
	width: 12em; /* since this element is floated, a width must be given */
 /*	background: #EBEBEB; the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px; /* top and bottom padding create visual space within this div */
}
.duascolunas #menu h3, .duascolunas #menu p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.duascolunas #corpo {
	margin: 0 1.5em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */

padding: 0px 10px;

} 
.duascolunas #rodape { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

}
.duascolunas #rodape p {
	margin: 0; /* zeroing the margins of the first element in the rodape will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a principal that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* inicio do css para menus*/

.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 200px; /* container width*/
background-color: #d1cfd0;
}

.shadowcontainer .innerdiv{
	/* Add container height here if desired */
background-color: white;
	border: 1px solid #A3B2CC;
	padding: 6px;
	position: relative;
	left: -5px; /*shadow depth*/
	top: -5px; /*shadow depth*/
}
 fim do estilo do div com sombra 

 Inicio  do estilo do div com borda de papel 

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.curlycontainer{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 200px;
}

.curlycontainer .innerdiv{
background: transparent url(imagens/brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}
 
.corpo{
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	}
	
.obs9{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
	}	
.obs17{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 17px;
color: #FF0000;
}	
.campo{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	}
		
	
.titulo{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #96C946;
	font-weight: bold;
	padding-left: 15px;
	text-decoration: none;
	}
.titulo2{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	padding-left: 15px;
	text-decoration: none;
	}
	
.marcador{
	text-align: left;
	background-image: url(../imagens/marcador.gif);
	background-repeat: no-repeat;
	}
.marcador2{
	text-align: left;
	background-image: url(../imagens/marcador2.gif);
	background-repeat: no-repeat;
	}

.sublinhado{
	text-align: left;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	bottom: 5px;
	}
	
.fundocinza{
	background-color: #EAEAEA;
	border: 1px solid #B1B1B1;
	margin: 2px;
	padding: 5px;
	height: 240px;
	width: 95%;
	background-position: top;
}

.fundobranco{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #B1B1B1;
	margin: 2px;
	padding: 5px;
	height: 240px;
	width: 95%;
	background-position: top;
}
.fundobranco2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #B1B1B1;
	margin: 2px;
	padding: 5px;
	width: 100%;
	background-position: top;
}

.fundobarra{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 2px;
	padding: 5px;
	background-position: top;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../imagens/fundoverde.png);
	background-repeat: repeat-x;
	height: 55px;
}
.basecab{
	background-image: url(../imagens/listacab.png);
	background-repeat: repeat-x;
	height: 12px;
}
.contato{
	background-image: url(../imagens/contato.png);
	background-repeat: no-repeat;
	background-position: left top;
}

a.titulo:link, a.titulo:visited {

	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #96C946;
	font-weight: bold;
	padding-left: 15px;
	text-decoration: none;
}

a.item:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0099CC;
	text-decoration: none;
	padding-left: 18px;
	line-height: 19px;
}

a.item:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00CC00;
	text-decoration: none;
	padding-left: 18px;
}
a.item:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00CC00;
	text-decoration: none;
	padding-left: 18px;
}

a.item2:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
	text-decoration: none;
	padding-left: 18px;
}

a.item2:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BABABA;
	text-decoration: none;
	padding-left: 18px;
}


a.item2:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00CC00;
	text-decoration: none;
	padding-left: 18px;
}

a.vejamais:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #00FF00;
	text-decoration: none;
	padding-left: 18px;
	font-weight: bold;
	text-align: right;
}
a.vejamais:visited, a.vejamais:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #336600;
	text-decoration: none;
	padding-left: 18px;
	font-weight: bold;
	text-align: right;
}
.preconormal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #A9DB12;
	text-decoration: line-through;
	font-weight: bold;
}

.precopromocional{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #A9DB12;
    font-weight: bold;
}

.textoanuncio{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF893A;
    font-weight: bold;
}

#botao{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(imagens/fundobotao.png);
	text-align: center;
	height: 27px;
	width: 132px;
	padding-left: 5px;
	background-repeat: no-repeat;
	vertical-align: 50%;
}

#botaoon{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	
	text-align: center;
	height: 27px;
	width: 132px;
	padding-left: 5px;
	background-repeat: no-repeat;
	vertical-align: 50%;
}

a.botao:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(imagens/fundobotaoon.png);
	height: 27px;
	width: 132px;
	text-decoration: none;
	line-height: 27px;
	font-weight: bold;
}


a.botao:visited, a.botao:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	height: 27px;
	width: 132px;
	background-image: url(imagens/fundobotaoon.png);
	text-decoration: none;
	line-height: 27px;
	font-weight: bold;
}
