/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background: #E4E9F3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.main {
	position: absolute;
	width: 780px;
	height: auto !important;
	left: 50%;
	top: 0px;
	margin-left: -390px;
}
.top, .bottom {
	width: 780px;
	height: 30px;
}
.menu {
	position:absolute;
	width: 780px;
	height: 130px;
	background: #A9D0FB;
}
.externo {
	position:absolute;
	top: 160px;
	background: #A9D0FB;
}
#LayerPromocao {
	position:absolute;
	width:320px;
	height:266px;
	z-index:1;
	top: 100px;
	left: 200px;
	border: 10px solid #FFFFFF;
	background: #FFFFFF;
}
.titLayer {
	font-size: 11px;
	text-align: left;
	height: 26px;
	background: #FFFFFF;
	font-weight: bold;
}
.CloseLayer {
	position: absolute;
	background: #FFFFFF;
	left: 252px;
	padding-left: 3px;
	padding-right: 3px;
}
/*-------------- PROMOCAO ---------------*/
.DivPromocao {
	position: absolute;
	top: 160px;
	width: 780px;
	height: auto !important;
	background: #A9D0FB;
}
.proTitulo {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 20px;
	color: #1F4130;
	font-weight: bold;
	border-bottom: #1F4130 solid 2px;
	text-align: right;
}
.proViewDesc {
	padding: 10px;
}
.proViewDescView {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.pro_Ft {
	margin-left: 5px;
	padding: 5px;
	border: #0099FF 1px solid;
	background: #FFFFFF;
}
.pro_DescNormal {
	font-size:10px;
	padding-left: 27px;
	text-align: justify;
}
.pro_DescNormalView {
	font-size:11px;
	margin-top: 10px;
	margin-left: 7px;
	margin-right: 7px;
	text-align: justify;
}
.pro_DescTit a {
	padding-left: 5px;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.pro_DescTit a:hover {
	text-decoration: underline;
}
.pro_DescTitView {
	margin-left: 5px;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
.pro_DescLeia {
	padding-top: 3px;
	padding-left: 27px;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}
.pro_DescLeiaLink a {
	color:#333333;
	text-decoration:none;
}
.pro_DescLeiaLink a:hover {
	color:#666666;
	text-decoration:underline;
}
.pro_DescLeiaVoltar {
	padding-top: 3px;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	text-align: right;
	padding-right: 7px;
}
.pro_ImgView {
	text-align: center;
}
/* ---------- FORM RESERVAS ----------- */
.formReservas {
	width: 780px;
	height: auto;
	background: #A9D0FB;
}
.resDadosForm {
	margin: 20px;
}
.resText {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	width: 180px;
}
input {
	font-size: 10px;
	padding: 3px;
}
.resTxtMenor {
	font-size: 9px;
	color: #333333;
}
select {
	font-size: 10px;
	padding: 2px;
}
.resTxtLabel {
	font-size: 10px;
	color: #000000;
}
textarea {
	font-size: 12px;
	padding: 3px;
}
/* ----- */
.alerta2 {
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	color:#FF0000;
	font-weight: bold;
}

.top a {
	text-indent: -20000px;
	color:#E4E9F3;
	text-decoration:none
}