//*****************HEADER**************************************
$(document).ready(function() {
 $(".Button_header").corner("round");
 $(".Button_header_on").corner("round");
 $(".Ref_button_header").corner("top");
 $(".Ref_button_header_on").corner("top");
 $("#Button_header_c").corner("round");
 $('#Button_header_c').gradient({
	from: 'c3e9ff',
        to: '3a9ad2',
        direction: 'horizontal'
        });
 $('#Button_header_c').hover(
        function() {
         $(this).children(".gradient").hide();
        },      
        function () {
         $(this).children(".gradient").show();
        }
 );
 $('.Button_header').gradient({
        from: 'c3e9ff',
        to: '3a9ad2',
        direction: 'horizontal'
        });
 $('.Ref_button_header').gradient({
        from: 'c3e9ff',
        to: 'ffffff',
        direction: 'horizontal'
        });
 $('.Ref_button_header_on').gradient({
        from: 'E6E6E6',
        to: 'ffffff',
        direction: 'horizontal'
        });
 $('.Button_header_on').gradient({
        from: 'A9A9A9',
        to: 'E6E6E6',
        direction: 'horizontal'
        });
 $('.Button_header').hover(
        function() {
         $(this).children(".gradient").hide();
        },      
        function () {
         $(this).children(".gradient").show();
        }
 );
//**************PLANES********************************
 $("#Planbox_basico").corner("round tl br bl").corner("dog tr 30px");
 $('#Planbox_basico').gradient({
	from: 'd7ff89',
        to: '97C938',
        direction: 'horizontal'
        });
 $("#Ref_basico").corner("top");
 $('#Ref_basico').gradient({
        from: 'd7ff89',
        to: 'ffffff',
        direction: 'horizontal'
        });
 $("#Planbox_basico_e").corner("round");
 $('#Planbox_basico_e').gradient({
        from: '9AD528',
        to: '6B961A',
        direction: 'horizontal'
        });
 $("#Ref_basico_e").corner("top");
 $('#Ref_basico_e').gradient({
        from: 'AEDE52',
        to: 'ffffff',
        direction: 'horizontal'
        });
 $("#Planbox_simple").corner("round tl br bl").corner("dog tr 30px");
 $('#Planbox_simple').gradient({
        from: 'E3D02E',
        to: 'B5A500',
        direction: 'horizontal'
        });
 $("#Ref_simple").corner("top");
 $('#Ref_simple').gradient({
        from: 'E7D648',
        to: 'ffffff',
        direction: 'horizontal'
        });
 $("#Planbox_simple_e").corner("round");
 $('#Planbox_simple_e').gradient({
        from: 'FEFF72',
        to: 'E0E028',
        direction: 'horizontal'
        });
 $("#Ref_simple_e").corner("top");
 $('#Ref_simple_e').gradient({
        from: 'FEFF72',
        to: 'ffffff',
        direction: 'horizontal'
        });
 $("#Planbox_avanzado").corner("round");
 $('#Planbox_avanzado').gradient({
        from: 'D1EBFF',
        to: '6DA6D2',
        direction: 'horizontal'
        });
 $("#Ref_avanzado").corner("top");
 $('#Ref_avanzado').gradient({
        from: 'D1EBFF',
        to: 'ffffff',
        direction: 'horizontal'
        });
 $("#Planbox_empresarial").corner("round tl br bl").corner("dog tr 30px");
 $('#Planbox_empresarial').gradient({
        from: '6FADDD',
        to: '2875B2',
        direction: 'horizontal'
        });
 $("#Ref_empresarial").corner("top");
 $('#Ref_empresarial').gradient({
        from: '88C2EF',
        to: 'ffffff',
        direction: 'horizontal'
        });
 $("#Backup").corner("round");
 $('#Backup').gradient({
        from: 'ffeda3',
        to: 'eac637',
        direction: 'horizontal'
        });
 $(".Ssl-ip").corner("round");
 $('.Ssl-ip').gradient({
        from: 'd7ff89',
        to: 'a5d54a',
        direction: 'horizontal'
        });
 $("#Ref_backup").corner("top");
 $('#Ref_backup').gradient({
        from: 'ffeda3',
        to: 'ffffff',
        direction: 'horizontal'
        });
 $(".Ref_Ssl-ip").corner("top");
 $(".Ref_Ssl-ip").gradient({
        from: 'd7ff89',
        to: 'ffffff',
        direction: 'horizontal'
        });
 $("#Tabla_planes_top").corner("top round");
 $("#Tabla_planes_bottom").corner("bottom round");
//***************INFORMACION********************************
 $(".Button_info").corner("top");
 $(".Button_info_on").corner("top");
 $("#Info_tabs").corner("bottom");
 $('#Info_tabs').gradient({
        from: 'ffffff',
        to: '9C9C9C',
        direction: 'horizontal'
        });
//*********************ATENCION****************************
 $("#Login_box").corner("round");
 $('#Login_box').gradient({
        from: '9DB7FF',
        to: '3966D8',
        direction: 'horizontal'
        });
 $("#Ref_login_box").corner("top");
 $('#Ref_login_box').gradient({
        from: 'BBCDFF',
        to: 'ffffff',
        direction: 'horizontal'
        });
 $("#Tabla_prod_top").corner("top round");
 $("#Tabla_prod_bottom").corner("bottom round");
 $("#Box_notif_in").corner("round");
 $("#Box_notif_out").corner("round");
 $(".Gray_box").corner("round");
 $("#Tabla_tkt_top").corner("top round");
 $("#Tabla_tkt_bottom").corner("bottom round");
 $(".Reply_custy").corner("tr bottom round");
 $(".Reply_staff").corner("tr bottom round");
 $(".Sender_box").corner("tl bl round");
 $("#Nuevo_tkt").corner("round");

});
