﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.TablaContenedor {
    display: table;
}
.TablaFila {
    display: table-row;
}
.TablaFila2 {
    display: inline-table;
}
.TablaCelda {
    font-family: Arial, Helvetica, sans-serif;
    display: table-cell;
}
.TablaCeldaEspaciada {
    font-family: Arial, Helvetica, sans-serif;
    display: table-cell;
    padding-left: 10px;
    padding-right: 10px
}

.colspan {
    max-width: 1px;
    overflow: visible;
}
.dummycell {
    border-color: transparent;
}
input:invalid {
    background-color: pink;
}

tr:nth-child(odd) {
    background-color: #ffffff
}

tr:nth-child(even) {
    background-color: #fafafa
}

th {
    background-color: #fafafa
}


