/* CSS RESET INÍCIO */

* {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

html {
	min-width:960px;	
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}

a img, fieldset, abbr, acronym {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom:10px;
	font-size:100%;
	font-weight:normal;
}

/* CSS RESET FINAL */

body {
	margin: 0;
	background-color: #0C0C0C;
}

a:link {text-decoration : none;}
a:visited {text-decoration : none;}
a:hover {text-decoration : underline;}

/* FORMATAÇÃO */

h1 {
	font-size: 19px;
	font-weight: bold;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 3px;
	width: 50%;
	left: 0px;
	top: 0px;
	clear: both;
	text-transform: uppercase;
	background-color: transparent;
	background-image: url(images/fundo_h1.png);
	background-repeat: no-repeat;
	background-position: left top;
}

h2 {
	text-transform: uppercase;
	color: #0C0C0C;
	font-size: 18px;
	font-weight: bold;
	width: 75%;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #900;
	padding-left: 5px;
}

h3 {
	text-transform: uppercase;
	color: #2E4B77;
	font-size: 14px;
	font-weight: bold;
}

ul.topicos{
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
	display: block;
	font-size: 12px;
}

ul.topicos2{
	list-style-position: outside;
	list-style-image: url(images/img_top.gif);
	list-style-type: none;
	display: block;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
}

ul.topicos li, ul.topicos2 li{
	margin-top: 5px;
	margin-bottom: 5px;
	
}

/* LAYOUT */

#topo{
	float:left;
	display:inline;
	width: 100%;
	height:272px;
	margin-bottom:10px;
}

#fundo_principal{
	width:100%;
	min-height:638px;
	background-image: url(images/fundo_site.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#fundo_conteudo{
	width:100%;
	min-height:638px;
	background-image: url(images/fundo_site.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#conteudo{
	float:left;
	display:inline;
	width: 100%;
	min-height: 300px;
	height:auto !important;
	height: 300px;
}

#conteudo p{
	font-size:80%;
	margin: 0 0 10px 0;	
	text-align:justify;
}

.banners img, .banners object{
	margin: 0 0 10px 0;
}

#rodape{
	width:100%;
	float:left;
	display:inline;
	background-image: url(images/layout_rodape.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 120px;
	padding-top: 50px;
}

.rodape_links {
	color: #9A0C02;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 20px;
	width: 100%;
}

.rodape_links a{
	font-size: 11px;
	color: #E6E6E6;
	font-weight: bold;
}

.rodape_links a:hover{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#tab_materias td{
	font-size: 10pt;
	text-align: justify;
	text-indent: 30px;
}

#tab_materias {
	font-size: 10pt;
	text-align: justify;
	text-indent: 30px;
}

.textoemvolta {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

/* HELPERS */

.bordainterna{
	margin:-1px;
	border: 1px solid #E1E1E1;
	width:100%;
}

.separa{
	margin-top: 10px;	
}

.fl{
	float:left;
	display:inline;
}

.fr{
	float: right;	
}

.pr{
	position:relative;	
}

.limpa {
	clear:both;
}

.bug_superfish_ie_cima{
	position:relative;
	z-index:2;
}

.bug_superfish_ie_baixo{
	position:relative;
	z-index:1;
}

/* EFEITOS */

a.transparencia:hover {
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}

.redondo{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
}

