



table.marco_titulo {
        width: 90%;
        margin: auto;
	border-collapse: collapse;
        background-image: url(fondo_tabla.gif);
}

table.marco_titulo th {
        width: 0%;
        padding: 20px;
        text-align: center;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #620120;
        border-right-width: 2px;
        border-right-style: solid;
        border-right-color: #620120;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #620120;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-color: #620120;
        z-index: 100;

}
table.marco_titulo td {
        width: 100%;
        padding: 20px;
        text-align: justify;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #620120;
        border-right-width: 2px;
        border-right-style: solid;
        border-right-color: #620120;
        border-left-width: 0px;
        border-left-style: solid;
        border-left-color: #620120;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-color: #620120;
        z-index: 100;
}

