body{
    background-color:#e5e5e5;
    font-family:Arial;
    font-size: 2rem ;
    color:#000000;

    min-height: 100vh;
    position: relative;
    margin: 0;
    padding-bottom: 50px;
}

div.footer {
  position: absolute;
  bottom:0;
  width:100%;
  height:25px;
  background-color: #808080;
  color:#FFFFFF;
}
/*        background-image:url('img/top.jpg');
        background-position:top center;
        background-repeat:no-repeat;*/


a{
        color:#A30000;
        text-decoration:none !important; 
}

a:hover{
        color:#64D1FF;
}

#tablageneral{
        position:absolute;
        width:1000px;
        top:70px;
        left:50%;
        margin-left:-500px;
}

#tablageneral td.sup{
        background-image:url('img/base_sup.gif');
        width:800px;
        padding-left:30px;
        padding-top:10px;
        height:19px;
        overflow:hidden;
        background-repeat:no-repeat;
}

#tablageneral td.sup div.titulo{
        color:#970000;
        font-size:11pt;
}

#tablageneral td.inf{
        background-image:url('img/base_inf.gif');
        width:810px;
        padding:10px;
        height:29px;
        background-repeat:no-repeat;
}

#tablageneral td.contenido{
        width:810px;
        background-image:url('img/base_fondo.gif');
        background-repeat:repeat-y;
        padding:10px;

}

#tablageneral td.menusup{
        background-image:url('img/fondo_menu_sup.gif');
        width:170px;
        height:29px;
        overflow:hidden;
        background-repeat:no-repeat;
}

#tablageneral td.menuinf{
        background-image:url('img/fondo_menu_inf.gif');
        width:170px;
        height:29px;
        overflow:hidden;
        background-repeat:no-repeat;
}

#tablageneral td.menu{
        width:160px;
        background-image:url('img/fondo_menu.gif');
        background-repeat:repeat-y;
        padding:5px;
        font-size:9pt;
	font-family:'Molengo', Arial;
	text-shadow: 1px 1px 1px #aaa;
}

#tablageneral td.menu ul{
        margin:0px;
        padding:0px;
}

#tablageneral td.menu li{
        list-style:none;
        padding:2px;
        padding-left:5px;

}

#tablageneral td{
       padding:0px;
       vertical-align:top;

}

#tablageneral .titulo{
        font-size:12pt;
        font-weight:bold;
        color:#0f0f0f;
}

.titulo{
        font-size:12pt;
        font-weight:bold;
        color:#0f0f0f;
}

.tituloBase{
        font-size:12pt;
        font-weight:bold;
        display: flex;
        color:#ffffff;
        height:25px;
        width:100%;
        background-color: #872d2d;
        padding-left: 1%;
        border-radius: 5px;
}

.tituloBase:hover{
  cursor:pointer;
  background-color:#949494;
  color:#000000;
  #iconSeg{
   color: #949494;
  }
}

#iconSeg{
   width: 3%;
   height: 90%;
   align-self: flex-start;
   box-shadow: 1px black;
   color: white;
   border-radius: 20px;
   text-align: center;
   
}

.accordion-button::after{
        color: white;
}

#inSesion{
        display: flex;
        align-items: center;
        height: 100%;
        min-height: 93vh;
}

#listaDestino{
        margin-bottom: 2%;
        margin-top: 2%;
}

.accordion-button.collapsed {
        background: blue
}
      
.accordion-button.collapsed::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after{
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
/**#tituloBase0{
    background-image: url('img/fondo_titulobase0.gif');
    background-position: top left;
    background-repeat:no-repeat;
}

#tituloBase1{
    background-image: url('img/fondo_titulobase1.gif');
    background-position: top left;
    background-repeat:no-repeat;
}

#tituloBase2{
    background-image: url('img/fondo_titulobase2.gif');
    background-position: top left;
    background-repeat:no-repeat;
}

#tituloBase3{
    background-image: url('img/fondo_titulobase3.gif');
    background-position: top left;
    background-repeat:no-repeat;
}

#tituloBase4{
    background-image: url('img/fondo_titulobase4.gif');
    background-position: top left;
    background-repeat:no-repeat;
}

#tituloBase0:hover, #tituloBase1:hover,#tituloBase2:hover,#tituloBase3:hover,#tituloBase4:hover{
        background-image: url('img/fondo_titulobasehover.gif');
        background-position: top left;
        background-repeat:no-repeat;
}*/


.tablalistados{
        width:100%;
        font-size:13pt;
}

.tablalistados td{
        background-color:#FAFAFA;
        height:20px;
        vertical-align:middle;
        padding-top: 1%;
}

.tablalistados tr:hover td{
    background-color: #E0E0E0;
}

.tablalistados th{
        text-align:left;
        background-color:#f0f0f0;
}

.tablalistados .icono{
        width:16px;
        vertical-align:middle;
}


#capatransparente{
        display:none;
        width:100%;
        height:100%;
        filter: Alpha(opacity=50);
        opacity:0.5;
        z-index:3;
        background-color:#334455;
        position:fixed;
        top:0px;
        left:0px;
}
/*
#ficha_seccion{
        display:none;
        position:fixed;
        top:10px;
        left:50%;
        margin-left:-375px;
        width:750px;
        height:auto;
        overflow-x:hidden;
        overflow-y:hidden;
        z-index:5;
        background-color:#FFFFFF;
        font-family:Arial;
        font-size:10pt;
        color:#000000;
        padding:15px;
        border:1px dotted #0a0a0a;
}

/*#ficha_seccion input,select{
        border:1px solid #000000;
        font-family:Arial;
        font-size:10pt;
        background-color:#F9FFD6;
}

#ficha_seccion textarea{
        border:1px solid #000000;
        font-family:Arial;
        font-size:10pt;
        background-color:#F9FFD6;
        width:90%;
        height:40px;
}

#ficha_seccion button,submit{
        border:0px;
        background-color:#FAFAFA;
}
*/
#ficha_seccion .calendario{
        display:none;
        width:230px;
        float:none;
        border:0px;
}

.btn_aceptar{
        width:75px;
        height:20px;
        overflow:hidden;
        background-image:url('img/btn_aceptar.gif');
        float:left;
        cursor:pointer;
        position:relative;
}

.btn_aceptar:hover{
        filter: Alpha(opacity=50);
        opacity:0.5;
}

.btn_contrato{
        width:75px;
        height:20px;
        overflow:hidden;
        background-image:url('img/btn_contrato.gif');
        float:left;
        cursor:pointer;
        position:relative;
}

.btn_contrato:hover{
        filter: Alpha(opacity=50);
        opacity:0.5;
}



.btn_cancelar{
        width:75px;
        height:20px;
        overflow:hidden;
        background-image:url('img/btn_cancelar.gif');
        float:left;
        cursor:pointer;
        position:relative;
}

.btn_cancelar:hover{
        filter: Alpha(opacity=50);
        opacity:0.5;
}

.error{
        border:1px dotted #C10000;
        background-color:#FFFFFF;
        background-image:url('img/icon_error.gif');
        background-position:5px 5px;
        background-repeat:no-repeat;
        height:44px;
        padding-left:45px;
        padding-top:20px;
        vertical-align:middle;
        color:#C10000;
        width:270px;
        text-align:center;
        font-family:Arial;
        font-size:10pt;

}

#cont_documento, #cont_anexos, #cont_clausulas, #cont_descargas{
    display:none;
}

#cont_noticias{
    display: block;
}

#tabla_noticias{
    width:100%;
	font-family:'Molengo', Arial;
}

#tabla_noticias .titular{
    font-size:13pt;
/*     font-weight:bold; */
    color:#0a0a0a;
    text-shadow: 0px 0px 1px #500;
}

#tabla_noticias .cuerpo{
    font-size:10pt;
}

#tabla_noticias .fecha{
    font-size:8pt;
    color:#A0A0A0;
}
#tabla_noticias td{
    border:0px;
    border-bottom:1px dotted #A0A0A0;
    padding-bottom:10px;
    padding-top:10px;
}

tr.especial a{
  font-weight:bolder;
  color:#FA0000;
}

@media screen and (max-width: 992px) {
  #iconSeg{
     margin-right: 3%;
  }
}

a.etiquetaEliminada {
        text-decoration: line-through !important; 
        color: #A0A0A0 !important;
        background-color: white !important;
      }