window.onload=function(){
if(!NiftyCheck())
    return;

RoundedTop("div#container","transparent","#B3A37B");
RoundedBottom("div#container","transparent","#B3A37B");
RoundedTop("ul#nav li","transparent","#FFC");
/*Rounded("div#box","#FFE9B0","#B3A37B");*/
RoundedTop("div#reservas_titulo","#FFE9B0","#B3A37B");
RoundedBottom("div#M_reservas","#FFE9B0","#D9C696");
Rounded("div#minipics li","#FFE9B0","#FFF");
RoundedTop("div.gradient","#FFE9B0","#D9C696");
RoundedBottom("div.gradient","#FFE9B0","#D9C696");

}