#inicio_acordeon {
    position:absolute;
    width:220px;
    height:435px;
    overflow:hidden;
    top: 180px;
    left: 806px;    
}
    #inicio_acordeon .acordeon_grupo, #inicio_acordeon .acordeon_contenido {
        width: 204px;       
        cursor: pointer;
        overflow: hidden;
    }
    #inicio_acordeon .acordeon_grupo{
             margin-top: 8px;

    }
    #inicio_acordeon .acordeon_contenido {
        margin-top: 5px;
    }
     
    #inicio_acordeon .acordeon_contenido .acordeon_punto_elemento {
           height: 19px;
           width: 204px;
           margin: 5px 0px 0px 0px;
        }

    #inicio_acordeon .acordeon_contenido .acordeon_punto_elemento:hover {
         background-image: url('rollover.png');
         background-repeat: no-repeat;
    }
        #inicio_acordeon .acordeon_contenido .acordeon_punto_elemento div{
           float:left;
        }

        #inicio_acordeon .acordeon_contenido .acordeon_punto{
             width:6px;
             height: 6px;
             top: 9px;
        }
        #inicio_acordeon .acordeon_contenido .acordeon_elemento {
            width: 190px;
            margin: 0px 0px 0px 3px;
        }   

    .acordeon_cerrado, .acordeon_abierto {
        background-repeat:  no-repeat;
        width: 13px;
        height: 14px;
        position: absolute;
        top: 5.5px;
        left: 180px;
    }
    .acordeon_cerrado {
         background-image: url('flecha_derecha.png');
    }
    .acordeon_abierto {
        background-image: url('flecha_abajo.png');
    }

