* {
	margin:0;
    padding:0;
	border: 0;
	outline: 0;
}

*, *:before, *:after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

body {
	background: #EEDD82;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1rem;
}

img {
	border: 0px;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FF0000;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #3CB371;
}

h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFD700;
}

hr {
	border-bottom: 1px dashed #dedddd;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	color: #fff;
    background-color: #fff;
    height: 1px;
}

#main {
	background: #FFF;
	width: 990px;		
	box-shadow: -20px 0 20px -20px #000, 20px 0 20px -20px #000;
	-webkit-box-shadow: -20px 0 20px -20px #000, 20px 0 20px -20px #000;
	-moz-box-shadow: -20px 0 20px -20px #000, 20px 0 20px -20px #000;
}

#mainDep {
	background: #FFF;
	width: 990px;
	height: 100%;
	position:absolute;
	left:50%;
	margin-left:-500px;
	box-shadow: -20px 0 20px -20px #000, 20px 0 20px -20px #000;
	-webkit-box-shadow: -20px 0 20px -20px #000, 20px 0 20px -20px #000;
	-moz-box-shadow: -20px 0 20px -20px #000, 20px 0 20px -20px #000;
}

#contact {
	border-top: 2px dashed #dedddd;
	border-bottom: 2px dashed #dedddd;
	padding: 20px;
	width: 100%;
}

#depoimentos {
	border-top: 2px dashed #dedddd;
	padding: 20px;
}

#table_depoimentos, #table_apartamento {
	width: 90%;
}

#table_depoimentos td:nth-of-type(1), #table_apartamento td:nth-of-type(1) {
	width: 50%;
}

#table_depoimentos td:nth-of-type(2), #table_apartamento td:nth-of-type(2) {
	width: 50%;
}

#table_depoimentos td input, #table_depoimentos td textarea {
	width: 85%
}

#rodape {
	padding: 30px 0px 20px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

.text_mini {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#tbl_contato td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#tbl_dep {
	width: 500px;
}

#tbl_dep td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 400px;
}

input[type="submit"], input[type="button"]  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	height: 30px; 	
	padding: 0 11px 0 11px; 
	border: 1px #d3d4d4; 
	border-radius: 5px;
	cursor: pointer;
	min-width: 80px;
	font-weight: bold;
}

.button_send {
	background: #FF0000;	
	color: #FFF;
}

.button_close {
	background: #EE00EE;	
	color: #FFF;
}

.button_close_sv {
	background: #006400;	
	color: #FFF;
}

.button_adm {
	background: #4EEE94;	
	color: #FFF;
}

.button_dep {
	background: #FFD700;	
	color: #FFF;
}

input[type="text"], input[type="password"]  {
	height: 28px; 
	border: solid 1px #d3d4d4; 
	padding-left: 8px; 
	margin: 8px 20px 12px 0px; 
	color: #696969;
	font-size: 14px;
}

textarea {
	border: solid 1px #d3d4d4; 
	padding: 8px; 
	margin: 8px 20px 12px 0px; 
	color: #696969;
	font-size: 14px;
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.box {
	border: 1px solid #dedddd; 	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	margin: 0 10px;
	text-align: justify;
	margin-top: 20px;
}

.boxTitle {
	background: #1E90FF;
	border-bottom: 1px solid #8f8f8f;
	padding: 5px 12px 5px 12px;
}

.boxContent {
	padding: 15px; 
}

.boxContent  td{
	padding: 6px 8px 3px 8px;
	color: #6f7a8a;
	font-size: 14px; 
}

ul {
	list-style-type: circle;
	padding: 15px;
}

li {
	padding: 5px 0px 5px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#apartamento {
	padding: 20px;
}

.modal_dialog {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.modal_dialog_in {
	position: absolute;
	left:50%;
	
	right: 30px;	
	border: 1px solid #000;
	background-color: #ffffff;
	width: 400px;
	height: 100px;			
	margin-top:-50px;
	margin-left:-200px;
	padding-top: 10px;			
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.modal_block {
	width: 100%;
	height: 100%;
	background-color: #808080;
	opacity:0.7;
	filter:alpha(opacity=70);
}

#pacotes {
	width: 350px;
	background: #FFA500;
	color: #FFF;
	padding: 10px 0px 10px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
}

#preco {
	width: 230px;
	border: 1px solid #dedddd;
}

#preco td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding: 5px;
	border: 1px #d3d4d4;
}

a {
	color: red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
}

#pg {
	width:100%;
	border-collapse:collapse;
}

#pg td {
	border:1px solid #dedddd;
	padding:3px 7px 2px 7px;	
	text-align:center;
}

#pg th {	
	text-align:center;
	border:1px solid #dedddd;
	padding:3px 7px 2px 7px;
}

.login-conteudo {
	width:400px;
	height:225px;
	background: #EEDD82;
	position:absolute;	
	left:50%;
	margin-left:-200px;  /* metade de width */
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;;
}

.login-conteudo  table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.mensagem_de_erro {
	color: red;
}

#depnome {
	font-family: Courier new, Courier, fixed, system;
	font-size: 16px;
	font-weight: bold;
}

#depmensagem {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #6f7a8a;
	font-size: 15px;
	font-style:italic;	
}

#lista_depoimentos {
	padding: 20px;
	font-family: Arial;
	font-size: 16px;
}

@media screen and (max-width: 1000px) {	

	#main, #logo, #imagem_copacabana {
		width: 95%;
	}	
}

@media screen and (max-width: 1000px) {	

	#table_depoimentos td:nth-of-type(1), #table_apartamento td:nth-of-type(1) {
		width: 100%;
		display: block;
	}

	#table_depoimentos td:nth-of-type(2), #table_apartamento td:nth-of-type(2) {
		width: 100%;
		display: block;
		margin-top: 60px;
	}
	
	#table_depoimentos td input, #table_depoimentos td textarea {
		width: 95%
	}
}

@media screen and (max-width: 1000px) {
	
	#apartamento {
		padding: 0;
	}
}
