/* CSS Document */
body {
	margin:0;
	background-image:url(imagens/fundo_corpo.gif);
	background-repeat:repeat-x;
	font-family:Arial;
	font-size:12px;
	background-color: #5e5c53;
	line-height:18px;
	color:#666;

}
/* ------------------ valores fixos ------------------*/
a {	text-decoration:none;}
a:hover {text-decoration:underline;}
img {border:0;}
hr {border:1px dotted #CCCCCC;}
form {margin:0}
select, input {
	font-family:Arial;
	font-size:11px;
	margin-top:3px;
}
li {
	list-style-image:url(imagens/marcador.gif);
	line-height:22px;
}
label {
	padding-top:3px;
	display: block;
	font-family:Arial;
	font-size:11px;
	text-align:right;
	padding-right:10px;
	float: left;
	height:20px;
}
.botao a{
	float:right;
	display:block;
	margin-top:5px;
	margin-right:5px;	
	padding-top:3px;
	padding-bottom:3px;
	background-color:#363636;
	font-family:Arial;
	font-size:10px;
	color:#CCCCCC;
	text-decoration:none;
	text-align:center;
}
.botao a:hover{
	color:#FFFFFF;
	background-color:#78150a;
}
/* ------------------ elementos de form ------------------*/
/* ------------------ acaba elementos do topo ------------------*/
#topo {
	margin:0 auto;
	width:775px;
	height:162px;
	margin-left:auto;
	margin-right:auto;
}
#topo-logo{
	width:465px;
	height:162px;
	text-align:right;
	float:left;
}
#topo-imagens{
	width:172px;
	height:162px;
	float:right;
}
#hotel-topo{
	width:190px;
	height:74px;
	margin-top:55px;
	float:right;
}
#investidores-topo{
	width:172px;
	height:34px;
	float:right;
}

/* ------------------ acaba elementos do topo ------------------*/
#conteudo {
	margin:0 auto;
	width:775px;
	padding-bottom:20px;
	margin-top:15px;
	display:table;
}
#menu {
	float:left;
	margin-top:50px;
	width:140px;
	height:165px;
}
#direita {
	float:right;
	width:635px;
	min-height:400px;
}
#imagem {
	margin-left:30px;
}
#titulo {
	margin-left:20px;
	width:635px;
	height:64px;
}
#texto {
	width:520px;
	background-color:#FFF;
	margin-left:30px;
	padding-left:15px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right: 15px;
}
#noticias {
	width:420px;
	margin-left:30px;
	padding-left:15px;
	padding-top:20px;	
	padding-bottom:20px;
	color:#FFF;
}
#noticias a {
	color:#FFF;
}
#contato {
	width:300px;
	background-color:#FFF;
	margin-left:30px;
	padding-left:15px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right: 15px;
	float:left;
}
#contato_dados {
	float:left;
	width:255px;
	margin-left:10px;
}

#rodape {
	clear:both;	
	background-color:#e4e2dc;
	background-image:url(imagens/fundo_final.gif);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	margin:0 auto;
	width:100%;
	padding-top:40px;
	height:115px;
}
#rodape-final{
	margin:0 auto;
	width:775px;
}
#rodape-direitos{
	float:left;	
}

#rodape-assinatura{
	float:right;	
}
#rodape-grupo{
	margin:0 auto;
	margin:20px;
	text-align:center;
}

#rodape a{
	font-size:10px;
	color:#333333;
	text-decoration:none;
}
#rodape a:hover{
	text-decoration:underline;
}
/* --------------  PÁGINAS SECUNDARIAS ------------ */


#pontinhado {
	width:98%;
	height:10px;
	margin:auto 0;
	background-image:url(imagens/fundo_pontilhado.gif);
	background-repeat:repeat-x;
	background-position:center;
	display:block;
}
#legenda{
	margin-top:15px;
	text-align:right;
	display:block;
	float:right;
}	

.borda_img{
	border:#CCCCCC 10px solid;
	margin-bottom:10px;
	margin-right:10px;
}

/* --------------  TEXTOS ------------ */

.texto-branco {
	color:#FFFFFF;
}
.texto-legenda {
	color:#FFFFFF;
	font-size:9px;	
}
.texto-legenda a {
	color:#FFFFFF;
}
.texto-cinza {
	color:#3e3d3a;
	font-weight:normal;
	text-align:justify;
}
.texto-vermelho {
	color:#78150a;
	text-align:justify;
}
.texto-cinza a{
	color:#3e3d3a;
}

.texto-vermelho a {
	color:#78150a;
}

.texto-cinza-pequeno {
	font-size:9px;
	color:#3e3d3a;
}
