@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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	color: #333;
}

/*ESTRUTURA*/
body{
	background-image:url(../imagens/logo.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
}

#geral{
	width:1008px;
	position:absolute;
	left:50%;
	top: 0px;
	margin-left:-504px;
	background-color:#FFF;
	}
	
h2{
	color: #00F;
	text-transform:uppercase;
	font-style: italic;
	line-height:30px;
	}

#menu{
	height:32px;
	background-image:url(../imagens/background_menu.gif);
	width:100%;
	color:#CCC;
}

.tit_centro{
	background-image:url(../imagens/marc1.gif);
	background-repeat:no-repeat;
	color:#F00;
	font-size: 24px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	display:block;
	width:400px;
	margin-left:300px;
	}

.titulo{
	background-image:url(../imagens/marc1.gif);
	background-repeat:no-repeat;
	color:#F00;
	font-size: 24px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	}

.subt{
	color:#00F;
	font-size:20px;
	text-transform:capitalize;
	font-style:italic;
	}
	
.rodape{
	text-indent:40px;
	color:#CCC;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	text-align:right;
	}
/*MENUS*/

#menu a{
	font-size:16px;
	margin:30px;
	font-weight:bold;
	text-decoration:none;
}

#menu a:link{
	color: #FFF;
	}
	
#menu a:visited{
	color: #FFF;
	}
	
#menu a:hover{
	color: #00F;
	} 
	
#menu a:active{
	color: #06F;
}

/*GERAL*/

p{
	text-indent:40px;
	line-height:25px;
}

#clear{
	clear:both:
}

.clear{
	clear:both;
	display:block;
}
/*PÁGINAS*/
/*INDEX*/

#dir{
	width:45%;
	float:right;
	padding-right:30px;
	}

#esq{
	width:45%;
	float:left;
	padding-left:30px;
	}