html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
}

div.tabButtonsWrapper {
	position: relative;
	margin: 20px 0px;
	font-size: 0px;
	text-align: center;
	display: inline-block;
	white-space: nowrap;
}
@media (min-width: 551px) {
div.tabButtonsWrapper {
	height: 40px;
}
}

.tabTemplate {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

div.tabButtonWrapper {
	position: relative;
	display: inline-block;
}
@media (max-width: 550px) {
div.tabButtonWrapper {
	display: block;
	margin: auto;
}
}

button.tabButton {
	position: relative;
	color: #007000;
	font-family: inherit;
	border: none;
	background-color: transparent;
	padding: 0px;
	cursor: pointer;
}
@media (max-width: 550px) {
button.tabButton {
	display: block;
	margin: auto;
}
}

div.tabButton {
	position: relative;
	color: #007000;
	font-family: inherit;
	border: none;
	background-color: transparent;
	padding: 0px;
	cursor: pointer;
	height: 40px;
}
div.tabButton-selected div.tabLane {
	margin: 2px 0px;
	height: 6px;
	border-radius: 3px;
	background-color: rgb(220, 120, 0);
}

div.tabLane {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 10px;
}
@media (max-width: 550px) {
div.tabLane {
	margin: 4px 0px;
	height: 2px;
	border-radius: 1px;
	background-color: #686;
}
}

div.tabText {
	height: 30px;
}

div.tabSelectedText {
	position: absolute;
	color: rgb(220, 120, 0);
	width: 100%;
	height: 30px;
	text-shadow: 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 1px #fff;
}

div.tabLanesWrapper {
	width: 100%;
	position: absolute;
	bottom: 0px;
	height: 10px;
}

div.greenTabLane {
	position: absolute;
	bottom: 0px;
	z-index: -1;
	margin: 4px 0px;
	height: 2px;
	width: 100%;
	border-radius: 1px;
	background-color: #686;
}
@media (max-width: 550px) {
div.greenTabLane {
	display: none;
}
}

div.orangeTabLane {
	position: absolute;
	display: inline-block;
	margin: 2px 0px;
	height: 6px;
	border-radius: 3px;
	background-color: rgb(220, 120, 0);
	bottom: 0px;
}

div.orangeTabLane-button {
	display: none;
}
@media (max-width: 550px) {
div.orangeTabLane-button {
	display: inline-block;
	left: 0px;
	top: 30px;
}
}

div.tabSpace {
	width: 25px;
	height: 40px;
}
@media (max-width: 550px) {
div.tabSpace {
	display: none;
}
}

div.tab {
	position: absolute;
	width: 100%;
}

div.userInfoArbol {
	font-family: inherit;
	font-size: inherit;
	color: #007000;
	text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
}
@media (max-width: 920px) {
div.userInfoArbol {
	margin: 0px 20px;
}
}
@media (min-width: 921px) {
div.userInfoArbol {
	position: absolute;
	right: 50%;
	width: 230px;
	margin-right: 190px;
}
}

div.userInfoDatos {
	font-family: inherit;
	font-size: inherit;
	color: #007000;
	text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
	padding: 0px 20px;
	text-align: center;
	box-sizing: border-box;
}
@media (max-width: 550px) {
div.userInfoDatos {
}
}
@media (min-width: 551px) {
div.userInfoDatos {
	display: inline-block;
	height: 100%;
	width: 230px;
	max-width: 30%;
}
}

button.userImage {
	margin: 20px auto 0px;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	border-style: solid;
	border-width: 3px;
	border-color: #007000;
	overflow: hidden;
	box-shadow: 0px 0px 10px 10px #fff;
	background-size: cover;
	background-position: center center;
	background-color: #fff;
	padding: 0px;
	cursor: pointer;
}

div.userName {
	margin: 20px 0px 0px;
}

div.nectarBoard {
	margin: 20px auto;
	height: 65px;
	width: 230px;
	border-radius: 15px;
	border-style: solid;
	border-width: 2px;
	font-family: inherit;
	font-size: inherit;
	border-color: #888;
	background-color: #f8f8f8;
	color: #000000;
}
@media (min-width: 921px) {
div.nectarBoard-arbol {
	position: absolute;
	left: 50%;
	margin-left: 190px;
}
}

div.arbolBackground {
	background-size: cover;
	background-image: url(../images/perfil/arbol-bg.jpg);
	background-position: center center;
	width: 100%;
}
@media (min-width: 385px) {
div.arbolBackground {
	height: 520px;
}
}
@media (max-width: 384px) {
div.arbolBackground {
	height: 135.3vw;
}
}

div.arbol {
	position: relative;
	display: inline-block;
	height: 100%;
	margin: auto;
}

img.arbol {
	height: 100%;
	position: relative;
}

div.arbolDynamic {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}

div.regarButtonWrapper {
	text-align: center;
}

button.regarButton {
	margin: 20px 0px;
	height: 90px;
	width: 300px;
	padding: 0px;
	border-radius: 20px;
	border-style: solid;
	border-width: 3px;
	font-family: inherit;
	font-size: inherit;
}
button.regarButton-enabled {
	background-color: #98c182;
	border-color: #007000;
	box-shadow: inset 0px -3px 5px 2px rgba(50, 100, 50, 0.5);
	cursor: pointer;
	color: #005000;
}
button.regarButton-enabled:focus {
    box-shadow: inset 0px -3px 5px 2px rgba(50, 100, 50, 0.5), 0px 0px 9px 3px rgba(100,200,100,1);
}
button.regarButton-enabled:active {
	box-shadow: inset 0px 3px 5px 2px rgba(50, 100, 50, 0.5), 0px 0px 9px 3px rgba(100,200,100,1);
}
button.regarButton-enabled:active div.nectarQuantityLaneFilling-orange {
	background-color: rgb(230, 135, 0);
}
button.regarButton-disabled {
	border-color: #888;
	background-color: #dde8dd;
	color: #000000;
}

div.nectarQuantityLane {
	height: 10px;
	width: 90%;
	background-color: #fff;
	border-radius: 4px;
	margin: 0px auto 5px;
	font-size: 0px;
	overflow: hidden;
}

div.nectarQuantityLaneFilling {
	display: inline-block;
	height: 100%;
}
div.nectarQuantityLaneFilling-orange {
	background-color: rgb(255, 150, 0);
	box-shadow: inset 0px -2px 4px 1px rgba(100, 50, 25, 0.5);
}
div.nectarQuantityLaneFilling-gray {
	background-color: rgb(200, 200, 200);
	box-shadow: inset 0px 2px 4px 1px rgba(25, 25, 25, 0.5);
}

div.statisticsDiv {
	margin: 20px 0px;
	text-indent: 15px;
}

div.separator {
	margin: 4px 0px;
	height: 2px;
	border-radius: 1px;
	background-color: #686;
}

div.iconSelectionWrapper {
	padding: 20px 0px;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 0px;
	height: 100%;
}

div.iconSelectionContainer {
	position: relative;
	text-align: center;
	height: 100%;
}
@media (min-width: 891px) {
div.iconSelectionContainer {
    width: 850px;
    margin: auto;
}
}
@media (max-width: 890px) {
div.iconSelectionContainer {
    margin: 0px 20px;
}
}

div.iconSelectionBg {
	display: inline-block;
	text-align: center;
	overflow-y: auto;
	background-color: rgba(150, 150, 150, 0.7);
	max-height: 80%;
	border-style: solid;
	border-color: rgba(100, 100, 100, 0.7);
	border-width: 3px;
	border-radius: 13px;
	box-shadow: 0px 0px 10px 10px #fff;
	width: auto;
	margin: auto;
	max-width: 840px;
}
div.iconSelectionBg::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
div.iconSelectionBg::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 6px;
    margin: 2px;
}
div.iconSelectionBg::-webkit-scrollbar-thumb {
    border-style: solid;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.7);
    background-color: transparent;
    border-radius: 6px;
}

div.iconSelectionText {
	color: #fff;
	margin: 10px 70px 10px 0px;
	font-size: 31px;
}

div.iconSelectionCellWrapper {
	display: inline-block;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.7);
	border-width: 2px;
	border-radius: 10px;
	margin: 2px;
}

button.iconSelectionCell {
	margin: 15px;
	padding: 0px;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	border-style: solid;
	border-width: 3px;
	border-color: rgba(100, 100, 100, 1);
	overflow: hidden;
	box-shadow: 0px 0px 10px 10px #fff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
}

button.iconSelectionClose {
	position: absolute;
	top: 15px;
	right: 25px;
	border-style: solid;
	border-width: 2px;
	border-color: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	height: 50px;
	width: 50px;
	background-color: rgba(0, 0, 0, 0.2);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/perfil/cross.png);
	padding: 0px;
	cursor: pointer;
	box-shadow: 0px 0px 3px 3px #fff;
}
button.iconSelectionClose:focus {
	box-shadow: 0px 0px 10px 10px #fff;
}
button.iconSelectionClose:active {
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 10px #fff;
}

div.datosContainer {
	font-size: 0px;
}

div.datosWrapper {
	vertical-align: top;
	box-sizing: border-box;
}
@media (max-width: 550px) {
div.datosWrapper {
	padding: 20px 0px;
}
}
@media (min-width: 551px) {
div.datosWrapper {
	padding: 20px;
	display: inline-block;
	width: 70%;
}
}

div.dataLane {
	margin: 5px 0px;
	min-height: 30px;
}

div.marginedDataLane {
	margin: 25px 0px;
	min-height: 30px;
}

div.passwordOkDataLane {
	margin: 5px 0px;
	min-height: 30px;
	padding: 0px 0px 0px 10%;
	box-sizing: border-box;
}

div.perfil-datos-entry {
	line-height: 33px;
	margin: 6px 0px;
}

div.perfil-datos-entry[data-state="change"] button.perfil-change-button, div.perfil-datos-entry[data-state="normal"] input.c-form, div.perfil-datos-entry[data-state="normal"] button.perfil-change-ok-button, div.perfil-datos-entry[data-state="normal"] div.c-radios {
	display: none;
}

div.perfil-datos-entry-text {
	display: inline-block;
	width: 210px;
}

button.dataChangeButton {
	background-color: transparent;
	border-style: none;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	vertical-align: top;
	height: 29px;
    padding: 0px 10px;
}

div.dataChangeWrapper {
	display: inline-block;
    text-indent: 0px;
	width: 220px;
	height: 30px;
	border-radius: 8px;
    background-color: rgb(245, 245, 245);
    box-shadow: inset 3px 3px 3px rgba(150, 150, 150, 0.5);
    vertical-align: top;
}
div.dataChangeWrapper-red {
    background-color: rgb(255, 216, 217);
    box-shadow: inset 3px 3px 3px rgb(180, 128, 129);
}

input.dataChange {
    color: black;
    font-family: inherit;
    font-size: inherit;
    box-sizing: border-box;
    background: none;
    border-style: none;
    height: 100%;
    width: 100%;
	border-radius: 8px;
    padding: 0px 10px;
}
input.dataChange:focus {
    outline: none;
    box-shadow: inset 0px 0px 2px 3px #a4e191;
}
input.dataChange::-webkit-input-placeholder {
    color: #444;
}
input.dataChange:-ms-input-placeholder {
    color: #444;
}
input.dataChange::-moz-placeholder {
    color: #444;
}
input.dataChange:-moz-placeholder {
    color: #444;
}

div.genderFormWrapper {
	display: inline-block;
    text-indent: 0px;
	width: 200px;
	height: 30px;
    vertical-align: top;
}

label.genderRadio {
    cursor: pointer;
    margin: 5px 0px 5px 40px;
}

div.genderRadio {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: solid #444 2px;
    border-radius: 13px;
    vertical-align: bottom;
    margin-right: 3px;
}

div.genderPoint {
    display: none;
    width: 12px;
    height: 12px;
    margin: 5px;
    background-color: #444;
    border-radius: 6px;
    vertical-align: top;
}

input.genderRadio {
    display: none;
}
input.genderRadio:checked + label div.genderPoint {
    display: inline-block;
}

div.changePasswordWrapper {
	margin: 30px 0px;
}

button.changePasswordButton {
	background-color: transparent;
	border-style: none;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	vertical-align: top;
	height: 29px;
	padding: 0px;
    color: inherit;
}

div.changePasswordFormsWrapper {
	overflow: hidden;
}

div.expandTriangle {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url(../images/common/triangle-v.png);
	background-color: #fff;
	background-size: 100% 100%;
	vertical-align: middle;
	border: none;
	padding: 0px;
}

div.apartamentosWrapper {
	position: absolute;
	top: 0px;
	font-size: 0px;
	height: 140%;
	margin-top: 30px;
	box-sizing: border-box;
	z-index: 8;
}
@media (max-width: 920px) {
div.apartamentosWrapper {
	margin-top: 310px;
}
}
@media (min-width: 751px) {
div.apartamentosWrapper {
    width: 710px;
    height: 600px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}
}
@media (max-width: 750px) {
div.apartamentosWrapper {
    padding: 2%;
    width: 100%;
    height: 84.375vw;
}
}

div.apartamentosArbol {
	position: relative;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	width: 100%;
	height: 100%;
	max-width: 100%;
	border-style: solid;
	border-color: rgba(100, 100, 100, 0.7);
	border-width: 3px;
	border-radius: 13px;
	box-shadow: 0px 0px 10px 10px #fff;
	box-sizing: border-box;
}

div.apartamentosTemplate {
	position: absolute;
	top: 0px;
	left: 0px;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

button.apartamentosShowArbolButton {
	position: absolute;
	top: 15px;
	left: 25px;
	border-style: solid;
	border-width: 2px;
	border-color: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	height: 50px;
	width: 50px;
	background-color: rgba(0, 0, 0, 0.2);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/perfil/eye.png);
	padding: 0px;
	cursor: pointer;
	box-shadow: 0px 0px 3px 3px #fff;
}
button.apartamentosShowArbolButton:focus {
	box-shadow: 0px 0px 10px 10px #fff;
}
button.apartamentosShowArbolButton:active {
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 10px #fff;
}

div.apartamentosTapasWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

div.tiendaWrapper {
	text-align: center;
}

div.tiendaWindow {
	position: relative;
	display: inline-block;
	width: 640px;
	padding-top: 405px;
	border-style: solid;
	border-color: rgba(100, 100, 100, 0.7);
	border-width: 3px;
	border-radius: 13px;
	overflow: hidden;
}
@media (max-width: 680px) {
div.tiendaWindow {
	width: 100%;
	padding-top: 63.28%;
}
}

div.tiendaApartamentos {
	display: inline-block;
	width: 250%;
	height: 333.33%;
	position: absolute;
	background-size: contain;
	background-position: center center;
}

div.tiendaTemplate {
	position: absolute;
	top: 0px;
	left: 0px;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center center;
}

div.tiendaInnerMessage {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	box-sizing: border-box;
	padding: 20% 10% 0px;
}

div.tiendaInnerMessage-white {
	background-color: rgba(255, 255, 255, 0.6);
	padding: 25% 10% 0px;
}

div.openCuartoContainer {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.6);
}

div.tiendaItemsWrapper {
	position: relative;
	width: 100%;
	height: 190px;
	margin: 30px 0px;
}

button.arrow {
	position: absolute;
	height: 100%;
	width: 10%;
	border: none;
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
button.arrow-left {
	left: 0px;
	background-image: url(../images/common/arrow-left-green.png);
}
button.arrow-right {
	right: 0px;
	background-image: url(../images/common/arrow-right-green.png);
}

div.tiendaItems {
	position: absolute;
	left: 10%;
	width: 80%;
	height: 100%;
	background-color: rgba(150, 150, 150, 0.4);
	border-style: solid;
	border-color: rgba(100, 100, 100, 0.4);
	border-width: 3px;
	border-radius: 13px;
	box-shadow: 0px 0px 10px 10px #fff;
	overflow-y: hidden;
	text-align: left;
	box-sizing: border-box;
	font-size: 0px;
	white-space: nowrap;
}
div.tiendaItems::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
div.tiendaItems::-webkit-scrollbar-track {
    background-color: transparent;
    border-style: solid none none none;
    border-width: 2px;
    border-color: rgba(245, 245, 245, 1);
}
div.tiendaItems::-webkit-scrollbar-thumb {
    border-style: solid;
    border-width: 2px;
    border-color: rgba(245, 245, 245, 1);
    background-color: transparent;
    border-radius: 6px;
}

div.tiendaItemsLane {
	display: inline-block;
	position: absolute;
	height: 100%;
	overflow: hidden;
}

button.tiendaItem {
	display: inline-block;
	width: 120px;
	height: 100%;
	text-align: center;
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0px;
	vertical-align: top;
	font-family: inherit;
}

div.tiendaItemSeparator {
	display: inline-block;
	height: 100%;
	width: 2px;
	background-color: rgba(245, 245, 245, 1);
}

div.tiendaItemImage {
	width: 120px;
	height: 120px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

div.tiendaItemName {
	font-size: 0.7em;
}

div.tiendaItemCost {
	font-size: 0.7em;
}

button.tiendaItemsOpenButton {
	width: 100%;
	height: 100%;
	font-family: inherit;
	background-color: transparent;
	border: none;
	cursor: pointer;
	box-shadow: inset 0px 0px 10px 5px rgba(150, 150, 150, 0.8);
}

div.smallNectar {
	height: 20px;
	width: 16px;
}

div.tiendaItemBuy {
	width: 100%;
	height: 100%;
	padding: 50% 0px 0px;
	display: none;
}

button.tiendaItem-showed div.tiendaItemBuy {
	display: inline-block;
}

div.Luisito {
    position: absolute;
	background-size: 800% 100%;
	background-image: url("../images/aventura/luisitos.png");
    width: 10.06%;
    height: 11.93%;
}
div.LuisitoRight {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

div.fade {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 20% 10% 0px;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.6);
}

div.marginedTop {
	margin-top: 20px;
}