html:lang(es) {
  background:transparent;
}

/*para debuggear*/
div {
    /*height:auto; */
    border: dotted rgb(162, 0, 255) 0;
    padding: 0 !important;
}

hr {
    border-bottom: 0.1em gray solid;
    border-top: 0.0em;
    border-left: 0.0em;
    border-right: 0.0em;
    padding: 0;
    margin-bottom: 10px;

}
h1,h2,h3,h4,h5 {
    font-family: 'Roboto Mono', monospace !important;
}
pre {

    font-size: 13px;
    line-height: 15px;
    color: red;
}
.hero-image {

    background-image: url("/images/cabecera-repo-ane-sep25-2021.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: lightgoldenrodyellow;
    font-size: 60px !important;
    font-family: 'Roboto Mono', monospace;
}

p.hero-text-text {
    font-family: 'Roboto Mono', monospace;
    font-size: 60px !important;
    line-height: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
}


p.hero-text-subtext {
    font-family: 'Roboto Mono', monospace;
    font-size: 20px !important;
}
.hero-image-EXPLORAR {
    
    background-image: url("/images/cabecera-repo-ane-sep25-2021-2-EXPLORAR.jpg");
  
/* Set a specific height */
height: 100%;

/* Position and center the image to scale nicely on all screens */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
 


.CajaDestacadosHome {
    margin: auto;
    width: 100%;
    border: solid 1px green;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}

.CajaDestacadosHome > * {

    border: solid 0 pink;
    padding: 2px;
    margin: 3px;

}


/*para los registros ramdon en home*/
.CajaDestacadosHome_RANDOM_RECORD {
    text-align: center;
    width: 60%;
    margin: auto;
    height: 210px;
    overflow: hidden;
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    border-top: gainsboro double 3px;
    border-bottom: gainsboro double 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
   
}

/**********/


.cajaContenidosHOME_Guia,
.cajaContenidosHOME_Hallazgo {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 200px;
    height: 200px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.cajaContenidosHOME_Guia {
    grid-template-areas: 'alfa';
    background-image: url("/images/pointer-repo-ane.png");
}

.cajaContenidosHOME_Hallazgo {
    grid-template-areas: 'beta';
    background-image: url("/images/carondelet-street-nola-02.jpg");
}


div.cajaContenidosHOME_Guia:hover,
div.cajaContenidosHOME_Hallazgo:hover {

   opacity: 0.9;



}


.textoCajaGuias,
.textoCajaHallazgos {
    position: absolute;
    top: 100%;
    width: 80%;
    left: 98%;
    transform: translate(-110%, -120%);
    font-size: 18px !important;
    line-height: 150%;
    font-family: 'Roboto Mono', monospace;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 10px transparent;
}

.textoCajaGuias {
    grid-area: alfa;
    text-align: left;
    color: maroon;
    background-color: rgba(163, 190, 189, 0.89);

}
.textoCajaHallazgos {
    grid-area: beta;
    text-align: right;
    background-color: rgba(250, 218, 38, 0.815);
}


.MenuRepAnes {
    /*CONTIENE ITEMS DE MENU DE SECCIONES: todos*/
    display: grid;
    position: relative;
    justify-content: start;
    grid-template-columns: 1;
    /*	grid-auto-rows:50px;*/
    border: solid teal 0;
    padding-left: 15px;
    padding-right: 25px;
    gap: 5px 5px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: auto;
    height: 100%;
    white-space: nowrap;


}
.MenuRepAnes_internos {
    /*CONTIENE ITEMS DE MENU DE SECCIONES: por grupos*/
    border: solid orange 0;
    line-height:100%;

}




/*****************************************************************************************************/
/*****************************************************************************************************/
/*****************************************************************************************************/
/*****************************************************************************************************/
/*ABRE*/ /*FORMULARIO DE BUSQUEDAS 01*/

.BuscadorTopHomeGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    grid-template-rows: repeat(8, auto); 
    gap:10px 2px; 
    margin:auto;
    align-items:center;
    box-sizing: border-box;
    grid-template-areas: 
    " . . "
    " . . "
      "item1_BuscadorFINAL item1_BuscadorFINAL"
      "item2_BuscadorFINAL item2_BuscadorFINAL"
      "item3_BuscadorFINAL item5_BuscadorFINAL"
      "item4_BuscadorFINAL item6_BuscadorFINAL"
      "item8_BuscadorFINAL item8_BuscadorFINAL"
      " . . "
      " . . ";
    
    
}

/* >= 1366px tamaño ajusta notebooks*/
@media screen and (max-width: 5000px) {

    .BuscadorTopHomeGrid {
        
        width:auto;
        max-width: 600px;
        background-color: rgba(236, 134, 0, 0.644);
        box-sizing: border-box;
        border: solid 30px transparent;
        margin-bottom: 20px;
        border-radius:15px;
        color:navy;
        
    }

    input.estilosCamposBuscador,
    input.estilosCamposBuscador_anios {
    
        width:100% !important;
        padding:10px;
        margin:auto;
        border-radius:4px;
        
    }

    button.BotonBuscarANE {
        padding: 3px;
        width: 50% !important;
        float: right;
        height: 50px;
        box-shadow:0 0 5px 3px rgba(68, 66, 66, 0.397);
        box-sizing: border-box;
        border-radius:4px;
    }


}

.item1_BuscadorFINAL { grid-area: item1_BuscadorFINAL;  }
.item2_BuscadorFINAL { grid-area: item2_BuscadorFINAL;   }
.item3_BuscadorFINAL { grid-area: item3_BuscadorFINAL;   }
.item4_BuscadorFINAL { grid-area: item4_BuscadorFINAL;   }
.item5_BuscadorFINAL { grid-area: item5_BuscadorFINAL;   }
.item6_BuscadorFINAL { grid-area: item6_BuscadorFINAL;   }
.item8_BuscadorFINAL { grid-area: item8_BuscadorFINAL;   }



.BuscadorTopHome div
{
    font-family: 'Roboto Mono', monospace;
    border: dashed green 0px;
    padding: 0px;
}

.BuscadorTopHome_item {
    border: solid blue 0px;
    margin: auto;
    width: 100%;
    font-family: 'Roboto Mono', monospace;

}

/*INPUT:BUSCADOR*/
input.estilosCamposBuscador,
input.estilosCamposBuscador_anios {

    font-size: 18px;
    width:100%;
    border:0;
    box-shadow:0 0 5px 3px rgba(68, 66, 66, 0.397);
    box-sizing: border-box;
    padding:15px;
    margin:auto;
    border-radius:4px;
}
/*INPUT:AÑOS EN BUSCADOR*/

button.BotonBuscarANE {
    font-family: 'Roboto Mono', monospace;
    background-color: rgb(221, 221, 221);
    font-size: 18px !important;
    padding: 3px;
    width: 100%;
    height: 70px;
    box-shadow:0 0 5px 3px rgba(68, 66, 66, 0.397);
    box-sizing: border-box;
    border-radius:4px;
}

button.BotonBuscarANE:hover {
    background-color: rgb(87, 85, 85);
    color: whitesmoke;
    cursor: pointer;
}


    #alertame
{
    color:gold;
    font-size: 18px;
    position:static;
    display:inline;
    padding-top: 25px;
    line-height: 100%;
    
}


/*CIERRA*/ /*FORMULARIO DE BUSQUEDAS 01*/
/*****************************************************************************************************/
/*****************************************************************************************************/
/*****************************************************************************************************/
/*****************************************************************************************************/








.EstiloFormaBuscador  {
    border: 0;
    font-family: 'Roboto Mono', monospace;
    font-size: 18px;
    padding-top: 20px;
    box-sizing: border-box;
}




.TituloDocRepoAne {
    font-style: normal;
}
.paginador {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 10px;
    margin: 0;
    border-bottom: solid 0px gray;
    text-align: center;
    font-family: 'Roboto Mono', monospace;
}
.paginador_internos {
    padding: 10px;
    margin: 10px;
    font-size: 30px;
    /*border:dashed green 1px;*/
}
a {
    color: blue;
    text-decoration: none;
}
a:hover {
    color: grey;
    text-decoration: underline;
}


.ListaCajasIndex {
    padding-left: 5px;
    /*border: dotted 1px orange;*/


}

.ListaCajasIndex_INTERNA {
    border-top: solid 1px blue;
    border-bottom: solid 1px blue;
    padding: 10px;
    height: auto;
    max-height: 300px;
    overflow:auto;
    width:auto;
    max-width: 320px;
    display: block;

}


.CajaSeccionActual {
    border: solid green 0;
    padding-top: 20px;
    margin-top: 50px;
    padding-left: 23px;
    margin-left: 21px;
    font-family: 'Roboto Mono', monospace;
    font-size: 20px;
    white-space: nowrap;


}

label {
    font-size: 20px;
}
.DestacaResultadoRapAneYellow {
    background-color: yellow;
}
.DestacaResultadoRapAneLightYellow {
    font-size: 16px;
    background-color: rgba(255, 242, 187, 1.00);
    break-after: avoid !important;
    break-before: avoid !important;
    break-inside: avoid !important;
    word-break: keep-all !important;
    white-space: nowrap !important;
    width: auto !important;
    margin: auto !important;
    padding: auto !important;
}
.DestacaResultadoRapAneOrange {
    background-color: orange;
}
.labelSeccionResults {
    font-family: 'Roboto Mono', monospace;
    color: rgba(18, 112, 164, 1.00);
    font-size: 21px;
    line-height: 120%;
}
.textoFichaResults {
    font-size: 15px;
}
.Results_DivFicha {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-template-rows: auto;
    gap: 1px 5px;

    /*grid-template-columns: repeat(20%, 20%, 20%, 20%, 20%);
    grid-template-rows: repeat(2, auto);*/


}
.Results_DivFicha_inner {

    border: solid 0px red;
    padding: 0px;
    margin: 0px;
    height: auto;
    

}
.BarraSeparaResults {
    text-align: center;
    color: red;
    border: solid rgba(183, 183, 183, 1.00) 2px;
}



.estiloNotaFechas {

    color: red;
    font-size: 16px;
}


.textoNotaCaja
{
    color:grey;
}

.estiloImgFuentesANE {

    width: auto;
    max-width: 280px;
    border: dotted 0.1rem grey;
}




.IndicaFuentesANE_piePagina {
    font-size: 12px;
    color: gray;
    padding: 0;
    margin: 0;
    clear: both;
    float: both;
}


.selectedStrong
{
    font-weight: bold;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.material-icons.md-22 {
    font-size: 22px;
    color: rgba(209, 200, 200)
}

.ListaFuentesRepoANE {
    width: 75%;
    display:block; 
    border: solid 0px red;
    margin: auto;
}


.texto_Fecha_RegistroRandom

{
    font-family: 'Playfair Display', serif;
    color: rgb(84, 187, 221);
    margin-top: 20px;
}

.textoRegistroRandom
{
    /*font-family: 'Slabo 27px', serif;*/
    /*font-family: 'Playfair Display', serif;*/
    font-family: 'Amiri', serif;
    font-size: 30px;
    line-height:130%;
    text-align: center;
    margin: auto;
}
a.enlaceDetalleRandom:hover
{
text-decoration: none;
color: rgb(84, 187, 221);
font-weight: bold;
}

a.linkPaginador
{
    font-family: 'Roboto Mono', monospace;
    color: rgba(18, 112, 164, 1.00);
    font-size: 28px;
    line-height: 100%;
    font-weight: lighter;
    padding:1px;

}

span.linkPaginador 
{
    font-family: 'Roboto Mono', monospace;
    color: rgb(21, 22, 22);
    font-size: 28px;
    line-height: 100%;

}


.indicaTotalesSeccion
{

    font-family: 'Roboto Mono', monospace;
    font-size: 25px;
    color:cadetblue;
    overflow-wrap: break-anywhere;
    white-space:pre-line; 
    hyphens: auto;
    line-height: 110%;

}


p.indicaCajasEn

{
font-size: 16px;
color:slategrey;
overflow-wrap: break-anywhere;
white-space: pre-line;
hyphens: auto;
line-height: 110%;


}

a.estiloLinkCajas
{
    font-family: 'Roboto Mono', monospace;
    font-size: 18px;
    line-height:150%;
    border:transparent 1px solid;
}


a.estiloLinkCajas:hover
{
color:gold;
background-color:midnightblue;
border:steelblue 1px solid;
}


a.estiloLinkSecciones
{
    font-family: 'Roboto Mono', monospace;
    font-size: 18px;
    line-height:150%;
    border:transparent 1px solid;
}


a.estiloLinkSecciones:hover
{
color:gold;
background-color:midnightblue;
border:steelblue 1px solid;
}

.thisNOWRAP
{
    white-space: nowrap !important;
}

.contieneFooter
{
    font-family: 'Roboto Mono', monospace;
    display: flex;
    justify-content: center;
    align-items:flex-start;
    flex-direction: column;
    width: 100%;
    bottom: 0px;
    float: none;
    background-color: rgb(39, 39, 39);
    box-sizing: border-box;
    padding: 10px;
    
}

.contieneFooter_item

{

    border-bottom: solid white 1px;
    padding: 5px;
    box-sizing: border-box;
    line-height: 220%;
}

a.contieneFooter_LinkFooter

{
    color: cornsilk;
    text-decoration: none;
    border:transparent 5px solid;
}

a.contieneFooter_LinkFooter:hover

{
    color:gold;
    
}



/*********************************************************************************/
/************************buttons social media*/


.a2a_svg,
.a2a_count {
    border-radius: 15px !important;
    padding: 3px;
    
    margin: 0;

}

a.button_Social_media {
    padding: 3px;
    margin: 0;
    border-bottom: solid 1px #FFF;
    margin-bottom: 5%;    
    margin-right: 3px;    
}
@media only screen and(max-width: 760px),
(min-device-width: 768px) and(max-device-width: 1024px) {
    .a2a_kit {
        display: inline-flex !important;
        justify-content: flex-end;
        position: inherit;
        float: left;
        width: 100%;
        border-radius: 0 !important;
    }
    a.button_Social_media {
        border-bottom: 0;
        border-left: solid 1px #FFF;
        border-radius: 0 !important;
    }
    a.a2a_button_print {
        display: none !important;
        visibility: hidden !important;
    }

    .a2a_svg,
    .a2a_count {
        border-radius: 0 !important;
        padding: 0;
        margin: 0;
    }
    a.button_Social_media {
        padding: 0;
        margin: 0;
        border-bottom: solid 0 #FFF;
    }
}


/*********************************************************************************/
/************************buttons social media****/

p.EstiloCentradoDestacado,span.EstiloCentradoDestacado, .EstiloCentradoDestacado

{
    font-weight: bold;
    text-align: center;
    font-size: 16px !important;
    line-height: 190%;
    font-family: 'Roboto Mono', monospace;
}

.AMARILLOHIGHLIGHT
{
    background-color: yellow;
    font-size: 16px !important;
    line-height: 190%;
}

p.estilonormal_uno, .estilonormal_uno, .lang-es, .msnormal
{
    font-size: 16px !important;
    line-height: 190%;   
    
}


h1.estiloMuestraPregunta

{
    overflow-wrap: break-anywhere;
    white-space:pre-line; 
    hyphens: auto;
    line-height: 110%;
    word-break: break-all;
}


/*para desktops el anchor apunta a esta parte de la página*/
div.AnchorSerie
{
    border:solid 0px blue;
    position:absolute;
    left:0px;
    top:310px;
    visibility:hidden;
}


/*define como se muestran las pp guias y hallazgos*/
.estiloContenidosPaginas
{
display: block;
width: 75%;
max-width: 700px;
line-height: 200%;
margin-top: 50px;

  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;

  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}
.estiloContenidosPaginas>h1
{
line-height: 150%;
color:steelblue;
}
.estiloContenidosPaginas>blockquote
{
line-height: 150%;
color:steelblue;
font-size:20px;
font-family: 'Slabo 27px', serif;
   
}


div.ContieneLogosCCFooter
{
    display:block;
    box-sizing: border-box;
    border: 20px transparent solid;
    
    float:right;
    
    width: auto;
    margin: auto;
	
	
}
div.ContieneLogosCCFooter>*
{
	padding:10px;
	float:right;
}

div.txtDesdeElArchivo {
    display: block;
    width: 100%;
    margin: auto;
    
     font-family: 'Playfair Display', serif;
     font-size: 28px;
     color: rgba(142, 166, 189, 0.267);
     text-align: center;
}


div.contieneTextoMarcoLegal,
div.contieneTextoFuentes
{
width:65%;
margin:auto;
max-width: 800px;
min-width: 600px;
}



