BODY {
    width:766px;
    background-color:#000000;
    margin:0 auto 0 auto;
    font-family:sans-serif;
    font-size:90%;
}

.cabecera {
    background:url('./demo1_cabecera.jpg') no-repeat center top;
    padding-top:128px;
    height:0;
    overflow:hidden;
}

.cabecera H1, .cabecera H2 {
    margin:0;
    padding:0;
}

.menu {
    background:url('./demo1_menu_fondo.jpg') no-repeat #2E2E2E 236px;
    height:213px;
    overflow:hidden;
    padding-right:10px;
    padding_left:10px;
}

.menu UL {
    display:block;
    margin:0;
    padding:0;
    padding-left:30px;
    list-style:none;
    width:200px;
}

.menu LI {
    border:solid #2E2E2E 1px;
    margin:0; padding:0;
    display:block;
    background:url('./demo1_separador.gif') repeat-x left top;
}

.menu LI.primero {
    background:none;
}

.menu A {
    color:white;
    text-decoration:none;
    padding-top:10px;
    padding-bottom:10px;
    display:block;
    padding-left:16px;
    background:url('./demo1_menu_bullet.gif') no-repeat left center;
}

.menu A:hover {
    text-decoration:underline;
}

.opciones {
    background-color:#2E2E2E;
    padding-left:10px;
    padding-right:10px;
    padding-top:20px;
    padding-bottom:20px;
    
}

.cuerpo {
    background-color:#2E2E2E;
    padding-left:10px;
    padding-right:10px;
    overflow:auto;
    color:white;
    //height:100%;
}

.cuerpo A {
    color:#C5F1C5;
    text-decoration:none;
}

.cuerpo A:hover {
    text-decoration:underline;
}

.cuerpo UL {
    list-style:none;
    margin:0;
    padding:0;
    padding-left:20px;
}

.cuerpo .barra_lateral {
    width:216px;
    float:left;
}

.cuerpo .panel_lateral {
    padding-top:10px;
    padding-bottom:10px;
}

.cuerpo .contenido {
    float:right;
    width:521px;
    background:url('./demo1_contenido_center.gif') repeat-y left top;
}

.contenido .top {
    height:18px;
    overflow:hidden;
    background:url('./demo1_contenido_top.gif') no-repeat left top;
}

.contenido H1 {
    margin:0;
    font-size:20px;
}

.contenido .center {
    padding-left:10px;
    padding-right:10px;
}

.contenido .bottom {
    height:15px;
    overflow:hidden;
    background:url('./demo1_contenido_bottom.gif') no-repeat left bottom;
}

.cuerpo H2 {
    background:url('./demo1_titulo_fondo.gif') no-repeat center center;
    padding:0;
    margin:0;
    color:white;
    text-align:center;
    font-weight:normal;
    font-size:16px;
    height:32px;
    padding-top:17px;
    overflow:hidden;
}

.pie {
    height:85px;
    padding:10px;
    text-align:right;
    background:url('./demo1_pie_fondo.gif') no-repeat #2E2E2E center center;
}

#enlace_cs {
    display:block;
    float:right;
    height:0px;
    overflow:hidden;
    padding-top:10px;
    width:59px;
    margin-top:40px;
    margin-right:30px;
    background:url('./content_sort.gif');
}

#enlace_cs:hover {
    background:url('./content_sort_hover.gif');
}
