/************************/
/* Configurações Gerais */
/************************/

* {margin: 0px; padding: 0px;}

body {font: 12px arial, verdana, helvetica, sans-serif;	color: #fff; background: #fff;}

.clear {clear: both;}

p {text-align: justify; margin: 10px 10px 0px 0px;}

span {text-align: left;	margin: 10px 0px 0px 0px;}

h1 {font: 16px verdana, arial, helvetica, sans-serif; color: #fff; font-weight: bold; padding-bottom: 15px; }

html { /* Obriga a exibição da barra de rolagem vertical no Mozilla/IE */
	 overflow-y: scroll;
 	 overflow-x: auto;}


/*************************************/
/* Área prijncipal - imagem de fundo */
/*************************************/

#imagemFundo {margin: 0 auto; width: 1024px; height: 439px; background: url(image/hotsite.jpg) no-repeat top left;}
#imagemFundoDados {margin: 0 auto; width: 1024px; height: 439px; background: url(image/hotsiteDados.jpg) no-repeat top left;}


/********/
/* Menu */
/********/

#menu {width: 600px; top: 40px; left: 415px; position: relative;}

.linksMenu ul {}	

.linksMenu li {width: 81px;	margin: 0 1px 0 0; float: left; height: 28px; line-height: 13px; background: url(image/bgMenu.jpg) repeat-x; list-style: none; text-align: center;}

.linksMenu li a {
	display: inline; 
	font-size: 11px;
	color: #234B14;
	text-decoration: none;
	padding: 0 3px;
}	
	
.linksMenu li a:hover {color: #fff; text-decoration: none;}

/********/
/* Dados */
/********/

#dados {width: 515px; height: 210px; background: url(image/bgDados.png) repeat-x; padding: 20px; top: 70px; left: 469px; position: relative;}

#dados ul {}

#dados ul li {list-style: url(image/imgLista.png); color: #fff; font-size: 12px; margin-left: 15px;}
