﻿.boton {
    font-family: Arial;
    color: #ffffff;
    padding: 10px 30px 10px 20px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 82px 10px 79px 10px;
    -moz-border-radius: 82px 10px 79px 10px;
    -webkit-border-radius: 82px 10px 79px 10px;
    width: 160px;
    box-shadow: 7px 4px 3px #666666;
    -webkit-box-shadow: 7px 4px 3px #666666;
    -moz-box-shadow: 7px 4px 3px #666666;
    margin-right: 15px;
}

    .boton:hover {
        
        background: #38698a;
        color: White;
    }

    .boton:active {
        border-top-color: #1b435e;
        border-bottom-color: #1b435e;
        background: #1b435e;
    }

.lnkButton {
    font-weight: lighter;
    padding-left: 10px;
    font-size: 12px;
}

.botonAceptar {
    background: #63a5f0;
    background-image: -webkit-linear-gradient(top, #63a5f0, #0769d9);
    background-image: -moz-linear-gradient(top, #63a5f0, #0769d9);
    background-image: -ms-linear-gradient(top, #63a5f0, #0769d9);
    background-image: -o-linear-gradient(top, #63a5f0, #0769d9);
    background-image: linear-gradient(to bottom, #63a5f0, #0769d9);
    font-weight: bold;
    text-decoration: none;
    border-color: #2980b9;
}

    .botonAceptar:hover {
        border-top-color: #2980b9;
        border-bottom-color: #2980b9;
        background: #28597a;
        color: #ede4ed;
        transform: scale(1.1);
        transition-timing-function: cubic-bezier(0.47,2.02,0.31,-0.36);
    }

    .botonAceptar:active {
        border-top-color: #1b435e;
        border-bottom-color: #1b435e;
        background: #1b435e;
    }


.botonCancelar {
    border-top: 1px solid #BDBDBD;
    background: #f0ae68;
    background-image: -webkit-linear-gradient(top, #f0ae68, #d18b45);
    background-image: -moz-linear-gradient(top, #f0ae68, #d18b45);
    background-image: -ms-linear-gradient(top, #f0ae68, #d18b45);
    background-image: -o-linear-gradient(top, #f0ae68, #d18b45);
    background-image: linear-gradient(to bottom, #f0ae68, #d18b45);
    border-color: #d18b45;
}

    .botonCancelar:hover {
        border-color: #a86405;
        background: #a86405;
        color: #ccc;
        transform: scale(1.1);
        transition-timing-function: cubic-bezier(0.47,2.02,0.31,-0.36);
    }

    .botonCancelar:active {
        border-top-color: #A4A4A4;
        border-bottom-color: #A4A4A4;
        background: #A4A4A4;
    }


.botonVolverAtras {
    border-top: 1px solid #BDBDBD;
    background: #6E6E6E;
    background: -webkit-gradient(linear, left top, left bottom, from(#A4A4A4), to(#6E6E6E));
    background: -webkit-linear-gradient(top,#A4A4A4, #6E6E6E);
    background: -moz-linear-gradient(top, #A4A4A4,#6E6E6E);
    background: -ms-linear-gradient(top, #A4A4A4, #6E6E6E);
    background: -o-linear-gradient(top, #A4A4A4, #6E6E6E);
    border-color: #A4A4A4;
}

    .botonVolverAtras:hover {
        border-top-color: #A4A4A4;
        border-bottom-color: #A4A4A4;
        background: #585858;
        color: #ccc;
        transform: scale(1.1);
        transition-timing-function: cubic-bezier(0.47,2.02,0.31,-0.36);
    }

    .botonVolverAtras:active {
        border-top-color: #A4A4A4;
        border-bottom-color: #A4A4A4;
        background: #A4A4A4;
    }

.botonCargar {
    background: #159323;
    font-family: Arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 82px 10px 79px 10px;
    border-color: #159323;
    -moz-border-radius: 82px 10px 79px 10px;
    -webkit-border-radius: 82px 10px 79px 10px;
    width: 90px;
    box-shadow: 7px 4px 3px #666666;
    -webkit-box-shadow: 7px 4px 3px #666666;
    -moz-box-shadow: 7px 4px 3px #666666;
}

    .botonCargar:hover {
        border-top-color: #26721d;
        border-bottom-color: #26721d;
        background: #26721d;
        color: white;
    }

    .botonCargar:active {
        border-top-color: #A4A4A4;
        border-bottom-color: #A4A4A4;
        background: #A4A4A4;
    }

.botonEditar {
    border-top: 1px solid #BDBDBD;
    background: #38c23b;
    background-image: -webkit-linear-gradient(top, #38c23b, #47ad4e);
    background-image: -moz-linear-gradient(top, #38c23b, #47ad4e);
    background-image: -ms-linear-gradient(top, #38c23b, #47ad4e);
    background-image: -o-linear-gradient(top, #38c23b, #47ad4e);
    background-image: linear-gradient(to bottom, #38c23b, #47ad4e);
    border-color: #38c23b;
}

    .botonEditar:hover {
        border: #427835;
        background: #427835;
        color: #ccc;
        transform: scale(1.1);
        transition-timing-function: cubic-bezier(0.47,2.02,0.31,-0.36);
    }

    .botonEditar:active {
        border-top-color: #427835;
        border-bottom-color: #427835;
        background: #427835;
    }

.accordionContent {
    background-color: #D3DEEF;
    border-color: -moz-use-text-color #2F4F4F #2F4F4F;
    border-right: 1px dashed #2F4F4F;
    border-style: none dashed dashed;
    border-width: medium 1px 1px;
    padding: 10px 5px 5px;
    padding-left:20%;
    text-align:left;
}

.accordionHeaderSelected {
    background-color: #5078B3;
    border: 1px solid #2F4F4F;
    color: white;
    cursor: pointer;
    font-family: Arial,Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px;
}

.accordionHeader {
    background-color: #2E4D7B;
    border: 1px solid #2F4F4F;
    color: white;
    cursor: pointer;
    font-family: Arial,Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px;
    
}

.href {
    color: White;
    font-weight: bold;
    text-decoration: none;
}


