/*  HOJA DE ESTILOS PARA: /es/alojamiento.php  */

#idbooking
{
	background-color: #ffffff;
	background-image: url("https://www.galiceando.com/es/images/icons/cargando.gif");
	background-repeat: no-repeat;
	background-position: center top;
}

@media only screen and (max-width: 999px) {
	#idbooking
	{
		margin-top: 51px;
		width: 100%;
		max-width: 1000px;
	}
}