.active {
    background-color: #7238c1;
}

.encabezado {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: italic;
    font-size: .9em;
    background-color: rgb(205, 205, 205);
    color: white
}

.boton {
    display: block;
    color: white;
    background-color: #1C3368;
    text-align: center;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: italic;
    font-size: .9em;
    padding: 10px 16px;
    align-content: center;
    word-wrap: break-word;
    float: center;
    text-decoration: none;
}

.boton_verde {
    display: block;
    color: white;
    background-color: #1C3368;
    text-align: center;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: italic;
    font-size: .9em;
    padding: 10px 16px;
    align-content: center;
    word-wrap: break-word;
    float: center;
    text-decoration: none;
}

.boton_rojo {
    display: block;
    color: white;
    background-color: rgb(200, 40, 40);
    text-align: center;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: italic;
    font-size: .9em;
    padding: 10px 16px;
    align-content: center;
    word-wrap: break-word;
    float: center;
    text-decoration: none;
}

.texto {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: italic;
    font-size: 16px;
    color: #20202082;
}

.grid {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: italic;
    font-size: 12px;
    color: #20202082;
}

table {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: italic;
    font-size: 15px;
    color: #20202082;
}

.visita {
    padding:4px;
    font-family:verdana;
    font-size:10;
}

.contacto {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: italic;
    font-size: 28px;
    color: #20202082;
}

input[type=submit] {
    background-color: #1C3368;
    border: none;
    color: rgb(255, 255, 255);
    padding: 16px 32px;
    text-decoration: none;
    font-size: 15px;
    margin: 4px 2px;
    cursor: pointer;
}
