/*-----------Tags e IDs------------*/
html, body{	
	text-align:center;
	overflow:auto;
	margin:0px;	
	background-image:url(../_images/bg.jpg);
	background-position:top;
	background-repeat:repeat;
}
#main{
	width:100%;
	margin:0 auto;
	position: relative;
	min-height: 100%;
	height: auto;
	height: 100%;
}
#conteudo{
	width:770px;
	float:left;
	text-align:center;
}
#esquerda{
	width:100px;
	height:700px;
	background-image:url(../_images/esq.jpg);
	float:left;

}
#direita{
	width:100px;
	height:700px;
	background-image:url(../_images/dir.jpg);
	float:right;
}
#rodape{
	width:auto;
	width:770px;
	clear:both;
	text-align:center;
	left:0;
	bottom:0;
}
/*-----------Classes---------*/
.textoJustificado{
	font-size:11px;	
	font-family:Tahoma; 
	text-align:justify;
	line-height:18px;
	text-decoration: none;
	color: #606060;
}
.textoEsquerda{
	font-size:11px;	
	font-family:Tahoma; 
	text-align:left;
	line-height:18px;
	text-decoration: none;
	color: #606060;
}
.textoCentralizado{
	font-size:11px;	
	font-family:Tahoma; 
	text-align:center;
	line-height:18px;
	text-decoration: none;
	color: #606060;
}
.textoJustificadoAzul{
	font-size:11px;	
	font-family:Tahoma; 
	text-align:justify;
	text-decoration: none;
	color: #3551C4;
}
.textoNegrito{
	font-size:11px;	
	font-family:Tahoma; 
	line-height:16px;
	text-decoration: none;
	color: #606060;
	font-weight:bold;
}
.textoNegritoM{
	font-size:12px;	
	font-family:Tahoma; 
	text-align:justify;
	line-height:16px;
	text-decoration: none;
	color: #606060;
	font-weight:bold;
}
.textoNegritoAzul{
	font-size:11px;	
	font-family:Tahoma; 
	text-align:justify;
	line-height:16px;
	text-decoration: none;
	color: #3551C4;
	font-weight:bold;
}
.textoNegritoAzulM{
	font-size:12px;	
	font-family:Tahoma; 
	text-align:justify;
	text-decoration: none;
	color: #3551C4;
	font-weight:bold;
}
hr{
	color:#3551C4;
	height:1px;
}



