/* --------------------------------ELEMENTOS------------------------------------- */
html, body {
	height:100%;
}

body{
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

a{
	text-decoration: none;
	color: #ffffff;
	background: transparent;
	font-weight: bolder;
	cursor: pointer;
}

img{
	border: none;
}


/* --------------------------------IDS------------------------------------- */


#base{
	left: 50%;
	margin-left: -406px;
	width: 813px;
	position: relative;
	height:100%;
	min-height:100%;
	height:auto !important;
}

#cabeca{
	width: 813px;
	height: 140px;
}

#logo{
	width: 335px;
	height: 140px;
	float: left;
}

#cabeca_dir{
	margin-top: 35px;
	width: 478px;
	height: 105px;
	float: left;
	background-image: url(../imagens/fundo_cabeca.jpg);
}

#menu{
	margin-top: -4px;
	margin-right: -29px;
	width: 379px;
	height: 40px;
	float: right;
}

#textomenu{
	margin-top: -30px;
	margin-right: 36px;
	float: right;
	color: #ffffff;
	font-weight: bolder;
}

#cabeca_lado{
	margin-top: 36px;
	width: 29px;
	height: 69px;
	float: right;
	background-image: url(../imagens/cabeca_lado_dir.jpg);
}

#cartao{
	width: 335px;
	height: 50px;
	margin-top: 5px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
}

#base_conteudo{
	margin-left: 36px;
}

table.base{
	width: 100%;
	height: 100%;
	border: none;
	border-collapse: collapse;
}

#faixa1{
	width: 777px;
	height: 25px;
	background-image: url(../imagens/faixa_clara.jpg);
}

#titulo{
	width: 153px;
	height: 25px;
	margin-left: 15px;
}

#faixa2{
	width: 777px;
	height: 2px;
	background-image: url(../imagens/faixa_escura.jpg);
}

#conteudo{
	width: 777px;
	height: 297px;
	background-image: url(../imagens/faixa_conteudo.jpg);
}

#faixa4{
	width: 777px;
	height: 2px;
	background-image: url(../imagens/faixa_escura.jpg);
}

#faixa5{
	width: 777px;
	height: 7px;
	background-image: url(../imagens/faixa_clara.jpg);
}

#rodape{
	width: 420px;
	height: 49px;
	margin-left: 36px;
	float: left;
	position: absolute;
	background-image: url(../imagens/rodape.jpg);
}

#rodape_dir{
	width: 357px;
	height: 49px;
	float: right;
	text-align: right;
	background-image: url(../imagens/fundo_rodape.jpg);
}

#ampliada{
	width: 369px;
	height: 289px;
	float: right;
	margin-top: 4px;
	margin-right: 29px;
	background-color: #666666;
}

#seta{
	width: 30px;
	height: 90px;
	float: right;
	margin-top: 93px;
	margin-right: 18px;
	background-image: url(../imagens/seta.gif);
}

#tabela{
	width: 290px;
	height: 279px;
	float: left;
	margin-left: 20px;
}

#colecao{
	padding-top: 10px;
	height: 297px;
}

#pag{
	margin-left: 15px;
	height: 15px;
	color: #666666;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#centro{
	top: 20px;
	left: 200px;;
	position: relative;
	color: #666666;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* --------------------------------CLASSES------------------------------------- */


.colecao{
	float:left;
	margin-left: 36px;
	margin-top: 4px;
	border-left: #999999 solid 1px;
	border-top: #999999 solid 1px;
	border-right: #999999 solid 4px;
	border-bottom: #999999 solid 4px;
}

.selec{
	color: #ff0000;
}