@charset "utf-8";
/* CSS Document */
/* ########### */
/* ########### DEFAULT STYLES */
/* ########### */




html, body { margin: 0; padding: 0; height: 100%;}
html #blackLayer
{
	width:100%;
	height:100%;
	background-image: none;
	background-color:#000000;  /* aqui você coloca a cor de fundo da div e abaixo, diminui a opacidade dela */
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	padding:0;
	margin:0;
	display:none;
}


textarea{background: #FFFFFF url(../img/bkg_textarea.gif) repeat-x top left; font:11px arial;}

span{display:none;}
form{margin:0;}
.button{ border:1px solid #73042f; background:url('../img/bkg_button.jpg') repeat-x top left; padding: 1px; font-size:11px;}
	.button a{ color:#FFFFFF; text-decoration:none; display:block; border:1px solid #e3558d; padding: 1px; text-align:center; font-weight:bold;}
/* ########### */
/* ########### BODY STYLES */
/* ########### */

body{ margin: 0; text-align:center; font-family:Arial, Helvetica, sans-serif;}
	.home{ background:url('../img/bkg_body.jpg') repeat-x top left;}
	.interna{ background:url('../img/bkg_body_interna.jpg') repeat-x top left;}

/* ########### */
/* ########### FIRST LEVEL STYLES */
/* ########### */

#content{	width: 920px; text-align:left; margin: auto; padding-bottom:10px;}
							
	/* ########### */								
	/* ########### MIDDLE STYLES */
	/* ########### */		
		
	#middle{ width: 920px; min-height:490px; }
	.breadCrum{ width: 905px; height:18px; background-color:#c70752; color:#FFFFFF; font-size:11px; font-weight:bold; padding: 4px 0 2px 15px;}
		.breadCrum a{ color:#FFFFFF; text-decoration:none;}
			.breadCrum a:hover{ text-decoration:underline;}
			
	.downloadAcrobat{ text-align:right; height: 50px;}
		.downloadAcrobat a{ text-align:right; display:block;  height: 32px;  background:url('../img/bt_get_acrobat.gif') no-repeat center right; padding-top:20px; padding-right:150px; color:#666666; text-decoration:none; margin-right:18px;}
		
		.btBuscar{ background:url('../img/bt_buscar_revenda.gif') no-repeat top left; width:114px; height:22px; display:block; border:0; text-align:center; margin:15px 0 15px 35px;}
		.btBuscarInterna{ background:url('../img/bt_buscar_revenda.gif') no-repeat top left; width:114px; height:22px; display:block; border:0; text-align:center; margin:15px 0 15px 13px;}
		.btBuscarOndeComprar{ background:url('../img/bt_buscar_revenda.gif') no-repeat top left; width:114px; height:22px; display:block; border:0; text-align:center; margin:25px 0 15px 13px;}
		.appear{ display:block;}

