﻿body {
   	margin:0 0 0 0;
	padding:0;
	background-image: url('../img/home/FundoPixel.jpg'); background-repeat: repeat-x;
	font-family: verdana;
	font-size: 12px;
	color: cornflowerblue;
	text-align:left;	
}
#topo{
	width:auto;
	height:81px;			
	background-image: url('../img/home/Topo1.jpg');
	width: 1024px;	
}
#conteudoEsq {
	position:absolute;
	width:112px;
	top:60px;
	left:5px;
	color:#99f;
	padding-bottom:20px;
	border-bottom:3px double #666;
}
#conteudoDir {
	position:absolute;	
	top:60px;
	right:5px;	
	padding-bottom:20px;
	border-bottom:3px double #666;
}
#colEsq 
{
	width:125px;
	margin:0px;	
}
#sepEsqcolCentral 
{
	margin-top:5px;
	margin-left:125px;
	padding-left:2px;	
}
#colDir 
{
	width:112px;
	margin:0px;	
}
#sepcolCentralDir {
	margin-right:150px;
	padding-right:2px;	
}
#colCentral {    			
	text-align:justify;	
	background-color:White;
	width:800px;
	margin-left:0px;
	height:auto;
	top:0px;			
}
#menu { 
	position: absolute; 
	left: 2px; /*posição à direita*/
	top: 0px; /*posição abaixo*/
	background-color:#1d3682;
	width: 120px;
	height: 400px; 
}
#menu ul {
	list-style-type: none; /*remove o marcador*/ 
	margin: 0; /*remove o recuo IE e Opera*/ 
	padding: 0; /*remove o recuo Mozilla e NN*/ 
	font: 14px impact;
	top:110px;
}
#menu a {
	display: block;
	padding: 1px 0 1px 15px;	
	width: 95px;	
	color: #FFFFFF;
	text-decoration: none;	
	voice-family: "\"}\"";  /*Box Model Hack*/
	voice-family:inherit;
	width:95px;
}
#menu a {width:105px;}

#menu a:hover
{
	background-color: #f66110;
	color: #000000;
}
#logo
{
	left: 2px; /*posição à direita*/
	top: 83px; /*posição abaixo*/
	background-image: url('../img/home/Logo.gif');
	width:121px;
	height:124px;
}
#contrur
{
	vertical-align: middle;
	text-align: center;
}
.Botao
{
	color: cornflowerblue;
	font-family: verdana;
	font-weight: bold;
	font-size: 14;
	border-right: cornflowerblue 1px solid;
	border-top: cornflowerblue 1px solid;
	border-left: cornflowerblue 1px solid;
	border-bottom: cornflowerblue 1px solid;
	background-color: white;
	text-align: center;
}
.Erro
{
	color: red;
	font-family: verdana;
	font-weight: bold;
	font-size: 14;
}
#Visita { 
	position: absolute; 
	color: white;
	left: 2px; /*posição à direita*/	
	background-color:#1d3682;
	top: 410px;
	width: 120px;
	height: 80px; 
	font: 14px impact;
}