/*
AQUI SE DEFINEN LOS ESTILOS PARA LOS LINKS QUE SALEN EN EL LIGHTBOX

EL WIDTH DEL BODY DE LA PÁGINA QUE SE ABRA DEBE TENER SIEMPRE 60PX MENOS QUE EL DEL PARÁMETRO QUE SE PASA EN LA FUNCIÓN
 */


$(document).ready(function(){
/* login Mas desde Home*/
 $(".lightbox350x365").colorbox({width:"350", height:"365", resize:false, iframe:true, opacity:"0.25"});
/* cancelacionReserva, cancelacionReservaOk, cancelacionReservaError, euroSolidario */
$(".lightbox520x350").colorbox({width:"520", height:"350", resize:false, iframe:true, opacity:"0.25"});
/* Ok, Error */
$(".lightbox520x200").colorbox({width:"520", height:"200", resize:false, iframe:true, opacity:"0.25"});
/* enviarAmigoOk, enviarAmigoError, enviarAmigo, detallesTarifa, detalles de la tarifa, cambiaEmailMas, cambiaPass, masOnline, olvidadoEmail, olvidadoPassword */
$(".lightbox520x400").colorbox({width:"520", height:"400", resize:false, iframe:true, opacity:"0.25"});
/* formularioReservasPrivacidad */
$(".lightbox560x580").colorbox({width:"560", height:"580", resize:false, iframe:true, opacity:"0.25"});
/* mejorPrecioGarantizado, formularioMPOLG, suscripcion, terminosCondiciones, formularioReservasCVV, obtencionPuntosMas, estanciasGratuitasHSMMas, 
   estanciasGratuitasOtrosMas, alquileresCoches, masCultura, masDiversion, partnersIberiaObtenerPuntos, partnersIberiaCanjearPuntos, partnersIberiaTarspasarPuntos */
$(".lightbox620x450").colorbox({ width:"620", height:"450", resize:false, iframe:true, opacity:"0.25"});
/* habitacionDescripcion*/
$(".lightbox620x620").colorbox({ width:"620", height:"620", resize:false, iframe:true, opacity:"0.25"});
/*hotelServicios, hotelTelefonos */
$(".lightbox665x620").colorbox({ width:"665", height:"620", resize:true, iframe:true, opacity:"0.25"});
$(".lightbox665x250").colorbox({ width:"665", height:"250", resize:false, iframe:true, opacity:"0.25"});
$(".lightbox665x400").colorbox({ width:"665", height:"400", resize:false, iframe:true, opacity:"0.25"});
/* cancelacionSusucripcion */
$(".lightbox825x650").colorbox({ width:"825", height:"650", resize:false, iframe:true, opacity:"0.25"});
/*facebook */
$(".lightbox530x650").colorbox({ width:"530", height:"650", resize:false, iframe:true, opacity:"0.25"});
/* cancelacionSusucripcion */
$(".lightbox900x400").colorbox({ width:"900", height:"400", resize:false, iframe:true, opacity:"0.75"});
/* Dynamic Packaging */
$(".dynamicPackaging").colorbox({width:"680", height:"620", resize:false, iframe:true, opacity:"0.65"});
$(".lightbox690x480").colorbox({width:"690", height:"480", resize:false, iframe:true, opacity:"0.65"});
/* Call Me Back */
$(".lightbox480x460").colorbox({width:"480", height:"460", resize:false, iframe:true, opacity:"0.65"});
/* formulario envio CV */
$(".enviandoCV").colorbox({width:"680", height:"620", resize:false, iframe:true, opacity:"0.65"});
$(".lightbox825x450").colorbox({ width:"825", height:"450", resize:false, iframe:true, opacity:"0.25"});
/* ficha gold */
$(".lightbox600x600").colorbox({width:"600", height:"600", resize:false, iframe:true, opacity:"0.9"});
/* Tarjeta Credito */
$(".tarjetaCredito").colorbox({width:"680", height:"620", resize:false, iframe:true, opacity:"0.65"});
/* Galeria Gold Isora */
$(".lightbox873x560").colorbox({width:"845", height:"555", resize:false, iframe:true, scrolling:"no", opacity:"0.65"});
});

