@charset "UTF-8";

html {
	height: 100%;
}

body {
	background-color: #ab9276;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

strong {
	font-weight: bold;
}
/****************************************************************
IFRAME_CONTAINER
****************************************************************/
#iframe_container {
	height: 100%;
	width: 100%;
	border: none;
}
/****************************************************************
TAPRY
****************************************************************/
#tapry {
	width: 982px;
	height: 562px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -491px;
	margin-top: -281px;
	background-color: #FFFFFF;
	background-image: url(/img/demo/hotel_sicero.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.boton_reserva {
	position:relative;
	display: block;
	height: 68px;
	width: 154px;
	background-image: url(../img/demo/boton_reserva.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 514px;
	margin-top: 369px;
}
*+ html a.boton_reserva {
	margin-left: 200px;
}
* html a.boton_reserva {
	margin-left: 200px;
}
a:hover.boton_reserva {
	background-position: left bottom;
}
a.boton_reserva span {
	display: none;
}
