/* CSS Document */

html, body {
	height: 100%;
}

a {text-decoration:none; color:#605e64; outline:none;}
a:hover {text-decoration:underline;}
img {border:none; outline:none;}



body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width:100%;	
	position:absolute;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-style:italic;
	font-size:12px;
	color:#605e64;
	background:url(../img/bg.jpg) no-repeat center top #ededed;
}

.bg-internas {background:url(../img/bg-internas.jpg) no-repeat center top #ededed;}
.bg-zoom {background:url(../img/bg-zoom-paqueta.jpg) no-repeat center top #ededed;}
.bg-zoom-gaston {background:url(../img/bg-zoom-gaston.jpg) no-repeat center top #ededed;}

.bt-acessar-site{
	background:url(../img/bt-acessar-site.png) no-repeat;
	width:82px;
	height:14px;
	margin:17px 0px 0px 0px;
}

.bt-veja-mais{
	background:url(../img/bt-veja-mais.png) no-repeat;
	width:69px;
	height:17px;
	margin:17px 0px 0px 0px;
}

.bt-voltar{
	float:right;
	width:64px;
	height:22px;
	background:url(../img/bt-voltar.png) no-repeat;
	margin:3px 0px 0px 0px;
}

.separador{
	background:url(../img/separador.png) no-repeat 0px 0px;
	width:34px;
	height:4px;
	margin:5px 0px 5px 0px;
}

.datacinza {color:#918f97;}

.rosa {color:#ff6060;}
.azul {color:#00baff;}
.cinza {color:#5d5d5d;}

.clear {clear:both;}

.a_m_t_10 {margin-top:10px !important;}
.a_m_t_30 {margin-top:30px !important;}
.a_m_t_50 {margin-top:50px !important;}

.a_m_b_10 {margin-bottom:10px !important;}
.a_m_b_30 {margin-bottom:30px !important;}
.a_m_b_50 {margin-bottom:50px !important;}

.a_m_e_10 {margin-left:10px !important;}
.a_m_e_20 {margin-left:20px !important;}
.a_m_e_100 {margin-left:100px !important;}
.a_m_e_128 {margin-left:128px !important;}
.a_m_e_200 {margin-left:200px !important;}

.a_m_d_10  {margin-right:10px !important;}
.a_m_d_20  {margin-right:20px !important;}
.a_m_d_50 {margin-right:50px !important;}
.a_m_d_100 {margin-right:100px !important;}

.txt10 {font-size:10px !important;}
.txt12 {font-size:12px !important;}
.txt14 {font-size:14px !important;}

.vinho{color:#72657d;}
.rose {color:#a06173;}

.float_esq {float:left;}
.float_dir {float:right;}

/* Replace de imagens */
.replace {
	background-repeat: no-repeat;
	background-position: left top;
	background-color:transparent;
	text-indent:-50000px;
	overflow:hidden;
	display:block;
}

.ie6 .replace {
	background-repeat: no-repeat;
	background-position: left top;
	background-color:transparent;
	text-indent:-50000px;
	overflow:hidden;
	display:block;
}

.replace * {
	text-indent: -10000px;
	display:block;
	background-repeat: no-repeat;
	background-position: left top;
	background-color:transparent;
}

.replace a {
	text-indent:0;
}

.replace a span {
	text-indent:-10000px;
}

.replace-bt {
	text-indent:-999px;
	line-height:999999px;
	cursor:pointer;
	display:block;
	border:none;
}
