p{
    margin: 6px;
}
.navAccion{
    font-size: 90%;
    /*  font-style: italic;*/
    font-weight: normal;
}

.cntSolicitantes{
    margin-top: 5px;
}


/* ayuda */
.msgAyuda{
    padding: 5px 5px 5px 25px;
    background: url('../img/warningIco.png') no-repeat 5px 5px #F2F2F2;
    margin: 0 0px 20px 0;
}

/* CONSULTA
----------------------------------------------------------------------------- */
.fichaConsulta .input, .inputBloqueado {
    background-color: #EFEFEF;
    border: 1px solid #E1DFD1;
    color: #666666;
    /*font-weight: bold;*/
    padding: 1px;
    font-size: 12px;
}

.inputBloqueado{
    background-color: #EBE9E9;
    border: 1px solid #E1E1E1;
    font-size: 12px;
}
.textArea{
    min-height: 60px;
}

.checkBoxMultiple{
    height: 154px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.checkBoxMultiple .chkbox:checked {
    background-color: #BFCAC2;
}

.checkBoxBonificaciones{
    height: 240px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.cntFirmas{
    height:40pt;
    margin: 5px 0px;

}

.cntFirmasMinus{
    height:47pt;
    margin: 5px 0px;
}

.documentacion{
    text-align: justify;
    padding: 0;
    font-size: 12px;
    font-weight: normal !important;
}

.documentacion table {    
    margin-top: 10px;
}
.documentacion table tr td {
    padding-bottom: 10px;   
    width: fit-content !important;
}
.documentacion table tr td:first-child {        
    border-right: 10px solid #fff;
    white-space: nowrap;
    vertical-align: top;
    font-weight: 600;
}

.documentacion p {
    text-align: left;
    padding: 0;
    font-size: 10px;
    font-weight: normal !important;
    display: flex;
    gap: 10px; 
    flex-wrap: wrap;
    margin: 0 0 10px;
} 
.documentacion p * {       
    width: fit-content !important;    
}

.documentacion ul {
    text-align: justify;
    padding: 0;
    font-size: 10px;
}
.documentacion li {
    margin-bottom: 10px;
}

.reduce .documentacion, .reduce .documentacion p, .reduce .documentacion ul{
    text-align: justify;
    padding: 0;
    font-size: 10px;
}

.cntAlerta{
    text-transform:uppercase;
    font-weight: bold;
}

.firma{
    height: 44px;
}
.txtAviso{
    color: #F00;
}
.titPagina{
    border: 1px solid #CCCCCC;
    text-align: center;
    width: 787px;
}
.cntMesesSel{
    border-top: 1px solid #CCCCCC;
    margin-bottom: 10px;
}
.fichaConsulta .input.mesAnt{
    background-color: #fdc289;
}
.fichaConsulta .input.mesSig{
    background-color: #f28383;
}
.bloqueFicha_12.mesAnt{
    border: 2px solid #fdc289;
}
.bloqueFicha_12.mesSig{
    border: 2px solid #f28383;
}
a.mesAnt{
    color: #fdc289;
}
a.mesSig{
    color: #f28383;
}
.tit_cntServicio_his, .tit_cntPago_his, .tit_cntBonif_his, .tit_cntAutoliquidacion{
    margin: 0;
    padding-bottom: 0;
    padding-top: 5px;
    margin-top: -10px;
    border: 1px solid #CCCCCC;
    border-top: none;
    background-color: #EAF5EE;
}
.cntServicio_his_all, .cntPago_his_all, .cntBonif_his_all, .cntAutoliquidacion_all{
    margin-bottom: 10px;
}

.destacado{
    color:#ff0000;
}
.firmaBonif{
    background-color: #F9F9F9;
    border: 1px solid #ECE9D8;
    color: #666666;
    padding: 1px;
    font-size: 12px;
    height: 25pt;
}


/*AYUDA*/
/*AYUDA*/
#ayuda{
    margin-top:10px;
}
#ayuda h1{
    font-size:160%;
}
#ayuda h2{
    font-size: 120%;
    margin-top:25px;}
#ayuda h3{

}
#ayuda .fechaActualizacion{
    font-weight:bold;
    color:red;
}
#ayuda .alert{
    font-size:1.1em;
    color: red;
    font-weight: bold;
}
#ayuda .alertG{
    margin-top:8px;
    font-size:1.4em;
    color: red;
    font-weight: bold;
}

h3 span.transicion{
    font-size: 100%;
    line-height: 130%;
    color: #7a4604;
    font-weight: bold;
}

div.transicion{
   
    color: #7a4604;
    font-weight: bold;
}

div.transicion a { 
    color: #7a4604;
    font-weight: bold;
}



.tblListado tr.lineaSolicitud {
    font-weight: bold;

}
.tblListado tr.lineaSolicitud td.dashed {
    border-bottom: 1px dashed #8a8787;
}
.tblListado tr.lineaFamilia, .tblListado tr.lineaFamiliaUltima{
    font-size: 80%;
}
.tblListado tr.lineaFamilia {
    border-bottom: none;
}

.miniInfo{
    font-size: 90%;
}

#cntScroll {
    overflow-y: scroll;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.cntError {
    color: #AA0000;
    margin: 5px;
}

.cntInfo {
    color: #000066;
    margin: 5px;
}
.espacioFoto{
	text-align: center;
	height: 130px; 
	width: 80px; 
	float: right;
    background-color: #F9F9F9;
    border: 1px solid #ECE9D8;
    color: #666666;
    padding: 1px;
    font-size: 10px;

}