/* CSS Document */

* { 
	margin: 0;
	padding: 0;
	list-style:none;
	vertical-align: baseline;
	/* padronizando nos navegadores */
}

img { border:0; padding:0; margin:0; }
fieldset { display: block; border: 2px ridge #FFF; padding: 10px; /* padronizando nos navegadores */ }
ul, ol { margin-left: 10px; /* padronizando nos navegadores */}
input[type=hidden]{ display: none !important; visibility: hidden !important; /* esconde mesmo inputs hidden no FF */}
button { border: 1px outset #AAA;}
form button { text-align: center; margin: 5px auto; display: block; }
form ul { list-style: none; margin-left: 0; }
fieldset label { display: block;}
fieldset .radios label { display: inline; }


/* padronizando tamanhos de cabecalho em todos os browsers */
h1 { font-size: 250%;}
h2 { font-size: 200%;}
h3 { font-size: 150%;}
h4 { font-size: 120%;}



/* DEFINIÇÃO DA ESTRUTURA - DIVS */

body, html  {
	padding: 0px;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	/*text-align: center;
	 border: 1px solid green; */
	width: 100%;
	/*background-color: #900 !important;
	position: relative;*/
	background-image:url(images/background_principal.png);
}

h1{
	color:#FFF;
	font-size:18px;
	/*padding-top:10px;*/
}

p{
	margin-top:10px;
	line-height:18px;
}

#topo2{
	/*width:800px;*/
	height:125px;
	background-image:url(images/topo_novo.png);
	background-repeat:repeat-x;
}

#principal{
	width:800px;
	height:auto;
	/*min-height:auto;*/
	margin-left:auto;
	margin-right:auto;
	/*background-image:url(images/background.png);
	background-repeat:repeat-y;
	display:table;*/
	padding-left:20px;
	padding-right:20px;
}

#principal:after{
        content:".";
        display:block;
        clear:both;
        visibility:hidden;
        height:0;
        overflow:hidden;
}

#principal_index{
	display:table;
	width:840px;
	height:710px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/fundo_principal.png);
	background-repeat:no-repeat;
}

#principal_index img{
	display:block;
}

#img_flash{
	width:560px;
	height:261px;
	margin-left:auto;
	margin-right:auto;
	margin-top:180px;
}

#topo{
	width:800px;
	height:127px;
	background-image:url(images/topo.png);
	background-repeat:no-repeat;
}

#esquerda{
	width:250px;
	/*height:100%;
	_height:100%;
	vertical-align:bottom;
	position:relative;*/
	display:table;
	float:left;
}

#esquerda p{
	color:#FFF;
}

#direita{
	width:545px;
	display:table;
	float:left;
}

#quadrado_grande{
	/*border:1px solid #CCC;*/
	width:510px;
	height:auto;
	display:table;
	padding:0px 0px 20px 20px;
	margin-top:20px;
	margin-bottom:15px;
	margin-left:10px;
}

#quadrado_grande ul{
	margin-top:20px;
	margin-left:20px;
}

#quadrado_grande li{
	list-style-position:outside;
	list-style:square;
	padding-bottom:10px;
}

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

#quadrado_grande a:hover{
	color:#999;
}

/*#quadrado_grande{
	width:550px;
	height:auto;
	display:table;
}

#quadrado_topo{
	width:550px;
	height:35px;
	background-image:url(images/quadrado_topo.png);
	background-repeat:no-repeat;
}

#quadrado_meio{
	width:470px;
	height:auto;
	background-image:url(images/quadrado_meio.png);
	background-repeat:repeat-y;
	padding:0px 40px 0px 40px;
}

#quadrado_bottom{
	width:550px;
	height:35px;
	background-image:url(images/quadrado_bottom.png);
	background-repeat:no-repeat;
}*/

#endereco{
	 padding:15px;
	 font-size:11px;
}

#endereco p{
	line-height:120%;
}

#rodape{
	width:840px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	/*background-image:url(images/rodape.png);
	background-repeat:repeat;*/
}





/*---- menu ----*/

#menubv {
width: 250px;
height:auto;
padding: 0;
margin: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
margin-top:20px;
}
#menubv ul {
list-style: none;
margin: 0;
padding: 0;
}
#menubv li {
list-style:none;
/*border-bottom: 1px solid #f00;*/
background-image:url(images/tarja_menu.png);
background-repeat:no-repeat;
background-position:bottom;
margin: 0;
padding-left:10px;
padding-bottom:3px;
margin-top:5px;
}
#menubv li a {
display: block;
padding: 5px 5px 5px 0.5em;
font-weight:bold;
/*border-left: 10px solid #ffc0cb;
border-right: 10px solid #fff5ee;*/
/*background-color: #ffe4e1;*/
color: #fff;
text-decoration: none;
}
#menubv li a:hover {
/*border-left: 10px solid #fcc;
border-right: 10px solid #fff;
background-color: #ececec;*/
color: #333;
}
/* Fix IE. Hide from IE Mac \*/
* html ul#menubv  li { float: left; height: 1%; }
* html ul#menubv  li a { height: 1%; }
/* End */

/*--- #menu ----*/


/*---- opçoes menu ----*/

#sub_menu {
width: 200px;
padding: 0;
margin: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFF;
margin-top:5px;
}
#sub_menu p{
	margin:0;
	padding:0;
	margin:5px 0px 0px 20px;
}
#sub_menu a{
	text-decoration:none;
	color:#FFF;
}
#sub_menu a:hover{
	color:#333;
}


.menu_select{
	color:#999 !important;
	font-weight:bold !important;
}

.campo{
	border:1px solid #990000;
	background-color:#ececec;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#transparencia{ /*CSS for background veil that covers entire page while interstitial box is visible*/
	position: absolute;
	display:table;
	background: url(imagens/blackdot.gif);
	background-repeat:repeat;
    width:100%;
    height:100%;
	min-height:100% !important;
	left: 0;
	top: 0;
	z-index: 149;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);
	opacity: 0.50;
	background-color: #000;
	color:#000;
}

#transp_img{ /*CSS for background veil that covers entire page while interstitial box is visible*/
	position: absolute;
	display:inline;
	background: url(imagens/blackdot.gif);
	background-repeat:repeat;
    width:100%;
    height:100%;
	z-index: 151;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
	opacity: 0.80;
	background-color: #000;
	color:#000;
}

#transp_img1{ /*CSS for background veil that covers entire page while interstitial box is visible*/
	position: absolute;
	display:inline;
	background: url(imagens/blackdot.gif);
	background-repeat:repeat;
    width:100%;
    height:100%;
	z-index: 151;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
	opacity: 0.80;
	background-color: #000;
	color:#000;
}

#transp_img2{ /*CSS for background veil that covers entire page while interstitial box is visible*/
	position: absolute;
	display:inline;
	background: url(imagens/blackdot.gif);
	background-repeat:repeat;
    width:100%;
    height:100%;
	z-index: 151;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
	opacity: 0.80;
	background-color: #000;
	color:#000;
}

#transp_img3{ /*CSS for background veil that covers entire page while interstitial box is visible*/
	position: absolute;
	display:inline;
	background: url(imagens/blackdot.gif);
	background-repeat:repeat;
    width:100%;
    height:100%;
	z-index: 151;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
	opacity: 0.80;
	background-color: #000;
	color:#000;
}

#janelinha{
	position: absolute;
	width: 605px; /*Width of interstitial box*/
	/*background-image: url(images/ficha.png);
	background-repeat:no-repeat;*/
	height: 520px;
	left: 116px;
	top: 40px;
	padding:5px;
	padding-right:0px;
	visibility: visible;
	z-index: 150;
	background-color:#FFF;
}

#janelinha_fecha{
	width:597px;
	height:16px;
	text-align:right;
	padding:4px;
	padding-top:0px;
	clear:both;
	color:#000;
	font-size:11px;
}

#janelinha_img{
	position: absolute;
	width: 550px; /*Width of interstitial box*/
	/*background-image: url(images/ficha.png);
	background-repeat:no-repeat;*/
	height: 367px;
	left: 25px;
	top: 25px;
	visibility: visible;
	z-index: 155;
	background-color:#FFF;
	padding:2px 2px 2px 2px;
}

#janela_video {
	position:absolute;
	width:620px;
	height:430px;
	background-image: url(../images/ficha_video.png);
	background-repeat:no-repeat;
	top:7px;
	left:116px;
	z-index: 150;
}

#janela_chuniti {
	position:absolute;
	width:490px;
	height:550px;
	background-image: url(../images/ficha_chuniti.png);
	background-repeat:no-repeat;
	top:7px;
	left:116px;
	z-index: 150;
}

