.encabezadoModalStatic
{
    position: fixed;  
    width: 90%;
    top: 5%;
    padding: 15px 15px 20px 15px;
    z-index: 2;
    background: white;
}

.pregunta
{
    color: #262626;
    font-size: 14pt;
}

.divisorGrisClaro1
{
    height: 1px;
    background: lightgray;
    border-bottom: 10px !important;
}

.taComentario
{
    min-width: 100%;
    width: 100%;
    border: 1px solid #262626;
    border-radius: 3px;
}

.taComentario:disabled
{
    height: 50px;
    background: rgb(240, 240, 240);
    resize: none;
}

.respuesta
{
    font-size: 12pt;
    color: gray;
}

.btnOpcionRespuesta, .btnOpcionRespuesta:active, .btnOpcionRespuesta:focus
{
    color: #262626;
    background: white;
    border: none;
    font-size: 13pt;
    
    outline: none !important;
    box-shadow: none;
}

.btnOpcionRespuesta:hover
{
    color: rgb(250, 97, 21);
}

.btnOpcionRespuesta:disabled
{
    color: lightgray;
}

.inputEspecifica:disabled
{
    background: white;
    border-width: 0px;
    border-bottom: 2px solid lightgray;
    border-radius: 0px;
    font-size: 10pt;
    margin-left: 15px;
}

.optCheck
{
    padding-top: 5px;
    height: 35px;
    border: none;
    color: #262626;
    margin-left: -8px;
}

.colorGray
{
    color: gray;
}

/*.optCheck:hover
{
    color:  rgb(250, 97, 21);
}

.optCheck:hover .cr
{
    border: 2px solid  rgb(250, 97, 21) !important;
}*/

.inputRespuesta, .inputRespuesta:focus, .inputRespuesta:active, .inputRespuesta:hover
{
    border: none;
    border-bottom: 2px solid #262626;
    border-radius: 0px;
    color: #262626;
    font-size: 12pt;
    
    outline: none !important;
    box-shadow: none;
}

.addonRespuesta
{
    font-size: 14pt;
    color: #262626;
    background: white;
    border: none;
    border-radius: none;
}

.btnRespuesta, .btnRespuesta:focus, .btnRespuesta:active
{
    font-size: 14pt;
    color: #262626;
    background: white;
    border: none;
    border-radius: none;
    
    outline: none !important;
    box-shadow: none;
}

.btnRespuesta:hover
{
    color:  rgb(250, 97, 21);
}

.btnRespuesta:disabled, .btnRespuesta:hover:disabled
{
    color: gray;
}


.EspecificarInput, .EspecificarInput:focus, .EspecificarInput:active
{
    background: white;
    border-width: 0px;
    border-bottom: 2px solid #262626;
    border-radius: 0px;
    font-size: 11pt;
    color: #262626;
    
    outline: none !important;
    box-shadow: none;
}

.EspecificarInput:disabled
{
    border-bottom: 2px solid gray;
    background: lightgray;
}

.textoNegro
{
    color: #262626;
}