/* CSS Document */
#equipamentos, #infraestrutura, #servicos, #lazer, #localizacao, #contato {display: none;}

* {
	margin:0;
	padding:0;
	vertical-align:baseline;
}

/***
		= HTML > BODY 
***********************************************/

html, body {
	width: 100%;
	height: 100%;
	background: #719AD2; /*#244E92 #B29950 url(../images/bg_body.jpg) repeat-x; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

/***
		= IMAGE STYLES
***********************************************/

img {
	border: none;
	vertical-align:middle;
}

/***
		= GENERAL DIV STYLES
***********************************************/

div#container {
	width:800px;
	height:auto;
	margin:auto;
	background:url(../images/bg.gif) repeat-y;
}

div#header {
	width:760px;
	height:60px;
	padding:10px 20px 0 20px;
}

div#menu {
	width: 770px;
	height:36px;
	padding:10px 13px 0 17px;
	text-align: center;
}

div#contentTop {
	width: 760px;
	height:255px;
	padding:10px 0px 0px 25px;
}

div#content {
	width: 760px;
	height:auto;
	padding:10px 20px 0 20px;
}
div#linha_fim1 {
	width: 760px;
	height:10px;
	clear:both;
	font-size:1px;
}
div#linha_fim2 {
	width: 800px;
	height:5px;
	clear:both;
}
div#footer {
	text-align:center;
}

/***
		= CONTEÚDO TOP
***********************************************/

div#photo {
	float: left;
	width: 331px;
	height: 242px;
	padding-left:21px;
	background-image: url(../images/foto_destaque.gif);
}

div.photo-rand {
	float:left;
	width:309px;
	height:188px;
	margin: 27px 0 0 0;
}

div.text-rand {
	float:left;
	width: 299px;
	height: 35px;
	margin: -70px 0 0 0;
	padding: 5px;
	background-image: url(../images/text-rand.png);
	color: white;
}

div#search {
	width: 360px;
	float: right;
	margin: 0px 0 0 0;
	padding: 45px 10px;
	background: url(../images/search.jpg) no-repeat;
}

div#search table tr td{
	vertical-align:middle;
}

div#search input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

/***
		= CONTEÚDO
***********************************************/
/* 
	= MENU LATERAL
-----------------------------------------*/

div#menuLeft {
	float: left;
	width: 127px;
	height:500px;
	clear:both;
}

div#login {
	height: 136px;
	padding:35px 10px 0 10px;
	margin-top:-5px;
	background: url(../images/login.jpg) no-repeat center;
}

div#login p.bt_login_entrar{
	padding:10px 0 5px 0;
	text-align:right;
}

div#login p.link_esqueceu_senha{
	padding:5px 0 5px 0;
	text-align:center;
}
/* 
	= COLUNA CENTRAL
-----------------------------------------*/

div#central {
	border: 1px solid #666;
	float: left;
	width: 472px;
	height:auto;
	margin:0 10px 0 10px;
	padding: 10px 9px 9px 9px;
	text-align: left;
}

div#form {
	width: 270px;
	margin: auto;
	margin-left: 110px;
}

p.barra_titulo{
	padding:0px 0 15px 0;
	text-align: center;
}
p.txt_home{
	padding:0 30px 10px 30px;
}

/* 
	= INDEX DESTAQUES
-----------------------------------------*/

div#headline {
	width: 472px;
	margin: auto;
	float: left;
	padding-bottom:10px;
}

div#headline .photo {
	width: 95px;
	height: 95px;
	float: left;
	padding-left: 15px;
}

div#headline .text {
	width: 240px;
	height: 95px;
	float: left;
	text-align: left;
	margin-left: 5px;
	line-height: 16px;
}

div#headline .icons {
	width: 110px;
	height: 95px;
	float: left;
	margin-left: 5px;
}

div#headline .hr {
	width: 470px;
	height: 1px;
	clear:both;
	font-size:1px;
}

div.icons p.bt_saiba_mais{
	padding:10px 0 0 0;
}

/* 
	= RESULTADOS SEARCH
-----------------------------------------*/

#searchResultados {
	margin-left: 60px;
	padding: 45px 10px;
	background: url(../images/search.jpg) no-repeat;
}

/* 
	= PUBLICIDADE
-----------------------------------------*/

div#ads {
	float: left;
	width: 121px;
	height:500px;
	text-align:center;
}
div#ads .espaco_banner{
	width: 121px;
	height:5px;
	font-size:1px;
}

div#adsLeft {
	margin:50px 0px 0px 0px;
}
/***
		= FORM STYLES
***********************************************/

input, select, textarea, fieldset {
	color:#666;
	vertical-align:middle;
}

input.btn_image {
	border: none;
	width: auto;
}

input.campo_busca {
	width: 140px;
}

input.campo_login {
	width: 103px;
}

select.select_busca {
	width: 143px;
}
/***
		= LINK STYLES
***********************************************/

a.link_esqueceu_senha, a.link_esqueceu_senha:link, a.link_esqueceu_senha:hover, a.link_esqueceu_senha:visited {
	color: #666;
}
a.link_blank, a.link_blank:link, a.link_blank:hover, a.link_blank:visited {
	color: #666;
	font-weight: bold;
}

div#footer a {
	color: #666;
	text-decoration: none;
}
div#footer a:hover {
	color: #666;
	text-decoration: underline;
}

a.link_destaques, a.link_destaques:link, a.link_destaques:hover, a.link_destaques:visited {
	font-weight: bold;
	color: #BF0012;
	text-decoration: none;
}
a.link_destaques:hover{
	font-weight: bold;
	color: red;
	text-decoration: underline;
}

/******************/
/***  TOOL-TIP  ***/
/******************/

a.txtToolTip, a.txtToolTipWhite{
	position:relative; 
	cursor:help; 
	z-index:24;
}
a.txtToolTip:hover, a.txtToolTipWhite:hover{
	background:transparent;
	z-index:25;
}
a.txtToolTip span, a.txtToolTipWhite span{
	display: none
}
a.txtToolTip:hover span{ 
	display:block;
	position:absolute;
	width:230px; 
	top:-3em;
	text-align:center;
	left:-20em;
	font: 12px arial, verdana, helvetica, sans-serif; 
	font-weight:bold;
	padding:5px 10px;
	border:1px solid #666666;
	background:#719AD2; 
	color:#FFFFFF;
}
a.txtToolTipWhite:hover span{ 
	display:block;
	position:absolute;
	width:230px; 
	top:-3em;
	text-align:center;
	left:-20em;
	font: 12px arial, verdana, helvetica, sans-serif; 
	font-weight:bold;
	padding:5px 10px;
	border:1px solid #54A701;
	background:#FFFFFF; 
	color:#95C467;
}

/****
 * MANUTENCOES DIEGO
 ****/
 #salas, #localizacao {
 min-height:310px;
 height:auto !important;
 height:310px;
 }