/* ################################# */
/* ## CSS FEITO POR HENRIQUE GOGÓ ## */
/* ################################# */

/* PÁGINA */
html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background: #EAEDF4;
}
#gog {
	margin: 0 auto;
	width: 767px;
}
/* /PÁGINA */

/* TAGs */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
/* /TAGs */

/* TOPO */
#topo {
	background: url("img/topoFundo.gif") repeat-x;
	z-index:2;
}
/* TOPO > Menu */
#menu {
	display: block;
	height: 23px;
}
/* TOPO > Banner */
#banner {
	position: relative;
	/* *top: -2px; */
}
#banner1, #banner2, #banner3 {
	position: absolute;
	top: 0;
	right: 8px;
}
#banner2, #banner3 {
	display: none;
}
#numBanner {
	position: absolute;
	bottom: 0;
	left: 250px;
	width: 83px;
	height: 22px;
	text-align: center;
	background: url("img/topoNumBanner.gif") no-repeat;
}
#numBanner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#numBanner span {
	float: left;
	display: block;
	margin: 3px;
	width: 15px;
	height: 15px;
	color: #333333;
	background: #FFFFFF;
}
#numBanner span:hover {
	cursor: pointer;
}
#numBanner span.atual {
	color: #A40000;
}
/* /TOPO */

/* MEIO */
#meio {
	padding-top: 8px;
	background: url("img/meioFundoTopo.gif") repeat-x top;
	background-color: #FFFFFF;
	z-index:0;
}
#meio h1 {
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	font-size: 15px;
	font-weight: normal;
	color: #A12025;
}
/* MEIO > Novidades */
#novidades {
	float: left;
	padding: 15px;
	width: 220px; /* 250 - 30 por causa do padding */
}
#novidades ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#novidades li {
	margin: 5px 0;
	color: #828388;
}
#novidades li a {
	margin: 5px 0;
	color: #828388;
}
/* MEIO > Calendario */
#calendario {
	position: relative;
	float: left;
	padding: 15px;
	width: 220px; /* 250 - 30 por causa do padding */
	min-height: 400px;
	background: url("img/calendarioLogo.gif") no-repeat center;
	background-color: #EAEDF4;
}
#calendario #sombra {
	position: absolute;
	top: 0;
	right: -2px;
	width: 2px;
	height: 41px;
	background: url("img/calendarioSombra.gif") no-repeat;
}
#calendario ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#calendario ul img {
	margin-bottom: 10px;
}
#calendario li {
	padding: 10px 0;
	color: #828388;
	background: url("img/calendarioPontilhado.gif") no-repeat bottom;
}
#calendario li span {
	color: #915C18;
}
#calendario li a {
	margin: 5px 0;
	color: #828388;
}
/* MEIO > Online */
#online {
	float: left;
	padding: 15px;
	width: 220px; /* 250 - 30 por causa do padding */
}
#online label {
	float: left;
	display: block;
	width: 90px;
	color: #828388
}
#online input[type=text], #online input[type=password] {
	width: 80px;
}
#online input[type=submit] {
	color: #FFFFFF;
	background: #A12025;
	border-top: 1px solid #C3292B;
	border-right: 1px solid #C3292B;
	border-bottom: 1px solid #791B13;
	border-left: 1px solid #791B13;
}
#online #publicacoes {
	margin: 10px;
	margin-left: -10px;
	padding: 10px;
	width: 220px;
	_width: 200px;
	background: #EAEDF4;
}
#online #publicacoes a {
	color: #828388;
}
#online #publicacoes img {
	margin-right: 10px;
}
/* /MEIO */

/* BASE */
#base {
	padding-top: 20px;
	height: 80px;
	background: url("img/baseSombra.gif") repeat-x top;
	background-color: #EAEDF4;
}
#base address {
	float: right;
	font-size: 11px;
	font-style: normal; /* Elimina o itálico padrão do address */
	text-align: right;
	color: #828388;
}
#base address a {
	color: #828388;
}
/* /BASE */

/* Genéricos */
.esq {
	float: left;
}
.meio {
	margin: 0 auto;
}
.dir {
	float: right;
}
.preto {
	color: #000000;
}
.vermelho {
	color: #CF152A;
}

.rowTopMenuA {text-decoration:none; color:white;}
.rowTopMenuA:hover {text-decoration:none; color:yellow;}