

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

table.marco th {
        width: 55%;
        padding: 20px;
        border-top-width: 2px;
        border-top-style: dotted;
        border-top-color: #620120;
        border-right-width: 0px;
        border-right-style: dotted;
        border-right-color: #620120;
        border-left-width: 2px;
        border-left-style: dotted;
        border-left-color: #620120;
        border-bottom-width: 2px;
        border-bottom-style: dotted;
        border-bottom-color: #620120;
        z-index: 100;

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






table.marco2 {
        width: 100%;
        margin: auto;
	border-collapse: collapse;
        background-image: url(fondo_adornos.jpg);
}

table.marco2 th {
        width: 100%;
        padding: 20px;
        border-top-width: 1px;
        border-top-style: dotted;
        border-top-color: #620120;
        border-right-width: 1px;
        border-right-style: dotted;
        border-right-color: #620120;
        border-left-width: 1px;
        border-left-style: dotted;
        border-left-color: #620120;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #620120;
        z-index: 100;

}
table.marco2 td {
        width: 0%;
        border-top-width: 1px;
        border-top-style: dotted;
        border-top-color: #620120;
        border-right-width: 1px;
        border-right-style: dotted;
        border-right-color: #620120;
        border-left-width: 1px;
        border-left-style: dotted;
        border-left-color: #620120;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #620120;
        z-index: 100;
}

