/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
	overflow-x: hidden;
}



#box {
	width: 780px;
	height: 470px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -390px; /* este valor equivale à metade da largura,
negativo */
	margin-top: -235px; /* este valor equivale à metade da altura,
negativo */
	visibility: visible;



 /* for explorer only */
/* optional: #inner[id] {position: static;} */

}
.texto {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}
.texto_peq_cinza {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
.texto_formulario {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #663366;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.caixa_formulario {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #999999;
	border: 1px solid #CCCCCC;
}
.linha_vermelha_agenda {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DA251D;
}
.fonte_agenda_1 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
.fonte_agenda_2 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}





.titulos {
	font-family: "Century Gothic";
	font-size: 24px;
	font-weight: bold;
	color: #29133A;
}
.subtitulo {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.fonte_precos_escura {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}

    /*
    Alpha PNG support for IE
    ------------------------------
    Aviso, este código abaixo funciona apenas para visualização na tela. Quando este documento for impresso, o bug voltará.
    O Hack Abaixo faz o código rodar apenas no IE. Sendo que os outros browsers como, Firefox, Opera e Safari já tem a transparencia de PNG nativo.
    \*/
    * html img/**/ {
 filter:expression(
   this.alphaxLoaded ? "" :
   (
       this.src.substr(this.src.length-4)==".png"
       ?
       (
     (!this.complete)
     ? "" :
         this.runtimeStyle.filter=
         ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
         (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
         String(this.alphaxLoaded=true).substr(0,0)+
         (this.src="http://www.moteispalacemirage.com.br/site/palace/css/blank.gif").substr(0,0)
       )
       :
       this.runtimeStyle.filter=""
   )
     );
    }
	
	
	.borda_cinza_media {
	border: 1px solid #333333;
}

    * html img/**/ {
 filter:expression(
   this.alphaxLoaded ? "" :
   (
       this.src.substr(this.src.length-4)==".png"
       ?
       (
     (!this.complete)
     ? "" :
         this.runtimeStyle.filter=
         ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
         (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
         String(this.alphaxLoaded=true).substr(0,0)+
         (this.src="http://www.moteispalacemirage.com.br/site/palace/css/blank.gif").substr(0,0)
       )
       :
       this.runtimeStyle.filter=""
   )
     );
    }
	
	
	.borda_cinza_media {
	border: 1px solid #333333;
}
.borda_foto {
	border: 1px solid #333333;
}
.promo_img {
	background-image: url(../img/promo_img/promocoes.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.promo_txt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.promo_img1 {
	background-image: url(../img/promo_img/promocoes_1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.fundo_corpo {
	background-image: url(../img/fundo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.espaco_iframe_musica {
	background-position: 25px 10px;
}
.enquete {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 25px;
}
.fundo_menu {
	background-image: url(../img/fundo_menu.jpg);
	background-repeat: repeat-x;
}
.borda_branca_direita {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
fonte_branca {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.fonte_formulario {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.titulos {
	font-family: "Century Gothic";
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.rodape_contato {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 25px;
	font-weight: normal;
	color: #FFFFFF;
}
.fotos_monte {
	background-image: url(../img/fotos_monte.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.bordas_fotos {
	border: 2px solid #333333;
}
h1{
	font-size:180%;
	font-weight:normal;
	color:#555;
}
h2{
	clear:both;
	font-size:160%;
	font-weight:normal;
	color:#555;
	margin:0;
	padding:.5em 0;
}
a{
	text-decoration:none;
	color:#f30;	
}
p{
	clear:both;
	margin:0;
	padding:.5em 0;
}
pre{
	display:block;
	font:100% "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	overflow:auto;
	width:800px;
}

img{border:none;}
ul,li{
	margin:0;
	padding:0;
}
li{
	list-style:none;
	float:left;
	display:inline;
	margin-right:10px;
}



/*  */

#preview{
	position:absolute;

	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	font-family: Tahoma;
	font-size: 12px;
	}

/*  */
body,td,th {
	color: #FFFFFF;
}
.style1 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
.style2 {
	font-size: 16px;
	font-weight: bold;
}
.style3 {
	font-size: 16px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style4 {
	font-size: 12px;
	color: #FFFFFF;
}.titulo_fotos {
	font-family: "Century Gothic";
	font-size: 22px;
	font-weight: bold;
	color: #FC3;
}
.textoagenda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FC3;
}
.fundo_frame {
	background-color: #000;
}

