body {

    /* Ubicación de la imagen */

    background-image: url(../../imagenes/portada.jpeg);

    /* Para dejar la imagen de fondo centrada, vertical y

    horizontalmente */

    background-position: center center;

    /* Para que la imagen de fondo no se repita */

    background-repeat: no-repeat;

    /* La imagen se fija en la ventana de visualización para que la altura de la imagen no supere a la del contenido */

    background-attachment: fixed;

    /* La imagen de fondo se reescala automáticamente con el cambio del ancho de ventana del navegador */

    background-size: cover;

    /* Se muestra un color de fondo mientras se está cargando la imagen

    de fondo o si hay problemas para cargarla */

    /*background-color: #469eba;*/

}


.navInicial
{
    background-color:transparent !important;
    color:white;!important;
    transition-delay: 1s
}
.navFinal{
    background-color: #0000FF;
    transition:background-color 1s, transform 1s;
}
.aNavMiaBoton
{
    background-color: #928e8e24;
    color:black !important;
    font-size: 1.3rem !important;
    transition:background-color 2s, transform 2s;
}
.aNavText
{
    background: #f8f8f86e;
    color: #666666;
    font-weight: 600;
}
.colorNegron{
    color:black !important;
}
.zIndexMio{
    z-index: 9999;
    position:relative;
}


.barralateral{
    position: fixed;
    top: 10px;
    z-index: 99999;
    background: #f8f8f8;
}
.Ocultar
{
    display:none;
}

.textoNombreJFTorres
{
    background-color:#fafafa;
    background-color: rgba(255,255,255,0.7);
}

.textoNombreJFTorres9
{
    font-size: 9rem !important;
    transition-duration: 1s;
}
.textoNombreJFTorres8
{
    font-size: 8rem !important;
    transition-duration: 1s;
}
.textoNombreJFTorres7
{
    font-size: 7rem !important;
    transition-duration: 1s;
}
.textoNombreJFTorres6
{
    font-size: 6rem !important;
    transition-duration: 1s;
}
.textoNombreJFTorres5
{
    font-size: 5rem !important;
    transition-duration: 1s;
}
.textoNombreJFTorres4
{
    font-size: 4rem !important;
    transition-duration: 1s;
}
.textoNombreJFTorres3
{
    font-size: 3rem !important;
    transition-duration: 1s;
}
.textoNombreJFTorres2
{
    font-size: 2rem !important;
    transition-duration: 1s;
}
.textoNombreJFTorres1
{
    padding: 5px;
    font-size: 1rem !important;
}
.spanRelato
{
    /*background: #eae9e9;
    padding: 5px;
    color: grey;*/
}
.spanTituloRelato
{
    background: #676767;
    padding: 10px;
    color: white;
}
.pRelato
{
    background-color:#fafafa;
    padding:5%;
    min-height: 250px;
    max-height: 250px;
    text-align: justify;
}
.aLeerMas
{
    float: right;
    color: #676767;
    margin-bottom: -50px;
    margin-top: 30px;
}
.pRelatoModal
{
    text-align: justify;
}

.li-slider
{
    background: #eae9e9; !important
}
.img-slider
{
    padding: 5%; !important
    margin: 5%; !important
}