@charset "utf-8";
/* CSS Document */

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,
table, 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: 24px;
	font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
	color:#595959;
	font-size:16px;
	background:#e8aa00 url(../imagens/fundo.jpg) repeat-x;
	margin-bottom:20px; 		
	}


blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
	
}


/* --CLEARFIX */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


.clear{
clear:both;
}

img, div, a, p  { behavior: url(../css/png2.htc);}


.direita{
float:right;
}

.esquerda{
float:left;
}

/* ----------------------------------------------------------------------------------------------------  tipografia */

body a{
color:#595959;
text-decoration:underline;
}

body a:hover{
text-decoration:none;
}




h1{
font-family: Constantia,
             "Lucida Bright",
             LucidaBright,
             "DejaVu Serif",
             "Bitstream Vera Serif",
             "Liberation Serif",
             Georgia,
             serif;
			 
color:#ebaa10;
font-size:32px;
font-weight:normal;
}

h2{
font-size:24px;
font-weight:normal;
}




.amarelo{
color:#ebaa10;
}

.cinza{
color:#595959;
}



/* ----------------------------------------------------------------------------------------------------  INCLUDES */


#header{
margin:0 auto;
background:url(../imagens/header_fundo.jpg) no-repeat center top;
height:250px;
}

#menu{
background:url(../imagens/menu_fundo.png) no-repeat top center;
margin:0 auto;
margin-top:-45px;
width:850px;
height:42px;


font-size:12px;
text-transform:uppercase;
color:#ffcb01;
}

#menu ul{
padding-left:25px;
padding-right:25px;
padding-top:8px;

}

#menu ul,li{
list-style-type:none;

}

#menu li{
display:inline;
}

#menu a{
color:#ffcb01;
text-decoration:none;
}

#menu a:hover{
color:#fff3c9;
}


#footer{
background-color:#f8dc8a;
width:850px;
margin:20px auto;
padding:20px 0px 20px 0px;
}


#footer h1{
font-size:14px;
text-transform:uppercase;
font-weight:bold;
}

#footer h1:first-letter{
font-size:18px;
}

#footer .esquerda, .direita{
text-align:center;
}

#footer .esquerda{
width:49%;
}

#footer .direita{
border-left:#c1ae79 1px solid;
width:50%;
}

#footer .direita img{
text-align:center;
margin-bottom:5px;
}



/* ----------------------------------------------------------------------------------------------------  INDEX */



#container{
margin:15px auto;
width:865px;
padding-left:13px;
}

#main{
background:url(../imagens/container_fundo.png) repeat-y left top ;

width:790px;
_width:789px;
padding-bottom:40px;
padding-top:20px;
padding-left:35px;
padding-right:35px;
}




.box{
width:405px;
text-align:justify;

margin-top:35px;
}

.boxx{
width:290px;
text-align:center;
background-color:#f6f6f2;

padding:20px 10px 20px 10px;

margin-top:15px;
margin-right:10px;
_margin-right:5px;
}


.boxx ul,li{
text-align:left;
list-style:inside square;
margin-left:5px;
}




/* ----------------------------------------------------------------------------------------------------  EVENTO  */


#maiin{
background:url(../imagens/container_fundo.png) repeat-y left top ;

width:680px;
_width:679px;

padding-bottom:40px;
padding-top:20px;
padding-left:90px;
padding-right:90px;


text-align:justify;
}

/* ----------------------------------------------------------------------------------------------------  CATEGORIAS  */


.coluna{
width:315px;
background-color:#f6f6f2;
text-align:center;
padding:20px 0px 20px 5px;
border-left:#cfcfcf solid 2px;
}

.coluna ul,li{
text-align:left;
list-style:outside square;
margin-left:10px;
}

UL.tabNavigation {
list-style: none;
margin: 0;
padding: 0;
font-size:12px;
margin-left:-10px;
					
position:relative;
z-index:9;
}

UL.tabNavigation LI {
display: inline;
_word-spacing:-1px;
}

UL.tabNavigation LI A {
padding: 3px 8px;
background-color: #595959;
color: #fff;
text-decoration: none;

border:#595959 solid 1px;				
}

UL.tabNavigation LI A.selected,
UL.tabNavigation LI A:hover {
padding: 3px 8px;
background-color: #f6f6f2;
color: #595959;
text-decoration: none;

border-right:1px solid #cfcfcf;
border-left:1px solid #cfcfcf;
border-top:1px solid #cfcfcf;
border-bottom:1px solid #f6f6f2;
}

.contaba{
background-color:#f6f6f2;
border:#cfcfcf solid 1px;
margin-top:-1px;

padding:20px;

width:670px;
_width:630px;

position:relative;
z-index:4;
}


#first a{
text-decoration:none;
}

#first a:hover{
text-decoration:underline;
}


/* ----------------------------------------------------------------------------------------------------  CONTATO  */


.campos{
width:300px;

padding-top:8px;
padding-left:10px;

background:url(../imagens/campo_form.jpg) no-repeat top left;
border:0px solid #FFFFFF;

font-family: Constantia,
             "Lucida Bright",
             LucidaBright,
             "DejaVu Serif",
             "Bitstream Vera Serif",
             "Liberation Serif",
             Georgia,
             serif;
			 
color:#595959;
font-size:20px;
}

table .contato tr,td{
vertical-align:top;
}

button{
padding:8px;
_padding:3px;
#padding:3px;

background-color:#e8a900;
color:#FFFFFF;
border:0px solid #000000;

margin-right:23px;
}

button:hover{
background-color:#aa7c00;
cursor:pointer;
}

.enviar{
padding:8px;
_padding:3px;
#padding:3px;

background-color:#e8a900;
color:#FFFFFF;
border:0px solid #000000;

margin-right:23px;
}

.enviar:hover{
background-color:#aa7c00;
cursor:pointer;
}




.peq{
font-size: 12px;
}

/* ----------------------------------------------------------------------------------------------------  REGULAMENTO  */


ul.reg li{
list-style:inside disc;
}











