html, body {
	margin:0;
	padding:0;
	height: 100%;
	vertical-align: middle;
	background-color: #999999;
}

a:link {
	color: #3399CC;
}

.base_conteudo {
	padding: 5px;
}

#container {
	min-height: 100%;
	position: relative;
	width: 1003px;
	padding: 0px;
	background-position: center;
	background-color: #FFFFFF;
  	/* lembrem-se do box model hack */
}

#cabecalho {
	padding: 5px;
	margin-bottom: 0px;
	height: 240px;
	background-color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
	position: relative;
}

#cabecalho_logotipo {
	position: absolute;
	padding: 5px;
	width: 240px;
	float: left;
	left: 0px;
	top: 5px;
}

#col-um {
	border:1px solid #FFCC33;
	background-color: #FFFFCC;
	padding: 5px;
	width: 200px;
	float: left;
}

#col-dois {
	border:1px solid #FFCC33;
	background-color: #FFFFCC;
	padding: 5px;
	width: 200px;
	float: right;
}

#conteudo {
	background-color: #191919;
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: auto;
}
 
#rodape {
	position: relative;
	bottom: 0px;
	padding: 0px;
	margin-top: 20px;
	height: 105px;
	background-color: #FFFFFF;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	margin-right: 25px;
	margin-left: 25px;
}
#rodape_botoes {
	position: absolute;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 600px;
}
#rodape_botoes_botoes {
	top: 10px;
}

#copyright {
	position: absolute;
	padding: 5px;
	width: 300px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-position: right bottom;
	text-align: right;
	height: auto;
	vertical-align: text-bottom;
	margin-top: 40px;
	left: 639px;
	top: 12px;
}
#cabecalho_menus {
	position: absolute;
	padding: 5px;
	width: 740px;
	float: right;
	right: 0px;
	top: 5px;
	height: 230px;
}


#cabecalho_menus_botoes {
	position: absolute;
	padding: 0px;
	width: 600px;
	float: left;
	left: 5px;
	top: 3px;
}

#cabecalho_menus_imagens {
	position: absolute;
	padding: 0px;
	width: 730px;
	float: left;
	left: 4px;
	top: 57px;
	height: 176px;
}


#cabecalho_home {
	display: table;
	padding: 0px;
	margin-bottom: 0px;
	height: auto;
	background-color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
	width: 1003px;
}

#cabecalho_logotipo_home {
	padding: 5px;
	width: 240px;
	float: left;
}

#cabecalho_menus_home {
	padding: 5px;
	width: 725px;
	float: right;
	height: auto;
}

.home_container_boas_vindas {
	padding: 5px;
	width: 626px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.home_container_hospedagem {
	padding: 5px;
	width: 297px;
	float: left;
}

.home_container_servicos {
	padding: 10px;
	width: 284px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #262626;
	text-align: center;
}

.home_container_portais {
	padding: 10px;
	width: 960;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #C1C1C1;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.link_amarelo {
	color: #FF0;
}
