html {
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow: -moz-scrollbars-vertical;
}

body {
	background-color: #192c22;
	width: 100%;
	height: 100%;
	margin: 0px;
}

div#general {
	width: 100%;
	height: 100%;
}

a {
	outline: 0 !important;
}

h3 {
	color: #000000;
	font-size: 13px;
	width: 320px;
	margin: 0px;
	padding: 18px 0 15px 11px;
}

div#main {
	float: left;
	width: 100%;
	background-image: url(../images/main_top_pattern.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #406a54;
}

table#main_table {
	width: 882px;
	height: auto;
	margin: auto;
}

table#main_table td#left_column {
	width: 33px;
	background-image: url(../images/left_shadow.png);
	background-repeat: repeat-y;
}

table#main_table td#right_column {
	width: 33px;
	background-image: url(../images/right_shadow.png);
	background-repeat: repeat-y;
}

table#main_table td#center_column {
	width: 816px;
	background-image: url(../images/main_container_pattern.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #e8deca;
}

div#main_wrapper {
	float: left;
	width: 782px;
	padding: 17px 0 0 17px;
}

div#main_container_img {
	border: 1px solid;
	border-color: #bab2a2;
}

div#main_container_img img {
	border: 4px solid;
	border-color: #fcfdfd;
}

div#main_inner_container {
	float: left;
	width: 763px;
	background-color: #f8f6f2;
	padding: 9px 0 0 18px;
}

/* POPUPS */
div.popup_container {
	width: 619px;
	height: 759px;
	margin: auto;
	background-color: #192c22;
}

div.popup_inner_container {
	float: left;
	width: 599px;
	padding: 10px;
}

div.popup_inner_container a.close_window {
	display: block;
	float: right;
	width: 100px;
	height: 16px;
	font-size: 13px;
	color: #f8f6f2;
	text-decoration: none;
	background-image: url(../images/popup_close_button.jpg);
	background-repeat: no-repeat;
	padding: 9px 0 0 34px;
}

div.popup_data_container {
	float: left;
	width: 574px;
	height: 633px;
	background-color: #e8deca;
	margin: 10px 0 0 0;
	padding: 10px 13px 0 13px;
}

div.shorter {
	height: 377px;
}

div.shorter_wrapper {
	height: 313px;
}

div.popup_data_container img {
	padding-bottom: 10px;
}

div.popup_inner_container a.close_window:hover {
	text-decoration: underline;
}

div.popup_inner_container p.popup_footer {
	font-size: 11px;
	color: #e8deca;
	text-align: center;
	width: 505px;
	margin: 0px;
	padding: 12px 0 0 48px;
}

div.popup_inner_container p.popup_footer span.color_text {
	color: #ffffff;
}

div.scroll_container {
	width: 544px;
	height: 528px;
	background-color: #f8f6f2;
	padding: 9px 9px 11px 23px;
}

div.scroll-pane {
	float: left;
	width: 544px;
	height: 528px;
	overflow-y: hidden;
	padding: 0px !important;
}

div.scroll-pane p {
	font-size: 11px;
	color: #727272;	
	padding: 9px 0 9px 0;
	margin: 0px;
	width: 502px;
	border-bottom: 1px dotted;
	border-color: #000000;
}

div.scroll-pane p.no_line {
	border: 0px;
}

div#pane_novedades img {
	float: left;
}

.photo-container-wrapper {
	float: left;
	padding: 0 0 9px 0;
}

/* COMENTARIOS POPUP */
div#comentarios_huespedes div.scroll-pane h1 {
	padding: 9px 0 1px 0;
	margin: 0px;
	font-weight: normal;
	color: #727272;
	font-size: 14px;
}

div#comentarios_huespedes div.scroll-pane h2 {
	padding: 0 0 6px 0;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #406a54;
}

/* NOVEDADES POPUP */
div#novedades div.scroll-pane h1 {
	padding: 9px 0 22px 0;
	margin: 0px;
	color: #000000;
	font-size: 13px;
}

.novedades_photo_container {
	float: left;
	border: 1px solid;
	border-color: #cac6bb;
	width: 115px;
}

.novedades_photo_container p {
	float: left !important;
	margin: 0px !important;
	padding: 0px !important;
	width: 115px !important;
}

.novedades_photo_container p img {
	border: 2px solid;
	border-color: #ffffff;
	padding: 0px !important;
}

div#pane_novedades p {
	float: left;
	color: #000000;
	line-height: 22px;
	width: 324px;
	border-bottom: 0px;
	padding: 0 0 9px 12px;
}

div.novedades_container {
	float: left;
	width: 502px;
	border-bottom: 1px dotted;
	border-color: #000000;
	padding: 5px 0 0 0;
}

/***** PANEL DEL ADMINISTRADOR *****/
div#admin_panel {
	width: 103px;
	height: 94px;
	position: fixed;
	z-index: 10;
	top: 200px;
	left: 35px;
}

/* IE6 */
* html div#admin_panel {
	width: 103px;
	height: 94px;
	position: absolute;
	z-index: 10;
	top: 200px;
	left: 35px;
}

/* IE7 Only */
*:first-child+html div#admin_panel {
	width: 103px;
	height: 94px;
	position: fixed;
	z-index: 10;
	top: 200px;
	left: 35px;
}

div#admin_panel a {
	display: block;
	width: 103px;
	height: 21px;
	text-indent: -9999px;
	margin: 0 0 15px 0;
}

div#admin_panel a#ver {
	background-image: url(../images/ver.png);
	background-repeat: no-repeat;
}

div#admin_panel a#editar {
	background-image: url(../images/editar.png);
	background-repeat: no-repeat;
}

div#admin_panel a#desloguearse {
	background-image: url(../images/desloguearse.png);
	background-repeat: no-repeat;
}

div.fckDiv {
	float: left;
	border: 1px dotted;
	border-color: #000000;
	cursor: pointer;
}

iframe#Fragmenteditor_box {
	height:270px !important;
}

div#flash_container {
	float: left;
	padding: 0 0 12px 4px;
}

