﻿html,body {
    width:99%;
    height:99%;   
}

.letra_roja {
    color: #A5383A;
}
.letra_verde {
    color: #98AE46;
}
.letra_naranja {
    color: #C45833;
}
.letra_blanca {
    color: #FFFFFF;
}
.negro_letra {
    color: #000000;
}

.fondo_rojo {
    background-color: #A5383A;
}

.fondo_rojovino {
    background-color: #79181a;
}

.fondo_verde {
    background-color: #98AE46;
}

.fondo_naranjo {
    background-color: #C45833;
}

.fondo_blanco {
    background-color: #FFFFFF;
}

.franja_superior{
    width:100%;
    height:191px;
}
.banner_size{
    width:914px;
    height:381px;

}
.letra1 {
    font-family: 'Century Gothic';
    font-size: 14px;
}

.letra2 {
    font-family: 'Century Gothic';
    font-size: 18px;
}
.letra3 {
    font-family: 'Century Gothic';
    font-size: 24px;
}

.letra_menu {
    font-weight: normal;
    cursor:pointer;
}
.letra_menu:hover {
    font-weight: bold;
}
.boton {
    font-family: 'Century Gothic';
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    background-color: #C45833;
    border-radius: 5px;
    transform: scale(1);
    border-color: #C45833;
}
    .boton:hover {
        font-family: 'Century Gothic';
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
        background-color: rgba(196, 88, 51, 0.74);
        transform: scale(1);
    }
.boton:active{
    transform:scale(0.9);

}