#menuPrincipal{
    border:0;
    width:808px;
}
#menuPrincipal td{
    text-align:center;
}
#menuPrincipal td a{
    text-decoration:none;
    color:#000;
    font-family:sans-serif;
}
#menuPrincipal td.actual{
    font-weight:bold;
}
#menuPrincipal .division{
    width:1px;
    background:url(../imagenes/division.png);
}
#menuPrincipal .item{
    height:30px;
    background:url(../imagenes/back.png);
}
#menuPrincipal .inicio{
    width:5px;
    background:url(../imagenes/inicio.png) center left;
}
#menuPrincipal .fin{
    width:5px;
    background:url(../imagenes/fin.png) center right;
}

#contenido{
    background-color:white;
    font-family:sans-serif;
    width:808px;
}
#contenido .esquina1{
    background:url(../imagenes/esquina1.png) no-repeat top left;
    height:20px;
    width:20px;
}
#contenido .esquina2{
    background:url(../imagenes/esquina2.png) no-repeat top right;
    height:20px;
    width:20px;
}
#contenido .esquina3{
    background:url(../imagenes/esquina3.png) no-repeat bottom left;
    height:20px;
    width:20px;
}
#contenido .esquina4{
    background:url(../imagenes/esquina4.png) no-repeat bottom right;
    height:20px;
    width:20px;
}