/* 
    Document   : marcollegar
    Created on : 11-jun-2008, 16:42:30
    Author     : jll001es
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

table.marcollegar {
    border-spacing: 0px;
    border-collapse: collapse;
    empty-cells: show;
    width: 488px;
    height: 100%;
 }

table.marcollegar td.esi {    
    width: 19px;
    height: 19px;
    padding: 0;
    background: url(/huella/resources/imagenes/marcollegar/esi.gif);
}

table.marcollegar td.esd {
    width: 19px;
    height: 19px;
    padding: 0;
    background: url(/huella/resources/imagenes/marcollegar/esd.gif);
}

table.marcollegar td.eii {
    width: 19px;
    height: 19px;
    padding: 0;
    background: url(/huella/resources/imagenes/marcollegar/eii.gif);
}

table.marcollegar td.eid {
    width: 19px;
    height: 19px;
    padding: 0;
    background: url(/huella/resources/imagenes/marcollegar/eid.gif);
}

table.marcollegar td.arriba {
    width: 450px;
    height: 19px;
    padding: 0;
    background: url(/huella/resources/imagenes/marcollegar/arriba.gif) repeat-x;
}

table.marcollegar td.abajo {
    width: 450px;
    height: 19px;
    padding: 0;
    background: url(/huella/resources/imagenes/marcollegar/abajo.gif) repeat-x;
}

table.marcollegar td.derecha {
    padding: 0;
    width: 19px;
    height: 100%;    
    background: url(/huella/resources/imagenes/marcollegar/derecha.gif) repeat-y;
}

table.marcollegar td.izquierda {
    padding: 0;
    width: 19px;
    height: 100%;        
    background: url(/huella/resources/imagenes/marcollegar/izquierda.gif) repeat-y;
}

table.marcollegar td.medio {
    vertical-align: top;
    border-spacing: 0px;
    width: 450px;   
    height: 100%;
    
    /*background: url(/huella/resources/imagenes/fondolista.gif) repeat-x;*/
    background-color: #000066;
}

table.marcollegar td.medio span.etiqueta {    
    font-family: 'Comic Sans MS',serif;
    font-weight: bold;
    color: #ffffff;    
    font-size: 14px;
}

table.marcollegar td.medio span.descripcion {    
    font-family: 'Times New Roman',Times,serif;
    color: #ffffff;
    font-size: 14px;    
}

table.marcollegar td.cerrar {
    text-align: right;
}

table.marcollegar td.cerrar span.cerrar {
    font-weight: bold;
    font-family: 'Times New Roman',Times,serif;
    font-size: 18px;
    color: #ffffff;
    background-color: #000066;
    cursor: pointer;
    text-align: right;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-top-color: #000066;
    border-bottom-color: #000066;
    border-left-color: #000066;
    border-right-color: #000066;
}

.comollegar {
    visibility: hidden;
    position: absolute;
    z-index: 3;    
    top: 130px;
    left: 250px;
}

.comollegar1 {
    visibility: hidden;
    position: absolute;
    z-index: 3;    
    top: 130px;
    left: 20px;
}

.ponmapa {    
    font-family: 'Times New Roman',Times,serif;
    font-size: 14px;
    text-decoration: underline;
    color: #ffff00;
    font-weight: bold;
    cursor: pointer;
}

.imagenmapa {
    border: 2px solid #ff9900;    
}