/*Trazasssss */
td.traza{
    font-family: Tahoma;	
    font-size: 10px;
    color: #000;
}
td.traza a{
    color: #0066cc;
    text-decoration: none;
}
td.traza a:hover{
    color: #0066cc;
    text-decoration: underline;
}
/*Listas de CAteogrias*/
table.lista td{
    border: 1px;
    border-style: solid;
    border-color: #c0c0c0;

}
table.lista_item{
    width: 100%;
    font-family: Tahoma;
}
table.lista_item td{
    border: 0px;
    
}
td.list_titulo{
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    vertical-align: top;
    text-decoration: none;
    padding-top: 4px;
    padding-left: 4px;
}
td.list_titulo a{
    color: #0974b8;
    text-decoration: none;
}
td.list_titulo a:hover{
    color: #1f90d7;
    text-decoration: underline;
}
td.list_titulo a:visited{
    color: #1f90d7;
}
td.list_desc{
    font-size: 12px;
    height: 55px;
    color: #666;
    vertical-align: top;
    width: 580px;
    padding-top: 4px;
    padding-left: 4px;

}

/*Detalleess*/
table.detalle{
    font-family: Tahoma;
}
td.detalle_tit{
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    color: #0974b8;
    vertical-align: top;
    text-decoration: none;
    padding-top: 4px;
    padding-left: 4px;
}
td.detalle_mod{
    font-size: 12px;
    color: #666;
    vertical-align: top;
    text-decoration: none;
    padding-top: 4px;
    padding-left: 4px;
}
td.detalle_cont{
    font-size: 12px;
    color: #666;
    text-align: justify;
    vertical-align: top;
    text-decoration: none;
    padding-top: 4px;
    padding-left: 4px;
}

td.detalle_cont img{
   height: 150px;
   width: 150px;
   float: left;
   margin: 15px;
}


