.ui-panelgrid td, .ui-panelgrid tr
        {
            border-style: none !important
        }
    body,
    html {
        margin:0;
        padding:0;
        color:#000;
        background:#F4F3F3;
        /*background-image: url("../images/ESEfondo2.jpg");*/
    }
    #wrap {
        width:1050px;
        height:515px;
        margin:0 auto;
        /*background:#F4F3F3;*/
        background-image: url("../images/ESEfondo2.jpg");
    }
    #header {
        padding:5px 10px;
        background-image: url('../images/ESEfondo2.jpg');
        border-radius: 2px;box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4), 0px 0px 4px white inset, 2px 2px 2px rgba(0, 0, 0, 0.2);
        border-top: 0px solid #ccc;
        font-size: 11px; text-align: center;
    }
    h1 {
        margin:0;
    }
    
    
    #main {
        float:left;
        width:400px;
        height:365px;
        padding:10px;
        background:#ffffff;
        
    }
        
    h2 {
        margin:0 0 1em;
    }
    #sidebar {
        float:left;
        width:610px;
        height:365px;
        padding:10px;
        margin-top:0px;
        
        background:#ffffff;
    }
    
    #footer {
        clear:both;
        padding:10px 10px;
        background-image: url('../images/ESEfondo2.jpg');
        border-radius: 2px;box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4), 0px 0px 4px white inset, 2px 2px 2px rgba(0, 0, 0, 0.2);
        border-top: 0px solid #ccc;
        font-size: 10px; text-align: center;
    }
    #footer p {
        margin:0;
    }
    * html #footer {
        height:1px;
    }
