html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
html, body {
	font-family:"Lucida Grande",Helvetica,sans-serif;
}
#wrapper {
	width:980px;
	margin:0 auto;
}
#topo {
	height:167px;
}
#conteudo {
	background:#FFFFFF url(../imagens/bgcontent.gif) no-repeat scroll right 2px;
	min-height:616px;
	padding-top:70px;
}
#menu {
	width:215px;
	font-size:12px;
	float:left;
	display:inline;
	margin-left:35px;
	margin-top:30px;
	text-transform: uppercase;
}
#menu ul { list-style-type: none; margin:0px; padding:0px; line-height:20px; }
#menu ul li a { color:#2f4512; padding:2px 5px 5px 25px; display:block; }
#menu ul li a:hover { color:#FFFFFF; background:transparent url(../imagens/menuhover.gif) no-repeat scroll left top; }
#menu ul li a.sel { color:#FFFFFF; background:transparent url(../imagens/menuhover.gif) no-repeat scroll left top; }
#menu ul li span { color:#FFFFFF; /*background:#FFF url(../imagens/hover-menu.jpg) no-repeat scroll left top;*/ padding:2px 5px 5px 25px; display:block; }

#patrocinios {
	float:right;
	display:inline;
	width:150px;	
	padding-left:35px;
	padding-right:3px;
	text-align:center;
}
#patrocinios h2 {
	font-size:11px;
	text-transform:uppercase;
	color:#666666;
	margin-bottom:10px;
}
#patrocinios img {
	margin-bottom:15px;
}

#conteudos { float:left; display:inline; width:510px; text-align:left; padding:0px 15px 15px 50px; line-height:18px; }
#conteudos h3 { color:#2F4512; margin-bottom:20px; font-size:16px; }
#conteudos h4 { color:#85C226; margin-bottom:20px; font-size:13px; }
#conteudos ol { margin-left:30px; }
#conteudos .tabela {
border-collapse:collapse;
border-color:#CCCCCC;
text-align:left;
}
#conteudos a { color:#85C226; }
#conteudos a:hover { text-decoration:none; }

#conteudos ul {
	list-style: square;
}
#conteudos .tabela {
border-collapse:collapse;
border-color:#CCCCCC;
text-align:left;
}

#conteudos td {
	padding:3px;
}

#noticias { float:left; width:510px; color:#666666; font-size:12px; }
#noticias  h2 { 
	padding:0px 0px 0px 30px; 
	margin-bottom:15px;
	background:url(../imagens/icon-baliza.gif) no-repeat scroll left center;
}
#noticias h2 a { color:#2f4512; font-size:16px; text-transform:uppercase; }
#noticias h2 a:hover { text-decoration:underline; }
#noticias .data { float:right; color:#CCCCCC; }
#noticias p { line-height:20px; color:#666666; }
#noticia { display:block; font-size:12px; margin-bottom:20px; } /*CADA NOTICIA*/
#noticia img { float:left; }

#colEsq { float:left; width:215px; }
#organizacao { float:left; width:190px; text-align:center; margin-top:50px; text-align:center; margin-left:40px;}


/* LIGHTBOX */
 /*
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 */
#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;	
}

