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

img{
	border:none;
}

.lista{
	width:29px;
	float:left;
}

a:link {text-decoration: none;
color: #FFFFFF;
}
a:visited {text-decoration: none;
color: #FFFFFF;
}
a:hover {text-decoration: none;
}
a:active {text-decoration: none}


body {
	margin:0;
	padding:0;
	background-color:#e1e1d3;
}

#MainContainer{
	width:860px;
	margin:0px auto;
	font-family:Arial !important;
}

#fundoTopo{
	height: 227px;
	background:url(/img/fundo/fundoTopo.JPG);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#menu {
	height:30px;
	background:url(/img/fundoPrincipal.JPG);
	margin:0px auto;
	padding-top:10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ffcb08;
}
#fundoTexto{
	margin:0px auto;
}

#fundoRodape{
	margin:0px auto;
	height: 65px;
	border:0px;
	color:#FFFFFF;
}

#topo{
	height: 227px;
	width: 860px;
	background:url(/img/topo.JPG);
	margin: auto;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ffcb08;
}

#logo{
	height: 210px;
	width: 200px;
	margin: 0px auto;

}
#logo img {
	border:none;
	margin-top:35px;
}

#menu ul {
	padding:0px;
	margin:0px auto;
	
	font-family: Arial;
	font-size: 120%;
	color: #000033;
	text-decoration: none;
}

#menu ul li { display: inline; }

#menu ul li a {
	color: #333;
	text-decoration: none;
	padding: 0px 10px;
}

#menu ul li a:hover {
	color: #6D6D6D;
	border-bottom:2px solid #ffcb08;
}

#rodape{
	margin: 0px auto;
	height: 65px;
	width: 860px;
	background: #000000;
	border:0px;
	color:#FFFFFF;
	float:left;
	margin-top:-10px;
	margin-bottom:-12px;
}

#rodapeEsquerdo{
	float:left;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:5px;
	font: 14pt/16pt Arial;
}

#logar{
	margin-top:17px;
	margin-right:30px;
	height:35px;
	float:left;
	margin-top:7px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#rodapeDireito{
	
}

#rodapeDireito img{
	float:left;
	margin-top:14px;
}

#logoRodape {
	float:left;
	margin-top:25px;
	margin-right:40px;
}

#logoRodape p {
	font-size:11px;
	text-align:center;
	color:#CCCCCC;
}

#linkInfinitech{
	width:860px;
	font-size:11px;
	text-align:center;
	color:#CCCCCC;
	font-weight:bold;
	background:#000000;
	float:left;
	
}


a.selecionado {
	color: #6D6D6D !important;
	border-bottom:2px solid #ffcb08;
}
 
