/*
Coffee with milk
Table design by Roger Johansson, 456 Berea Street
www.456bereastreet.com
================================================*/

#listado table {
    border-collapse:separate;
    border-spacing:0;
    margin:0 0 1em;
    color:#000;
    width: 100%;
    }
/*table a {
    color:#523A0B;
    text-decoration:none;
    border-bottom:1px dotted;
    }
table a:visited {
    color:#444;
    font-weight:normal;
    }
table a:visited:after {
    content:"\00A0\221A";
    }
table a:hover {
    border-bottom-style:solid;
    }*/

#listado thead th,
#listado thead td{
	font-size: 11px;
	font-weight: bold;
	color: #666;
	border: 1px solid #DFDFDF;
	border-bottom:1px dotted #333333;
    background:#DFDFDF;

}

#listado tfoot th,
#listado tfoot td {
    border-top:1px solid #333333;
}
#listado th {
    font-weight:bold;
    padding:0.5em;
    text-align:left;
    }
#listado tbody th,
#listado td {
    padding:0.5em 0.5em 1.3em 0.5em;
    text-align:left;
    vertical-align:top;
    }
#listado tbody th {
    font-weight:normal;
    white-space:nowrap;
    }
#listado tbody th a:link,
#listado tbody th a:visited {
    font-weight:bold;
    }
#listado tbody td,
#listado tbody th {
    border:1px solid #fff;
    border-width:1px 0;
    }
#listado tbody tr.odd th,
#listado tbody tr.odd td {
    border-color:#EBE5D9;
    background:#f6f6f6;
    }
#listado tbody tr.baja th,
#listado tbody tr.baja td {
    text-decoration:line-through;
    }
#listado tbody td.descripcion p {
    margin-bottom: 5px;
    }
#listado tbody tr:hover td,
#listado tbody tr:hover th {
    background:#F0FCFC;
    }
    
#listado tbody .subText{
    border-top: 0;
    border-color:#EBE5D9;
}
    #listado tbody .subText div{
        height: 300px;
        overflow-y: auto;
    }
    #listado tbody .subText ul{
        list-style: none;
        margin: 0 10px 0 100px;
    }
    #listado tbody .subText li{    
        border-bottom: 1px dotted #CCCCCC;
        padding: 5px;
    }

#listado tfoot .paginacion{
    text-align: right;
}
    #listado tfoot a{
        color: #F06048;
    }    
#listado tfoot .cajaPagina{
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 9px 4px 9px;
	text-align: center;
	border: 1px solid #DFDFDF;
	background: #EFEFEF url(../img/boton_paginado.gif) no-repeat 0 0;
}
#listado tfoot .cajaPagina:hover{
    background: #CFCFCF url(../img/boton_paginado.gif) no-repeat 0 0;
}
#listado tfoot .cajaPagina_des{
    background: #CFCFCF url(../img/boton_paginado_des.gif) no-repeat 0 0;
}
#listado tfoot .cajaPagina_des:hover{
    background: #CFCFCF url(../img/boton_paginado_des.gif) no-repeat 0 0;
}

#listado caption {
    font-weight:normal;
    font-size:1.4em;
    text-align:left;
    margin:0;
    padding:0.5em 0.25em;
}

/* TABLEGRAN */
#listado .tableGran p {
    font-size: 13px;
}
    #listado .tableGran #miniListaHorin li p{
        font-size: 11px;
    }
    #listado .tableGran .iconoBoton{
        font-size: 12px;
        font-weight: bold;
    }
    
/* COMENTARIOS */
#listado .tableCom thead th,
#listado .tableCom thead td{
    background:#EFEFEF;
    border: 1px solid #FFF;
    border-radius: 7px;
    -moz-border-radius:  7px;
    -webkit-border-radius:  7px;
}
