* {
	margin:0;
	padding:0;
	border:0;
	}
	
body {
	background:url(../img/bg.jpg) repeat-x #29254a;
	font:11px arial;
	color:#2f2e36;
	}
	
a {
	color:#bc7b37;
	text-decoration:none;
	}
a:hover {
	color:#29254a;
	}
	
#tudo {
	position:absolute;
	top:0; 
    left:0;
	width:100%;
	margin-left:0px;
	}

#topo {
	float:center;
	width:90%;
	height:145px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding: 0px;
	background:url(../img/topo_bg.jpg) no-repeat;
	background-position:125px 0;
	overflow:hidden;
	margin-bottom:14px;
	}
#topo .logo {
	float:left;
	width:204px;
	height:80px;
	margin-top:13px;
	margin-bottom: 17px;
	text-indent:-9999px;
	background:url(../img/logo.png) no-repeat;
	}
#topo .fone {
	float:right;
	width:161px;
	height:49px;
	margin-top:30px;
	text-indent:-9999px;
	background:url(../img/topo_fone.png) no-repeat;
	}
#topo .menu {
	float:left;
	width:100%;
	height:35px;
	list-style:none;
	overflow:hidden;
	margin-top:17px;  
        border-radius: 7px 7px 0px 0px;
        background-image: linear-gradient(to right, rgba(204, 113, 17, 1)0%, rgba(243, 144, 39, 1)66%, rgba(204, 113, 39, 18)100%);
        margin: 0px;
        padding: 0px;
	}
#topo .menu li {
    text-align: center;
    float: left;
        width: 12%;
        font-weight: bold;
        border-style: none dotted none none;
        border-width: 1px;
        border-color: rgb(224,160, 92);
	}
#topo .menu li a {
        padding: 7px 0px 14px 0px;
        float: left;
        font-size: 12px;
        width: 100%;
        color: #eeffff;
	}
        
#topo .menu li a:hover {
        text-decoration: none;
	}
	
#topo .submenu {
	width:140px;
	top:145px;
	left:50%;
	padding-top:16px;
	}
#topo .submenu ul {
	float:left;
	font:bold 11px/13px arial;
	list-style:none;
	width:136px;
	border:2px solid #fff;
	border-top:0;
	}
#topo .submenu li {
	float:left;
	width:132px;
	margin:2px 2px 0 2px;
	}
#topo .submenu a {
	float:left;
	width:124px;
	padding:4px;
	color:white;
	background:#bd680f;
	}
#topo .submenu a:hover {
	background:#2d294e;
	}
#topo .servicos {
	display:none;
	margin-left:-312px;
	}
#topo .legislacao {
	display:none;
	margin-left:-244px;
	}
	
#box {
        float: center;
        display: block;
        clear: both;
        margin: auto;
	width:90%;   
        border-radius: 7px;
        background-color: #ffffff !important;
	padding:0px;
        overflow: scroll-x;
	}
#conteudo {
	width:90%;
	padding:0px;
	min-height:580px;
	}
#conteudo .box_texto {
	float:left;
	width:100%;
	font:12px/17px arial;
	margin-bottom:20px;
	}
#conteudo .box_texto p {
	margin-bottom:15px;
	}
#conteudo .barra {
	float:left;
	width:100%;
	height:1px;
	border-top:1px dotted #6a6865;
	margin-bottom:20px;
	}
#conteudo .paginacao {
	float:left;
	width:100%;
	list-style:none;
	text-align:right;
	font:bold 12px arial;
	}
#conteudo .paginacao li {
	float:left;
	margin-left:5px;
	}
#conteudo .paginacao a {
	float:left;
	padding:3px 5px;
	}
#conteudo .paginacao .selecionado {
	font:bold 12px arial;
	background:#bd7f3d;
	color:white;
	}


#colunafixa {
	float:right;
	width:160px;
	}
#rodape {
	float:left;
	width:100%;
	height:25px;
	padding-top:15px;
	margin-top:20px;
	border-top:1px dotted #6a6865;
	}
#rodape address {
	float:left;
	width:317px;
	height:12px;
	text-indent:-9999px;
	background:url(../img/rodape_endereco.png) no-repeat;
	}
#rodape .creditos a {
	float:right;
	width:110px;
	height:13px;
	text-indent:-9999px;
	background:url(../img/rodape_creditos.png) no-repeat;
	}
#rodape .curva_inferior {
	float:left;
	width:750px;
	height:4px;
	margin:8px -20px;
	background:url(../img/conteudo_curva_inferior.png) no-repeat;
	}
.tituloprincipal {
	height:45px;
        border-radius: 7px 7px 0px 0px;
        background-image: linear-gradient(to right, rgba(236, 153, 49, 1)0%, rgba(255, 255, 255, 1)33%, rgba(255, 255, 255, 1)100%);
        margin:0px 0 20px -5.6%;
	font:bold 25px arial;
	text-shadow: 1px 1px 2px #af6f1e;
	letter-spacing:-1px;
	color:white;
	padding:15px 0 0 20px;
	}
        
.btn-primary {
           background-color: rgb(31,12,105) !important; 
           background-image: none;
        }
        
.pull-right {
           background-color: rgb(31,12,105) !important; 
           background-image: none;
        }
        
#form-login {
            margin-top: 100px;
        }
        
#itemquarto {
            width: 100%;
            margin: 0px;
            padding: 0px;
            padding-top: 20px;
        }
        
.itemquarto {
            width: 100%;
            margin: 0px;
            padding: 0px;
        }
    
.titulo_quarto {
            font:bold 10px arial;
            color: #bd680f;
        }
     
.imagemquarto {
            display: block;
            float: left;
            width: 40%;
            height: 350px;
            margin: 2% 4.9%;
        }
     
.conteudoquarto {
            display: block;
            float: left;
            width: 40%;
            margin: 2% 4.9%;
        }
     
.displayquarto {
            display: block;
            float: left;
            height: auto;
            width: 100%;
        }
        
.reservar {
            display: block;
            float: right;
            width: 120px;
            margin: 4.9%;
        }
	
.fotoCadQuarto, .fotoCadQuarto img {
	margin: 5px 5px 0px 5px;
	width: 140px;
	height: 110px;
	float: left;
}

.fotoCadQuarto button {
	margin: 0px 5px 5px 5px;
	width: 140px;
	height: 30px;
	background-color: rgb(0,0,0);
	color: #FFF;
	float: left;
}