﻿body {
}

.Labels {
    /*border-color: #00CC00; 
border-style: solid; 
background-color: #FF6600;*/
    color: #01AEF0;
    /*color:#A1A8AB;*/
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
}

.LabelsSample {
    /*font-family: Tahoma;*/
    font-family: "Segoe UI",Arial,sans-serif;
    font-size: 12px;
    line-height: 10px;
    /*color: #6a828c;*/
}

.LabelsSampleNegrilla {
    /*font-family: Tahoma;*/
    font-family: "Segoe UI",Arial,sans-serif;
    font-size: 13px;
    line-height: 10px;
    font-weight: bold;
    /*color: #6a828c;*/
}


.LabelsSamplen {
    /*font-family: Tahoma;*/
    font: normal;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    line-height: 16px;
    /*color: #6a828c;*/
}


.LabelsTitulo {
    color: #959595;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
}

.LabelsValidator {
    color: red;
    font-family: Arial;
    font-size: 7pt;
}

.Respuestas {
    font-family: Tahoma;
    font-size: 11px;
    font-style: normal;
    color: Black;
    font-weight: normal;
}

.GridEncabezado {
    text-align: center;
    color: blue;
    background: #f2f2f2;
}

.rgview table {
    border-collapse: collapse;
    background: #FFFFFF;
    color: gray;
}

.rgview tr:hover {
    background: #01AEF0;
    color: white;
}

.rgview th.rgHeader {
    background: #fff;
    color: gray;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

.AspButtonSmall {
    background-color: #01AEF0;
    border: 1px solid #01AEF0;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Tahoma;
    font-size: 12px;
    padding: 4px 4px;
    text-decoration: none;
    text-shadow: none;
    text-align: center;
}

    .AspButtonSmall:enabled:hover {
        background-color: #0055A5;
        border: 1px solid #0055A5;
        display: inline-block;
        cursor: pointer;
        color: #ffffff;
        font-family: Tahoma;
        font-size: 12px;
        padding: 4px 4px;
        text-decoration: none;
        text-shadow: none;
    }

    .AspButtonSmall:disabled {
        background-color: #CBCBCB;
        color: white;
    }

        .AspButtonSmall:disabled:hover {
            cursor: no-drop;
        }

.AspButtonMedium {
    background-color: #01AEF0;
    border: 1px solid #01AEF0;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Tahoma;
    font-size: 12px;
    padding: 8px 8px;
    text-decoration: none;
    text-shadow: none;
}

    .AspButtonMedium:enabled:hover {
        background-color: #0055A5;
        border: 1px solid #0055A5;
        display: inline-block;
        cursor: pointer;
        color: #ffffff;
        font-family: Tahoma;
        font-size: 12px;
        padding: 8px 8px;
        text-decoration: none;
        text-shadow: none;
    }

    .AspButtonMedium:disabled {
        background-color: #CBCBCB;
        color: white;
    }

        .AspButtonMedium:disabled:hover {
            cursor: no-drop;
        }

.Requerido {
    color: red;
    text-align: left;
    /*margin: 0px 30px 50px 30px;*/
    font-family: Tahoma;
    font-size: 11px;
}

.row {
    margin-top: 7px;
    /*margin-bottom: 30px*/
}

.icon-corp {
    color: #fff;
    background-color: transparent;
}

    .icon-corp:hover {
        color: #01AEF0;
    }

/*.icon-corp:before {
    color: #FFFFFF;
}

.icon-corp::selection {
    color: #01AEF0;
}*/

.CheckboxFuente label,
.checkbox label {
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .ocultarMovil {
        display: none;
    }
}
