/* 
    Document   : properties.listado
    Created on : Jun 27, 2010, 8:17:24 PM
    Author     : Samuel Fernández Amorós
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.imgOrden, .milista {
            background-image: url('../images/orden/fondo.png');
            background-repeat: no-repeat;
            width: 103px;
            height: 32px;
            float: left;
            margin: 0px;
            cursor: pointer;
            line-height: 24px;
            font-weight: bold;
            color: white;
            margin-right: 3px;
        }
        .milista {
            background-image: url('../images/orden/fondo_milista.png');
            cursor: default;
        }

        .milista a:link,.milista a:visited {
            color: white;
        }

        .milista a:hover {
            color: #653FFF;
        }
