@charset "utf-8";
/* CSS Document */

#tudoIndex {
	width: 90%;
	margin-top: 25px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

#tudoRM {
	position: absolute;
}

#rodaPe {
	width: 100%;
	height: 107px;
	background-image: url(../img/_layout/back_rodape.jpg);
	background-repeat: repeat-x;
	position: relative;
}

#meio {
	width: 100%;
	height: 269px;
	background-color: #303030;
	position: relative;
}

.tituloIndex {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 20px;
	color: #FFF;		
}

.divisoriaIndex {
	background-image: url(../img/_others/divisoria_index.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 180px;
	margin-top: 10px;
	margin-left: -2px;
}

.divisoriaHorizontal {
	background-image: url(../img/_others/divisoria_horizontal.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 10px;
	margin-top: 10px;
	margin-left: -2px;
	position: relative;
}

.iconeIndex {
	float: left;
	height: 85px;
	width: 30%;
	margin-top: 10px;
	position: relative;
}

.apresentaIcone {
	float: left;
	height: 85px;
	width: 52%;
	margin-top: 10px;
	position: relative;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #CCC;
	right: -5px;
	cursor: default;
}

.botaoSaibaMais {
	width: 94px;
	height: 47px;
	float: right;
	position: relative;
	right: 30px;
	background-image: url(../img/_others/botao_saiba_mais.png);
	background-repeat: no-repeat;
	margin-top: 15px;
}

div.botaoSaibaMais:hover {
	background-image: url(../img/_others/botao_saiba_mais_on.png);
}

.texto {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #CCC;		
}

.textoLinkado {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #CCC;
	text-decoration: underline;
}

div.textoLinkado:hover {
	color: #FFF;	
}

.textoRodape {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color:#999;
	text-decoration: none;
	cursor: default;
}

.textoRodapeLinkado {
	width: 145px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color:#999;
	text-decoration: none;
	cursor: default;
}

div.textoRodapeLinkado:hover {
	text-decoration: underline;
	cursor: pointer;
}