html, body
{
	width:100%;
	height:100%;
	border:0;
	margin:0;
	padding:0;
    color:#000000;
    background-color:#FFFFFF;
	font-family:Arial, Tahoma, sans-serif;
	font-size:11px;
}

h1, h2, h3, h4, h5
{
    margin:0;
    padding:0;
    border:0;
    font-weight:normal;
}

ul {
	list-style-type: none;
	margin:0;
    padding:0;
    border:0;
}

img
{
    border: 0;
}

.hidden
{
    display: none;
}

a, a:hover, a:active, a:focus
{
    text-decoration: none;
    outline: none;
	color:#0CB6EC;
}


#main 
{
    display:block;
    clear:both;
    width:100%;
	margin:0 auto;
}

#header 
{
    display:block;
    clear:both;
    width:100%;
	margin:0 auto;
	height:377px;
	background-image:url(/images/bg_header.png);
	background-repeat:repeat-x;
}

#conteudo 
{
    display:block;
    clear:both;
	width:100%;
	min-height:200px;
	margin:0 auto;
	background-color:#FFF;
	background-image:url(/images/bg_conteudo.png);
	background-repeat:repeat-x;
}

#footer 
{
    display:block;
    clear:both;
	width:100%;
	margin:0 auto;
	height:245px;
	background-color:#E9E9E9;
}
#copyright 
{
    display:block;
    clear:both;
	width:100%;
	margin:0 auto;
	height:73px;
	background-color:#F2F2F2;
}

.arial { font-family:Arial, Tahoma, sans-serif; }
.tahoma { font-family:Tahoma, Arial, sans-serif; }

.t10 { font-size:10px; }
.t11 { font-size:11px; }
.t12 { font-size:12px; }
.t13 { font-size:13px; }
.t14 { font-size:14px; }
.t16 { font-size:16px; }
.t18 { font-size:18px; }
.t26 { font-size:26px; }


.branco { color:#FFFFFF; }
.preto { color:#000000; }
.azul { color:#0CB6EC; }
.vermelho { color:#FF0000; }
.cinza { color:#999999; }
.verde { color:#B9D709; }


.bold{font-weight:bold;}
.italico{font-style:italic;}
.upper{text-transform:uppercase}

.line_height150 {line-height:150%;}
.line_height200 {line-height:200%;}

.white_shadow {text-shadow: 1px 1px 0px #E1E1E1;}
.sublinhado{text-decoration:underline;}
.risco{text-decoration:line-through;}
.pointer{cursor:pointer;}



input {
    border:0px;
    font-family:Arial, Tahoma;
    font-size:11px;
	
}

textarea {
    border:0px;
    font-family:Arial, Tahoma;
    font-size:11px;
}

.forminput {
    font-family:Arial, Tahoma;
    font-size:11px;
	width:500px;
	height:20px;
	padding:5px;
	border:1px solid #cccccc;
	
}

.formtextarea {
	resize:none;
    font-family:Arial, Tahoma;
    font-size:11px;
	width:500px;
	height:100px;
	padding:5px;
	border:1px solid #cccccc;
}


#ds_h div{width:100%;left:1px;top:1px}
#ds .hh1{height:1px}
#ds .hh2{height:2px}
#ds .hh3{height:3px}
#ds .hh4{height:4px}
#ds .hh5{height:5px}
#ds .hh6{height:6px}
#ds_v div{height:9999px; left:1px;top:1px}
#ds_v{height:0;}
#ds .v1{width:1px}
#ds .v2{width:2px}
#ds .v3{width:3px}
#ds .v4{width:4px}
#ds .v5{width:5px}
#ds .v6{width:6px}

#mapa_container{
	position:relative;
	display:block;
}

.ds{background:#000;position:absolute;z-index:999;overflow:hidden}
#ds .o1{ opacity:.1;filter:alpha(opacity=10)}
#ds .o2{ opacity:.08;filter:alpha(opacity=8)}
#ds .o3{ opacity:.06;filter:alpha(opacity=6)}
#ds .o4{ opacity:.04;filter:alpha(opacity=4)}
#ds .o5{ opacity:.02;filter:alpha(opacity=2)}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* jQuery lightBox plugin - Gallery style */
#gallery {
	float:left;
	clear:both;
}
