@charset "utf-8";
/* CSS Document */

a.tab_reservas {
	position: fixed;
	position: absolute \9;
	left: -10px;
	top: 70%;
	display: block;
	width: 160px;
	height: 80px;
	text-indent: -10000px;
	background: transparent url(reservas_tab.png) no-repeat;
	overflow: hidden;
	transition: all 0.3s ease-in-out 0s!important;
	z-index: 110!important;
}
a.tab_reservas:hover {
	left: 0px;
}

#contenedor {
	width:260px;
	height:412px; /*430*/
	padding-top:100px;
	margin:0px;
	background:url(reservas_logo.png) center 20px no-repeat;
	font-size: 0.8em;
/*	border: #B70E2F 1px solid;*/
}
#contenedor h1 {
	font-size: 1em;
}
#contenedor a {
	background: transparent;
	font-weight: bold;
	color: #dac280;
	text-decoration: none;
	text-align: inherit;
	padding: 0;
	margin: 0 0 24px 0;
	display: block;
}
#contenedor a:link, #contenedor a:visited {
	background: transparent;
	color: #dac280;
	font-weight: bold;
}
#contenedor a:hover {
	color: #fff;
	text-decoration:none;
}
#contenedor iframe {
	margin-left:5px;
}

#cerrar_form a{
	position:absolute;
	bottom:0px;
	right:0px;
	width:260px;
	height:37px;
	padding:0;
	margin:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color:#B70E2F;
	line-height:37px;
	background-color:transparent;
	text-decoration: none;
}
#cerrar_form a:hover {
	color: #fff;
	background: #B70E2F;
}

/*
#footer{
	position:absolute;
	bottom:0px;
	right:0px;
	width:260px;
	height:37px;
	padding:0;
	margin:0;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#CCC;
	line-height:37px;
	background-color:#343434;
}
*/
