﻿.parserIE {
    
    background-color:white;
    border-radius:4px;
    border-style:none;
}

.con-error
{
    border-color:#F5A9A9 !important; 
    border-width: 1px !important;
    box-shadow: -1px -1px 5px 5px #F5A9A9 !important;
}

.withHover:hover {
                 border-color:black;
                 background-color: #e6e6e6;
}

.eliminaBullets{
    list-style:none;
}

.daMargen {
    padding-left:5%;
    padding-right:5%;
}

.justificaTexto {
    text-align: justify;
    font-size: 15px;
}
.evitaDesordenPadre{
    height:70%;
    overflow: hidden;
}

.evitaDesorden{
    overflow: hidden;
    height: inherit; 
}

.evitaDesordenDetalle{    
    overflow: hidden;
    min-height:50%;
}

.evitaDesordenDetalle2{
    overflow: hidden;
    height: 98%; 
    position:absolute !important;
    top: 0px;
    left: 0px;
}
.centrar {
    position: absolute; left: 50%; top: 50%; 
    transform: translate(-50%, -50%); 
    -webkit-transform: translate(-50%, -50%); 
    -moz-transform: translate(-50%, -50%); 
    -ms-transform: translate(-50%, -50%); 
}

.form_P_gray_transparent {background-color: rgba(244, 244, 244, 0.9);box-sizing: border-box;}

.btn-P-Interno{background-color:green;color:white;}

.BordeControl{border:1px solid gray !important;  }

.dvFondoOpaco
{
    left: 0px;
    position: fixed; 
    /*display: block!important;*/
    top:0px; 
    width: 100%; 
    height: 100%; 
    background-color: rgba(0, 0, 0, 0.2);
    z-index:2000 !important;
}

.margin-top-20
{
    margin-top:20px;
}

.form-control-interno {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control-interno-area {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}