@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #000000;
	/*	background-image: url(../imagenes/fondoribetes.jpg);*/
background-color:#FFFFFF;
}
div {
	margin: 0;
	padding: 0;
}
.colorFondo {
	background-color:#EBEBEB;
}
#ncalendar {
	top: 80px !important;
	left: 20px !important;
}
#iFishEye_alex {
	padding: 0 !important;
	left: 830px !important;
	top: 47px !important;
}

#lbOverlay {
	z-index: 9999;
}
#lbCenter,
#lbBottomContainer {
	z-index: 99999;
}

#divpaneltabx img {
	vertical-align: text-top;
}

.addthis_button {
	float: right;
	margin: 5px 15px 0 0;
}

#mensaje-precio,
#mensaje-ninyos {
	display: none;
	position: absolute;
	font-size: 11px;
	color: #08b6ff;
	text-align: center;
}
#mensaje-precio {
	width: 280px;
	height: 151px;
	left: 659px;
	top: 33px;
	background: transparent url(../reservas/imagenes/bocadillo.png) no-repeat left top;
	padding: 15px 15px 15px 34px;
}
#mensaje-ninyos {
	width: 150px;
	height: 100px;
	left: 415px;
	top: 210px;
	padding: 15px 20px 15px 34px;
	background: transparent url(../reservas/imagenes/bocadillo_peq.png) no-repeat left top;
}
#mensaje-precio a,
#mensaje-ninyos a {
	color: #666666;
}
#mensaje-precio a:hover,
#mensaje-ninyos a:hover {
	text-decoration: underline;
}