html
{
	margin: 0px;
	background: #363219;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% bottom;
	width: 100%;
	height: 100%;
}

body
{
   margin: 0px;
   background: #363219;
   height: 100%;
	transition: background-color 0.5s ease-in-out;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
}

#contenedor
{
   display: -webkit-flex;
   display: flex;
   position:absolute;
   top:0px;
   bottom:0px;
   left:0px;
   right:0px;
}

body.background-loaded
{
	background: rgba(36,32,19,0.01);
}

.visita
{
	font-family: sans-serif;
	font-size: 17px;
	font-weight: 300;
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: auto;
	height: auto;
	background: rgba(255,255,255,0.65);
	padding: 6px 9px;
	color: #363219;
	border-radius: 4px;
}

.visita a, .visita a:visited
{
	color: #363219;
	text-decoration: none;
}

.visita a:hover
{
	color: #C66306;
}