﻿@import url("reset.css"); /* aqui foi importado um outro arquivo css. O reset é um conjunto de atribuições css para padronizar algumas coisas que variam de navegador para navegador */

/* 
Comentários no css começam com uma barra e um asterisco e terminam com um asterisco e uma barra.
São úteis para organizar o arquivo de forma a encontrar facilmente as informações
 */

/* GERAL */

html { 
	font-size: 12px;
	color: #818181;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 1.2em;
	background: url(../img/bg.gif) left top repeat;
}
a {
	color: #202b6d;
}
a:hover {
	text-decoration: underline;
	
}
.cb {
	clear: both;
}
.geral {
	width: 950px;
	margin: 0 auto 20px auto;
	text-align: left;
	border: 1px solid #b5b6ba;
	border-top-width: 0;
	background-color: #FFF;
}
header {
	padding-top: 120px;
	position: relative;
}
header h1 {
	width: 361px;
	height: 91px;
	background: url(../img/tit-ramos-elementares.gif) left top no-repeat;
	position: absolute;
	top: 0;
	right: -1px;
	text-indent: -9999px;
}
header h2 {
	position: absolute;
	top: 30px;
	left: 30px;
}
header .edicao {
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	padding: 0 30px;
	text-align: right;
	background-color: #f2f2f2;
	font-size: 12px;
}
section {
	padding: 30px;
}
aside {
	width: 250px;
	float: left;
}
aside {
	width: 250px;
	float: left;
	margin-right: 30px;
}
aside h2 {
	width: 250px;
	height: 19px;
	background: url(../img/tit-noticias.gif) left top no-repeat;
	text-indent: -9999px;
	margin-bottom: 25px;
}
aside li {
	border-bottom: 1px solid #818181;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
aside li a {
	color: #f14f12;
	display: block;
}
aside li a:hover {
	text-decoration: none;
	font-size: 12px;
}
aside li a strong, article .data {
	color: #202b6d;
	font-size: 10px;
	display: block;
	line-height: 1.2em;
}
aside li .ativo {
	color: #202b6d;
	font-weight: bold;
	padding-left: 10px;
	border-left: 5px solid #f14f12;
}
aside li .ativo strong {
	color: #f14f12;
	
}
article {
	float: left;
	width: 610px;
	text-align: justify;
}
article .data {
	font-weight: bold;
	margin-bottom: 0;
}
article h1 {
	font-weight: bold;
	font-size: 14px;
	color: #f14f12;
	margin-bottom: 15px;
	line-height: 1.2em;
}
article img {
	margin-bottom: 20px;
}
article p {
	font-size: 12px;
	margin-bottom: 10px;
}
article a {
	text-decoration: underline;
}
