@charset "utf-8";

.restorando-background {
	margin: 0;
	padding:0;
	background: #B11116;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

a.tab_reservas {
	position: fixed;
	left: -10px;
	top: 40%;
	display: block;
	width: 80px;
	height: 160px;
	text-indent: -10000px;
	background: url(reservas_tab.png) no-repeat;
	overflow: hidden;
	z-index: 100!important;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
a.tab_reservas:hover {
	left: 0px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#contenedor {
	width:auto;
	height:auto;
	padding-top:15px;
	margin:10px;
	background: transparent;
	font-size: 0.8em;
	text-align: center!important;
}
#contenedor h1 {
	font-size: 1.8em;
	font-weight: normal!important;
	margin-top: 0px!important;
	margin-bottom: 20px!important;
	color: #f3f3f3!important;
}
.reservar {
	font: lighter 24px/26px Arial, Helvetica, sans-serif;
	text-shadow: #A0A0A0 0.00em 0.00em 0.5em;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0px;
	cursor: pointer;
	color:#f3f3f3;
	background: rgba(0, 0, 0, 0.4);
	padding: 30px 20px;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
	margin: 20px 0 0 0px;
	display: block;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.reservar span{
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #f3f3f3!important;
}
.reservar:hover{ 
	color: #fff;
	background: rgba(0, 0, 0, 0.8); 
	text-shadow: #00548d 0.05em 0.05em 0.05em;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
.reservar:visited{ 
	color: #f3f3f3;
}
#contenedor iframe {
	margin-left:0px!important;
	margin-top: 25px!important;
}
#volver {
	position:absolute;
	top:8px;
	left:10px;
	background-color: rgba(0, 0, 0, 0.4);
	width:30px;
	text-align:center;
	height:30px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
#volver a, #volver a img {
	border:none;
	outline:none;
}
#volver:hover {
	background-color:rgba(0, 0, 0, 0.8);
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;

}
#cerrar {
	position:absolute;
	top:8px;
	right:10px;
	background-color: rgba(0, 0, 0, 0.4);
	width:30px;
	text-align:center;
	height:30px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#cerrar a, #cerrar a img {
	border:none;
	outline:none;
}
#cerrar:hover {
	background-color:rgba(0, 0, 0, 0.8);
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}