@import url(http://fonts.googleapis.com/css?family=Kaushan+Script);
body {
	background-image: url(../objetos/background.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	  background-attachment: fixed;

}
#logo {
	height: 101px;
	width: 488px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
#fique {
	background-image: url(../objetos/branco.png);
	background-repeat: repeat;
	height: 210px;
	width: 420px;
	margin-left:20px;
	font-size:15px;
	border-radius:15px;
}
#fique a {	text-decoration:none;
	color:black;
	-webkit-transition: color 200ms ease-out 0s;
	-moz-transition: color 200ms ease-out 0s;
	-o-transition: color 200ms ease-out 0s;
	transition: color 200ms ease-out 0s;	
}
#fique a:hover {
	color: white;
}
#fique .titulo {
	font-family: 'Kaushan Script', cursive;
	font-size: 24px;
	margin-left:10px;
	color: #FFFFFF;
	}
#fique .texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: justify;
	padding-right: 8px;
	padding-left: 8px;
}
#fique .saiba {
	float: right;
	padding-right: 15px;
}
/* MENU */
#omenu {
	color: #FFFFFF;
	background-color: #000000;
	width: 100%;
	height:47px;
	display: table;
	margin-top:25px;
}


#menu ul{
	margin:0;
}
#menu ul li{
	float:left;
	list-style:none;
}
#menu ul li ul li{
	float:none;	display:none;

}
#menu ul li a{
    font-family: 'Kaushan Script', cursive;
	padding:11px 27px;	
	margin:0;
	text-decoration:none;
	color:#FFFFFF;
	-webkit-transition: color 200ms ease-out 0s;
	-moz-transition: color 200ms ease-out 0s;
	-o-transition: color 200ms ease-out 0s;
	transition: color 200ms ease-out 0s;	
	font-size:22px;
	display:block;
}
#menu ul li a:hover{
	color:#FF0000;
}
.contemSub a{}
.contemSub{
	float:none;
	position:relative;
}
.contemSub ul{
	display:none;
	position:absolute;
	z-index:1000000;
	width:250px;
	background:#fe8500;
	top:46px;
	left:0;
}
.contemSub ul li{
	display:block !important;
	padding:3px 10px !important;
	margin:0 !important;
	border-top:1px solid #fd921d;
	border-bottom:1px solid #ed7d01;
}
.contemSub ul li a{
	display:block !important;
	padding:0 !important;
	margin:0 !important;
}
/* FIM MENU */
#separa {
	background-image: url(../objetos/rodape.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 8px;
	width: 100%;
	margin-top:15px;
}
#rodape {
	padding-top:15px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-shadow:0px 0px 3px #ffffff;
}
#f13 {
	z-index:999;
	clear: right;
	float: right;
	height: 47px;
	width: 155px;
	margin-top:-40px;
	vertical-align: bottom;
}
#f13 img {     opacity: 0.4;
    transition: all 0.3s ease 0s;}
#f13 img:hover {     opacity: 1;}
#conteudo {
	margin-top:15px;
	height: 350px;
	width: 940px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../objetos/bg-preto.png);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: table;
	padding-bottom: 25px;
}
#conteudo h2 {
	font-family: 'Kaushan Script', cursive;
	font-size: 36px;
	padding-top: 15px;
	padding-left: 15px;
}
#suites {
	float: left;
	height: 250px;
	width: 300px;
	margin-right: 6px;
	margin-left: 7px;
}
#suites .imagem {
	background-image: url(lightbox/themes/default/images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#suites .titulo {
	text-align: center;
}
#suites img{
	border-radius:15px;
		-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;}
#suites img:hover {
	border-radius:25px;}
#suites a {
	color: #FFFFFF;
	text-decoration: none;
}
#suites a:hover {
	text-decoration: underline;
}
#fotosuite {
	float: left;
	height: 150px;
	width: 210px;
	margin-right: 2px;
	margin-left:10px;
	margin-bottom: 10px;
	background-image: url(lightbox/themes/default/images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#fotosuite img {	border-radius:15px;
		-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;}

#fotosuite img:hover {
	border-radius:25px;}
	
#descricao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
