/* Medidas velas */
table.medidas {
    border-spacing: 0px;
    border-collapse: collapse;
    background: #F9F5D7;
    border: 0.3em solid #000000;
    margin-top: 0px;
    margin-bottom: 1em;
	font-family: Verdana,Arial,sans-serif;
	font-size: 8pt;	
}
table.medidas th {
    text-align: center;
    font-weight: normal;
    padding: 0.1em 0.5em;
    border: 0px;
    border-bottom: 1px solid #000000;
}
table.medidas td {
    text-align: center;
    border: 0px;
    border-bottom: 1px solid #000000;
    padding: 0.1em 0.5em;
}
table.medidas thead th {
    text-align: center;
    font-weight: bold;
    background-color: #AA0000;
    color: #FFFFFF;
}
table.medidas th.Corner {
    text-align: center;
}
table.medidas td.Odd {
    background: #E8E4C0;
}

/* Info velas */

table.infovelas {
    border-spacing: 0px;
/*    border-collapse: collapse; */
    background: #E9E9F3;
    border: 0.5em solid #E9E9F3;
    margin-top: 0px;
    margin-bottom: 1em;
	font-family: Verdana,Arial,sans-serif;
	font-size: 10pt;	
}
table.infovelas th {
    text-align: left;
    font-weight: normal;
    padding: 0.1em 0.5em;
    border: 0px;
    border-bottom: 1px solid #9999AA;
}
table.infovelas td {
    text-align: right;
    border: 0px;
    border-bottom: 1px solid #9999AA;
    border-left: 1px solid #9999AA;
    padding: 0.1em 0.5em;
}
table.infovelas thead th {
    text-align: center;
    font-weight: bold;
    color: #6C6C9A;
    border-left: 1px solid #9999AA;
}
table.infovelas th.Corner {
    text-align: left;
    border-left: 0px;
}
table.infovelas tr.Odd {
    background: #F6F4E4;
}
