@charset "iso-8859-1";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

*html, #corpo {
	height: 100%; /*hack para o ie que nao interpreta min-height*/
	width: 100%;
}

#corpo {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
	margin: 0;
	padding: 0px;
}

html {
	height: 100%;
	width: 100%;
}

body {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	border: 0;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../imgs/bg.gif);
	background-repeat: repeat;
	background-position: center center;
}

a  {
	color: #CC1400;
}

a:hover {
	color: #FE5C4A;
	text-decoration: underline;
}

p {
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

input {
	width: 200px;
	border: 1px solid #CC1400;
	padding: 3px;
	height: 15px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
}

select {
	width: 207px;
	border: 1px solid #CC1400;
	padding: 3px;
	height: 25px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
}

textarea {
	width: 200px;
	border: 1px solid #CC1400;
	height: 100px;
	padding: 3px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
}

#btnEnviar {
	font-size: 11px;
	font-weight: bolder;
	background-color: #CC1400;
	text-align: center;
	width: 200px;
	height: 25px;
	color: #FFF;
	margin-top: 15px;
	border-top-color: #FE5C4A;
}

#divBgHeader {
	background-image: url(../imgs/header_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 207px;
	width: 100%;
	margin: 0px;
}
#divHeader {
	width: 960px;
	padding: 0px;
	height: 207px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-image: url(../imgs/header_bg_center.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 192px;
	width: 900px;
	float: left;
}

#headerLeft {
	background-image: url(../imgs/header_bg_left.gif);
	margin: 0px;
	padding: 0px;
	height: 192px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}
#headerLogo {
	background-image: url(../imgs/logo_hotel.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 207px;
	width: 228px;
	margin: 0px;
	padding: 0px;
}
#headerOutdoor {
	background-image: url(../imgs/header_outdoor_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 207px;
	width: 637px;
}
#headerOutdoorFoto {
	margin-top: 20px;
	margin-right: 6px;
	margin-left: 6px;
}




#headerRight {
	background-image: url(../imgs/header_bg_right.gif);
	margin: 0px;
	padding: 0px;
	float: right;
	height: 192px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: left top;
}

#divMenu {
	width: 900px;
	margin-top: 0px;
	height: 30px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 0px;
}

#menu {
	float: left;
	width: 882px;
	background-image: url(../imgs/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

#menuHome {
	margin-left: 7px;

}
#menuLeft {
	background-image: url(../imgs/menu_bg_left.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	height: 30px;
	width: 9px;
	margin: 0px;
	padding: 0px;
}

#menuRight {
	background-image: url(../imgs/menu_bg_right.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 30px;
	width: 9px;
}

.menuLinks {
	height: 30px;
	width: auto;
	float: left;
	margin: 0;
}
#divContainerTop {
	padding: 0px;
	height: 50px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#containerTopLeft {
	background-image: url(../imgs/container_top_bg_left.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 70px;
}


#containerTopCenter {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 810px;
	background-image: url(../imgs/container_top_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	float: left;
}
#containerTopTitle {
	background-image: url(../imgs/container_top_title_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 50px;
	width: auto;
	margin: 0px;
	float: left;
	padding: 0px;
}
#containerTopTitleClose {
	background-image: url(../imgs/container_top_title_close.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 43px;
}
#containerTopCotacao {
	float: right;
	height: 50px;
	width: auto;
	margin: 0px;
	padding: 0px;
}

#containerTopCotacaoLeft {
	background-image: url(../imgs/container_top_cotacao_left.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 50px;
	width: 34px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#containerTopCotacaoCenter {
	background-image: url(../imgs/container_top_cotacao_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	float: left;
	height: 50px;
	width: auto;
	margin: 0px;
	padding: 0px;
}

#containerTopCotacaoCenter p {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#containerTopCotacaoRight {
	background-image: url(../imgs/container_top_cotacao_right.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 34px;
}

#containerTopRight {
	background-image: url(../imgs/container_top_bg_right.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 50px;
	width: 20px;
}

#divBgContainer {
	background-image: url(../imgs/container_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
	width: 900px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#divContainer {
	width: 870px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-bottom: 0px;
}

#divConteinerClear {
	clear: both;
}

#divNav {
	padding: 0px;
	height: 42px;
	width: 900px;
	margin-bottom: 35px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#nav {
	background-image: url(../imgs/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	height: 42px;
	width: 870px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#navLeft {
	background-image: url(../imgs/nav_bg_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 42px;
	width: 15px;
}

#navRight {
	height: 42px;
	width: 15px;
	margin: 0px;
	padding: 0px;
	float: right;
	background-image: url(../imgs/nav_bg_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.navLink {
	float: left;
	height: 42px;
	width: auto;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#divBgFooter {
	background-image: url(../imgs/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	height: 192px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
	clear: both;
	bottom: 0px;
}

#divFooter {
	width: 960px;
	padding: 0px;
	height: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#footer {
	background-image: url(../imgs/footer_bg_center.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 900px;
	float: left;
}

#footerLeft {
	background-image: url(../imgs/footer_bg_left.gif);
	margin: 0px;
	padding: 0px;
	height: 192px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}
#footerCopyright {
	float: left;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
}

#footerCopyright p {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding-top: 20px;
}
#footerCopyright a  {
	color: #FFF;
}

#footerCopyright a:hover {
	color: #1c98cc;
	text-decoration: underline;
	font-weight: bold;
}

#footerT2 {
	float: right;
	height: auto;
	width: auto;
	padding-top: 25px;
	margin: 0px;
	text-align: right;
}

#footerT2 p {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 9px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCC;
	text-decoration: none;
	padding-top: 30px;
	text-align: right;
}

#footerRight {
	background-image: url(../imgs/footer_bg_right.gif);
	margin: 0px;
	padding: 0px;
	height: 192px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}
