﻿/*************************************************************************
								HOTEIS.COM 
**************************************************************************/

/* ESTRUTURA */

html, body, form, #container
{
	height: 100%;
}

form > #container
{
	height: auto;
	min-height: 100%;
}

a
{
	outline: 0;
}

#contatiner
{
	display: table;
}

#header
{
	background: url(../../util/img/Estrutura/bgHoteis.png) no-repeat 0 35px;
	width: 881px;
	padding: 25px 0 0 93px;
	height: 155px;
	margin: auto;
}

#content
{
	width: 974px;
	margin: auto;
}

#footer
{
	position: relative;
	height: 39px;
	padding-top: 4px;
	clear: both;
	text-align: center;
	background: url(../../util/img/Estrutura/bgFooter.png) repeat-x 0 0;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

/* GERAL */

*
{
	margin: 0;
	padding: 0;
}

body{
font-family:verdana, Arial, freesans, garuda, helvetica, sans-serif;
color:#666666;
font-size:11px;
text-align:left;
background:#fff800 url(../../util/img/Estrutura/bgFundo.png) repeat-x 0 0;}

a
{
	text-decoration: none;
}

img, ul, a, fieldset
{
	border: 0;
	list-style: none;
}

p
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
}

.fLeft
{
	float: left;
}

.fRight
{
	float: right;
}

.clear
{
	clear: both;
}

h2
{
	padding: 10px 0 15px;
}

/* MENU GERAL SPRITE */

ul.menu li
{
	background-image: url( "../../util/img/Estrutura/spriteMenu.png" );
	float: left;
	height: 140px;
	list-style: none;
}

ul.menu li a
{
	text-indent: -9999px;
	margin-top: 70px;
	height: 30px;
	display: block;
}

ul.menu li.mnHome
{
	background-position: -4px 0;
	width: 141px;
}
ul.menu li.mnHome a
{
	width: 58px;
	margin-left: 79px;
}

ul.menu li.mnParticipe
{
	background-position: -148px 0;
	width: 115px;
}
ul.menu li.mnParticipe a
{
	width: 93px;
	margin-left: 16px;
}

ul.menu li.concursoViagem
{
	background-position: -264px 0;
	width: 245px;
	text-indent: -9999px;
}

ul.menu li.mnGaleria
{
	background-position: -508px 0;
	width: 98px;
}
ul.menu li.mnGaleria a
{
	width: 77px;
	margin-left: 0px;
}

ul.menu li.mnRegulamento
{
	background-position: -605px 0;
	width: 188px;
}
ul.menu li.mnRegulamento a
{
	width: 146px;
	margin-left: 2px;
}

/* REGULAMENTO - FORMLÁRIO */

.txtRegulamento2
{
	padding-top: 30px;
}

.containerForm
{
	background: url(../../util/img/Backgrounds/bgFilmadoraGrande.png) no-repeat 540px;
	margin: 20px 0 50px 0;
	position: relative;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

.containerForm tr td
{
	padding-bottom: 10px;
	vertical-align: top;
}

.inicioBox
{
	background: url(../../util/img/Estrutura/spriteTxtBox.png) no-repeat left;
	width: 7px;
	height: 22px;
	float: left;
}

.fimBox
{
	background: url(../../util/img/Estrutura/spriteTxtBox.png) no-repeat right;
	width: 8px;
	height: 22px;
	float: left;
}

.inputBox
{
	border: 1px solid #e09809;
	border-width: 1px 0;
	height: 18px;
	float: left;
	padding-top: 2px;
}

.btnEnviar
{
	text-align: center;
	margin-top: 5px;
}

.btnEnviar span
{
	float: left;
	font-weight: bold;
}

/* TELA DE SUCESSO */

.sucessoTabela
{
	margin: auto;
	padding-top: 20px;
}

.sucessoBgMao
{
	background: url(../../util/img/Backgrounds/bgMao.png) no-repeat 3px 0px;
	height: 150px;
	width: 100px;
}

.sucessoTexto
{
	text-align: justify;
	padding-top: 15px;
	padding-left: 10px;
	font-weight: bold;
}

.sucessoBtConfiraGaleria
{
	text-align: right;
	padding-top: 30px;
}


/* PADRÃO DE CHECKBOX - Participe */

label.checkbox span.holder
{
	height: 61px;
	background: url(../../util/img/prettyCheckboxes/checkbox.gif) 0 -1px no-repeat;
}

label.radio span.holder
{
	height: 61px;
	background: url(../../util/img/prettyCheckboxes/radio.gif) 0 -1px no-repeat;
}

label.checkbox:hover span.holder, label.radio:hover span.holder
{
	top: -21px !important;
}

label.checked span.holder, label .checked span.holder, label.checked:hover span.holder, label.checked:hover span.holder
{
	top: -42px !important;
}

label.list
{
	float: left;
	clear: left;
	margin: 0 0 5px 0;
}

label.inline
{
	float: left;
	margin: 0 10px 0 0;
}

input.hiddenCheckbox
{
	position: absolute;
	left: -10000px;
}

label.prettyCheckbox span.holderWrap
{
	display: block;
	float: left;
	position: relative;
	margin-right: 5px;
	overflow: hidden;
}

label.prettyCheckbox span.holder
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}


/* PADRÃO DE DROPDOWN - Participe */

.dd
{
	text-align: left;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	float: left;
}

.dd .ddTitle
{
	background: #FFF;
	border: 1px solid #E09809;
	border-width: 1px 0;
	padding: 3px;
	text-indent: 0;
	cursor: default;
	height: 14px;
	position: relative;
}

.dd .ddTitle span.arrow
{
	background: url(../../util/img/Backgrounds/dd_arrow.png) no-repeat 0 0;
	display: inline-block;
	width: 25px;
	height: 22px;
	cursor: pointer;
	position: absolute;
	top: -1px;
	right: -5px;
}

.dd .ddTitle span.textTitle
{
	text-indent: 1px;
	overflow: hidden;
	line-height: 16px;
}

.dd .ddTitle span.textTitle img
{
	text-align: left;
	padding: 0 2px 0 0;
}

.dd .ddTitle img.selected
{
	padding: 0 3px 0 0;
	vertical-align: top;
}

.dd .ddChild
{
	position: absolute;
	border: 1px solid #c3c3c3;
	border-top: none;
	display: none;
	margin: 0;
	width: auto;
	overflow: auto;
	overflow-x: hidden !important;
	background-color: #ffffff;
}

.dd .ddChild .opta a, .dd .ddChild .opta a:visited
{
	padding-left: 10px;
}

.dd .ddChild a
{
	display: block;
	padding: 3px 0 3px 3px;
	text-decoration: none;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}

.dd .ddChild a:hover
{
	background: #66CCFF;
}

.dd .ddChild a img
{
	border: 0;
	padding: 0 2px 0 0;
	vertical-align: middle;
}

.dd .ddChild a.selected
{
	background: #66CCFF;
}

.hidden
{
	display: none;
}

/*------------------------------------------------GALERIA-----*/

.dadosPost
{
	margin: 0 15px 20px;
	_margin: 0 14px 20px;
	float: left;
	width: 132px;
	line-height: 17px;
	font-family: Verdana;
}

.bgGaleriaOutros .dadosPost
{
	margin: 0 17px 20px;
	_margin: 0 15px 20px;
	float: left;
}

.nomeVideo
{
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.dadosPost span.yellow
{
	color: #FFE100;
	font-weight: bold;
}

.bgGaleriaDestaques
{
	background: #000;
	width: 813px;
	color: #FFF;
	padding: 0 10px;
}

.boxVideoAmarelo, .boxVideoAzul
{
	position: relative;
	margin-bottom: 5px;
}

.brdAmarela, .brdAzul
{
	position: absolute;
	top: 0;
	left: 0;
}

.bgGaleriaOutros
{
	width: 834px;
	margin: auto;
}

.nomeVideo2
{
	color: #183857;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.bgGaleriaOutros span.red
{
	color: #980404;
	font-weight: bold;
}

.nomeUsuariosOutros
{
	color: #183857;
}

.paginacaoVideos
{
	text-align: center;
	margin: 5px 0 20px;
}

.paginacaoVideos a, .paginacaoVideos a:hover, .paginacaoVideos a:visited, .paginacaoVideos span
{
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
}

.paginacaoVideos a, .paginacaoVideos a:hover, .paginacaoVideos a:visited
{
	color: #183857;
	padding: 0 3px;
}

.paginacaoVideos span
{
	color: #980404;
}

.boxVideoAzul
{
	padding: 2px 0 0 5px;
	font-size: 10px;
	font-family: Verdana;
}

.boxVideoAmarelo
{
	padding: 1px 0 0 4px;
}

.topGaleria
{ *margin-bottom:-3px;}

.boxBuscar
{
	background: url(../../util/img/Backgrounds/boxBuscar.png) no-repeat right top;
	width: 367px;
	padding: 5px 0 0 12px;
	height: 78px;
}

.textGaleria
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #183857;
}

.btnBuscar
{
	background: url(../../util/img/Botoes/btBuscas.png) no-repeat 0 0;
	display: block;
	width: 64px;
	height: 24px;
	border: 0;
	cursor: pointer;
}

.bgCamera
{
	background: url(../../util/img/Backgrounds/bgFilmadora.png) no-repeat 11px 4px;
	width: 128px;
	float: left;
	height: 64px;
}

/*------------------------------------------------REGULAMENTO-----*/

.regulamentoCorpo
{
	width: 956px;
	margin-left: 90px;
	margin-bottom: 35px;
}

.regulamentoTexto
{
	width: 793px;
}

.regulamentoCorpo h2
{
	font-weight: bold;
	color: #980404;
	padding: 10px 0 5px;
	font-family: Times New Roman;
	font-size: 18px;
}

.regulamentoCorpo p
{
	padding: 5px 0 15px 28px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #183857;
	text-align: justify;
}

.regulamentoFtSapato
{
	height: 82px;
	width: 164px;
	margin-left: 10px;
	background: url(../../util/img/Backgrounds/bgSapato.png) no-repeat 0 0;
}

.btnConfiraGaleria
{
	background: url(../../util/img/Botoes/btConfiraGaleria.png) no-repeat 0 0;
	width: 167px;
	height: 32px;
	border: 0;
	cursor: pointer;
}

/* TOOLTIP */

a.tooltip div
{
	position: relative;
	height: 20px;
	color: #fff;
}
a.tooltip span.marq
{
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}
a.tooltip:hover span.marq
{
	position: absolute;
	visibility: visible;
	display: inline;
}
a.tooltip:hover span.texto
{
	visibility: hidden;
}

