﻿.boton100
{
    display: inline-block;
    width: 100px;
    height: 20px;
    line-height: 20px;
    color: #CCCCCC;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    background-image: url(../../Imagenes/general/botones/btn100.png);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

.boton100:hover
{
    background-image: url(../../Imagenes/general/botones/btn100Hover.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.boton75
{
    display: inline-block;
    width: 75px;
    height: 20px;
    line-height: 20px;
    color: #CCCCCC;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    background-image: url(../../Imagenes/general/botones/btn75.png);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

.boton75:hover
{
    background-image: url(../../Imagenes/general/botones/btn75Hover.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.botonF100
{
    display: inline-block;
    width: 100px;
    height: 20px;
    line-height: 20px;
    color: #2C4261;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    background-image: url(../../Imagenes/general/botones/btn_azul.png);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

.botonF100:hover
{
    background-image: url(../../Imagenes/general/botones/btn_azul_2.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.botonF100_O
{
    display: inline-block;
    width: 100px;
    height: 20px;
    line-height: 20px;
    color: black;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    background-image: url(../../Imagenes/general/botones/btn_rojo.png);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

.botonF100_O:hover
{
    background-image: url(../../Imagenes/general/botones/btn_rojo_H.png);
    background-repeat: no-repeat;
    cursor: pointer;
}


