#cont {
        margin:auto;
        width:1000px;
        height:100%;
        background-color:#FFFFFF;
}

#cabecera {
        width:1000px;
        height:100px;
        background-image: url("../imgs/fondo_cabecera.jpg");
        background-repeat: repeat-x;
}
#cabecera-left {
        float: left;
        width:690px;
        height:100px;
}
#cabecera-right {
        float: left;
        width:300px;
        height:100px;
}
#cabecera-center {
        float: left;
        width:85px;
        height:100px;
}

#fecha {
        width:1000px;
        height:20px;
        background-color:#396FAF;
        background-image: url("../imgs/fondo_fecha.gif");
        background-repeat: repeat-y;
}

#cuerpo {
        overflow:hidden;
        width:1000px;
        height:100%;
        background-color:#ffffff;
        background-repeat: repeat-y;
}

#izq {
        float: left;
        width:180px;
        height: 100%;
        background-color:#ecf2f4;
        padding: 13px 0px 0px 0px;
}

#med {
        float: left;
        width:607px;
        height: 100%;
        background-color:#ffffff;
        padding-top: 0px;
}
#med-01 {
        overflow:hidden;
        margin:auto;
        padding-top: 20px;
        width:580px;
        height: 100%;
        background-color:#ffffff;
}
#med-02 {
        float: left;
        width:820px;
        height: 100%;
        background-color:#ffffff;
        padding-top: 0px;
}

#der {
        float: left;
        width: 213px;
        height: 100%;
        background-color:#ffffff;
        background-image: url("../imgs/fondo_lat_der.jpg");
        background-repeat: repeat-x;
        padding: 0px;
}
#der-img {
        margin:auto;
        padding-top: 4px;
        padding-left: 4px;
}


#pie {
        width:1000px;
        height:82px;
        background-color:#ffffff;
        background-image: url("../imgs/fondo_pie.jpg");
        background-repeat: repeat-x;
}