﻿body {
    /*Color principal*/
    background-color: #dac195;
}
body, td, th
{
}
    .style1
    {
        /*Encabezado y tablas*/
        width: 810px;
        margin: auto;
    }
    .style2
    {
        /*Textos izquierda*/
        font-family: Source Gotham;
        text-align: left;
        font-size: medium;
    }
     .style3
    {
        /*Textos derecha*/
        font-family: "Source Gotham";
        text-align: right;
        font-size: medium;
    }      
    .style4
    {
        /*Grid*/
        font-family: Source Gotham;
        text-align: left;
        font-size: medium;
        width: 600px;
    }
     .style5
    {
        /*Textos centro*/
        font-family: "Source Gotham";
        text-align: center;
        font-size: medium;
    } 
    .style6
    {
     /*Textos centro*/
        font-family: "Source Gotham";
        text-align: center;
        font-size: medium;
        color: White;
        background: #7A1737;
    }
    .style7
    {
        color: Red;
    }