/************************************** Autor: ******************************************/
/*                                                                                      */
/*                            El Ultimo Llamado Divino                                  */
/*                                                                                      */
/*                 WEB: http://www.elultimollamadodivino.com.pe                         */
/*                 MAIL: elultimollamadodivino@hotmail.com                              */
/*                 APLICACION: Carrusel de Videos - Modelo Temas       */
/*                 CODIGO COMENTADO                                                     */
/*				                                                                        */
/******************************** Copyright © 2000 - 2024 *******************************/

/*********************************** ESTILOS GENERALES **********************************/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* FUENTES */

/* <?php echo constant('URL'); ?>public/portal/fonts/Rufina_Bold.ttf*/

@font-face {
	/*Añade una fuente propia, para ser usada en todo el documento*/
	font-family: AachenBt;
	src: url('fonts/Aachen_BT.ttf');
}
@font-face {
	/*Añade una fuente propia, para ser usada en todo el documento*/
	font-family: AachenDEEMed;
	src: url('fonts/AachenDEEMed.ttf');
}
@font-face {
	/*Añade una fuente propia, para ser usada en todo el documento*/
	font-family: RufinaBold;
	src: url('fonts/Rufina_Bold.ttf');
}
@font-face {
	/*Añade una fuente propia, para ser usada en todo el documento*/
	font-family: Rufina;
	src: url('fonts/Rufina.ttf');
}

body {
	/* width: 100%;
	height: 100%; */
	/*background-color: rgb(162, 6, 234); Color de fondo del Background*/
	/* ****** Textura del Fondo ( Texturizado y degradado para el fondo del main ) --------*/
	background: linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px,
		linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
		linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
		linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
		linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
		linear-gradient(
			#1d1d1d 25%,
			#1a1a1a 25%,
			#1a1a1a 50%,
			transparent 50%,
			transparent 75%,
			#242424 75%,
			#242424
		);
	background-color: #131313; /* Establece el color de Fondo de las celdas de la textura*/
	background-size: 20px 20px; /* Tamaño de la celda de la textura */

	/* ------ Fin de la Textura del Fondo -----*/
}

.cont_fondo {
	/**********  Fondo Degradado Superpuesto al Texturizado --------*/

	/* -------- Degradado superpuesto a la Textura del Fondo --------*/
	width: 100%;
	height: 100%;
	/*min-width: 100vw; *100vw = 100%  Ancho en viewport*/
	/*min-height: 100vh; *100vh = 100% Alto en viewport*/
	position: fixed;
	top: 0px; /*Posición vertical*/
	left: 0px; /*Posición horizontal*/
	/*position: absolute; El elemento está posicionado en relación con su primer elemento ancestro posicionado (no estático)*/
	/* background-image: linear-gradient(to bottom, rgba(255,0,0,0), #3bacd9); */
	background-image: linear-gradient(to bottom, #035c80, rgba(250, 245, 245, 0)); /*Fondo Degradado*/
	z-index: 1;
	/* -------- Fin del Degradado superpuesto a la Textura del Fondo --------*/
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
******************************************************************************************** CUERPO (BODY) DE LA ESTRUCTURA HTML ********************************************************************************************
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* HEADER DEL BODY */

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
************************************************************************************ PARTE MODIFICABLE Y TRASLADABLE AL INDEX - SECCION TEMAS *******************************************************************************
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*****************************************************************************************************  SECCIÓN TEMAS  *******************************************************************************************************
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *************************************************                         * HEADER DE LA SECCION TEMAS: COMPARTIDO POR TODOS LOS DIPOSITIVOS *                               ************************************* *
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/* CONTENEDOR PRINCIPAL DEL HEADER DE LA PÁGINA  */

.cabezaPag {
	/******* Contenededor principal de la barra de navegación superior de los BOTONES DE CRISTAL */
	position: fixed; /* ---------------------------------------------------------------------------- El elemento está posicionado en relación con la ventana principal permaneciendo siempre en el mismo lugar de la pantalla, viendose afetado solo por las propiedades: top, right, bottom y left */
	width: 100dvw; /* ---------------------------------------------------------------------------------100vw = 100% de acuerdo al ancho del tamaño de su pantalla */
	background-color: hsla(197, 94%, 12%, 1);
	/*background-color: hsla(
		240,
		100%,
		0%,
		0.5
	);  ------------------------------------------------Color de fondo del elemento con transparencia */
	z-index: 3; /* --------------------------------------------------------------------------------- Valor de la superposición de la barra de navegacion de la cabecera */
	/* border: 1px solid #B1FF00; */
	display: flex;
	flex-direction: column;
}

/* CONTENEDOR DE LA FRECUENCIA, LOGO Y TEXTO BÍBLICO */

.uldivinNews {
	display: flex;
	flex-direction: row;
	/* border: 1px solid green; */
}

/* PRIMER HIJO - DERECHO - FRECUENCIA */

.sintoniza_ULDnews {
	/* width: 30%; */
	/* background-color: #00f; */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.sintonizaRadio_ULDnews {
	display: flex;
	align-items: center; /*Alinea los elementos del contenedor verticalmente*/
	justify-content: center; /*Alinea los elementos del contenedor horizontalmente*/
	text-align: center;
	font-family: AachenBt;
	/* border: 1px solid red; */
	/* font-size: 2.5vw;
	 */

	/* FONDO DEL TEXTO DEGRADADO */

	background: rgb(87, 82, 82);
	background: linear-gradient(
		124deg,
		rgba(87, 82, 82, 1) 1%,
		rgba(255, 255, 255, 1) 5%,
		rgba(255, 254, 254, 1) 12%,
		rgba(255, 255, 255, 1) 17%,
		rgba(125, 125, 125, 1) 24%,
		rgba(255, 255, 255, 1) 30%,
		rgba(255, 255, 255, 1) 44%,
		rgba(125, 125, 125, 1) 49%,
		rgba(255, 255, 255, 1) 55%,
		rgba(255, 255, 255, 1) 68%,
		rgba(125, 125, 125, 1) 75%,
		rgba(255, 255, 255, 1) 81%,
		rgba(255, 255, 255, 1) 91%,
		rgba(125, 125, 125, 1) 96%,
		rgba(255, 255, 255, 1) 100%
	);

	-webkit-text-fill-color: transparent; /*Texto de color transparente*/
	-webkit-background-clip: text; /*Que solo quede el fondo donde está el texto*/
	filter: drop-shadow(1px 1px 2px rgb(2, 43, 46));
	/* FIN DE FONDO DE TEXTO DEGRADADO */
	/*Genera sombra al texto como si fuera png*/
	-webkit-filter: drop-shadow(1px 1px 2px rgb(2, 43, 46));
}

.sintonizaFrecuencia_ULDnews {
	display: flex;
	align-items: center; /*Alinea los elementos del contenedor verticalmente*/
	justify-content: center; /*Alinea los elementos del contenedor horizontalmente*/
	text-align: center;
	font-family: AachenBt;
	/* font-size: 2.5vw; */

	background: radial-gradient(
		circle at 63.09% 50%,
		#d1f584 0,
		#d7eb73 8.33%,
		#dce162 16.67%,
		#e1d550 25%,
		#e5c83d 33.33%,
		#e8b928 41.67%,
		#eaa90e 50%,
		#ec9800 58.33%,
		#ef8700 66.67%,
		#f27500 75%,
		#f56300 83.33%,
		#f84e02 91.67%,
		#fb3417 100%
	);

	-webkit-text-fill-color: transparent; /*Texto de color transparente*/
	-webkit-background-clip: text; /*Que solo quede el fondo donde está el texto*/
	filter: drop-shadow(1px 1px 2px rgb(2, 43, 46));
	/* FIN DE FONDO DE TEXTO DEGRADADO */

	/*Genera sombra al texto como si fuera png*/
	-webkit-filter: drop-shadow(1px 1px 2px rgb(2, 43, 46));
}

/* SEGUNDO HIJO - MEDIO - LOGO RADIO  */

.logo_ULDnews {
	/* width: 40%; */
	/* background-color: rgb(19, 233, 133); */
	display: flex;
	align-items: center; /*Alinea los elementos del contenedor verticalmente*/
	justify-content: center; /*Alinea los elementos del contenedor horizontalmente*/
}

.contLogo_ULDnews {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center; /*Alinea los elementos del contenedor verticalmente*/
	justify-content: center; /*Alinea los elementos del contenedor horizontalmente*/
	/* border: 1px solid rgb(10, 250, 230); */
}

.imgLogo_ULDnews {
	/*........................................................................ <img> ( Etiqueta <img> con el 'Logo Chico de ULDIVIN SAC' del borde derecho superior)*/
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%; /*Alto del elemento */
	width: auto;
}

/* TERCER HIJO - IZQUIERDO - TEXTO Y BIBLIA  */

.textoBiblico_ULDnews {
	/* background-color: #00f; */
	/* width: 30%; */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

/* CONTENEDOR DEL TEXTO */
.cont_textoBiblicoLetra {
	width: 100%;
	height: 100%;
	display: flex;
	/* flex-direction: column; */
	position: relative;
	align-items: center;
	justify-content: center;
}

/* PRIMER HIJO */

.textoBiblicoImg {
	position: absolute;
	bottom: 0vh;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: auto;
	/* border: 1px solid red; */
}

/* SEGUNDO HIJO */
.textoBiblicoLetra {
	position: absolute;
	top: 0vh;
	width: 100%;
	height: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
	/* border: 1px solid blue; */
}

.textoBiblicoLetra p {
	width: 60%;
	text-align: center;
	font-size: 1.2vw;
	/* color: white; */
	background-image: radial-gradient(
		circle at 50% 93.78%,
		#ffffb4 0,
		#ffff93 12.5%,
		#ffff71 25%,
		#ffea4a 37.5%,
		#f8d110 50%,
		#f0b800 62.5%,
		#e99f00 75%,
		#e48600 87.5%,
		#e06d00 100%
	);
	-webkit-text-fill-color: transparent; /*Texto de color transparente*/
	-webkit-background-clip: text; /*Que solo quede el fondo donde está el texto*/
	filter: drop-shadow(1px 1px 2px rgb(2, 43, 46));
	/* FIN DE FONDO DE TEXTO DEGRADADO */

	/*Genera sombra al texto como si fuera png*/
	-webkit-filter: drop-shadow(1px 1px 2px rgb(2, 43, 46));
}

/* .facebook_ULDnews {
	color: white;
}
.twitter_ULDnews {
	color: white;
} */

/* CONTENEDOR DEL MENU DE NAVEGACIÓN  */

.navegacion {
	/* ****** Contenededor interno superpuesto al contenedor 'cabezaPag' principal de la barra de navegación superior de los BOTONES DE CRISTAL */
	width: 100%; /* -------------------------------------------------------------------------------- Está declaración indica que su ancho abarcará todo el ancho DE SU CONTENEDOR PADRE (cabezaPag)*/
	height: 100%; /* ------------------------------------------------------------------------------- Está declaración indica que su ALTO abarcará todo el ancho DE SU CONTENEDOR PADRE (cabezaPag)*/
	display: flex; /* ------------------------------------------------------------------------------ Aplica al contenedor Principal a fin de poder reorganizar a sus elementos hijos */
	flex-direction: row; /* ------------------------------------------------------------------------ Está declaración indica que sus elementos hijos están ordenados Horizontalmente */
	justify-content: space-between; /* ------------------------------------------------------------- Está declaración genera espacio entre lineas los elementos del contenedor horizontalmente hacia los extremos*/
	/* border: 1px solid green; */ /* ESTE CONTENEDOR ABARCA TODO EL ANCHO Y ALTO DE CABEZAPAG */
	padding: 0.7rem; /*----------------------------------------------------------------------------- Espacio alrededor del contenido de un elemento, dentro de los bordes definidos */
	/* background-color: red; */
	/* border: #0a022c; */
	border: 1px solid #0a022c;
}

/* CONTENEDOR DEL BOTON HAMBURGUESA  */

.navHamburguesa {
	/************* Contenedor exclusivo del BOTON HAMBURGUESA para CELULAR */
	/* Selector solo para celular ver @media */
	/* background-color: red; */
	/* border: 1px solid green; */
}

.ham {
	/* Selector solo para celular ver @media */
}

.ham span {
	/* Etiqutas <span> */
	/* Selector solo para celular ver @media */
}

.ham:hover {
	/* Etiqutas <span> Hover que permite el movimiento de la hamburguesa cuando el mouse esta encima */
	/* Selector solo para celular ver @media */
}

.ham_cont_br {
}

.hamAspas {
}

.menuAbierto {
}

.menuCerrado {
}

.navMein {
	/*******Contenedor Botones, Logins y Logo (Contenedor interno superpuesto al contenedor 'navegacion' que contiene al Contenedeor de los BOTONES DE CRISTAL, 'Inicio de Sesion' y 'Logo ULD' )*/
	display: flex; /*Indica que los elementos serán flexibles*/
	/* border: 1px solid red; /* borde del elemento*/
	justify-content: space-between; /*Alinea los elementos del contenedor horizontalmente hacia los extremos*/
	align-items: center; /*Alinea los elementos del contenedor verticalmente*/
	height: 100%; /*ES EL 100% DEL ALTO ESTABLECIDO POR EL CONTENEDOR PADRE GENERAL -> .cabezaPag*/
	/* background-color: greenyellow; */
}

.navMenuIz {
	/******** Lado Izquierdo - Contenedor Botones (Contenedor de la etiqueta Listas <ul> Lado IZQUIERDO del ontenedor 'navegacion' con los BOTONES DE CRISTAL) */

	width: auto;
	height: 100%;
	/* background-color: greenyellow; */
}

.enlaces-menu {
	/**********  <ul> (Etiqueta <ul> Contiene la botonera de los BOTONES DE CRISTAL en forma de <li> lista )*/
	display: flex; /*Indica que los elementos serán flexibles*/
}

.enlaces-menu li {
	/*************  <li> (Etiquetas <li> Contenedor de los BOTONES DE CRISTAL)*/

	list-style-type: none; /*Quitar viñetas*/
	width: 100%; /*Ancho del elemento*/
	transition: 0.3s; /*Para que se vea mas suave*/
	display: flex; /*Indica que los elementos serán flexibles*/
	align-items: center; /*Alinea los elementos del contenedor verticalmente*/
}

.enlaces-menu li:hover {
	/******************** Cuando pasemos el mouse por encima de <li> (Etiquetas <li>  Efectos 'hover' de los BOTONES DE CRISTAL)*/

	/* Cuando pasemos el cursor por encima de <li> cambia color del fondo */
	background-color: rgb(8, 100, 143); /*Color de fondo del elemento*/
}

.enlaces-menu.activado {
	/* ***************** Etiquetas <li> Contenedor de los BOTONES DE CRISTAL */
	/* Selector exclusivo de ........................................................................... */
}

.m-link {
	/*****  <a> contenedor de Imagen y texto (Etiquetas <a>  los BOTONES DE CRISTAL)*/
	display: flex;
	flex-direction: row;
	align-items: center;
	text-decoration: none; /*especifica la decoración añadida al texto: NO SUBRAYADO*/
	/* border: 1px solid red; */
}

.m-icon {
	/***** <img> contenedor de la Imagen (Etiquetas <img> Imagenes de los BOTONES DE CRISTAL ) */
	display: flex; /*Indica que los elementos serán flexibles*/
	width: auto; /*Ancho del elemento*/
	/* padding: 0 0.5rem 0 0; */
}

.m-texto {
	/******* <span> contenedor del Texto (Etiquetas <span> Texto de los BOTONES DE CRISTAL ) */
	display: flex;
	font-weight: 500; /*Indica el grosor del texto de una fuente*/
	color: #fff; /*color del texto*/
	font-family: AachenBt;
	text-shadow: 5px 5px 10px black; /*agrega sombra al texto.*/
	padding: 0rem 1rem; /*Espacio alrededor del contenido de un elemento, dentro de los bordes definidos*/
	/* width: auto; */
	/* font-family: Georgia, 'Times New Roman', Times, serif; */
	/* font-family:AachenBt; */
}

/* CONTENEDOR GENERAL DE TITULO Y LOGO */

.navMenu {
	/* width: 90%; */
	height: 100%;
	border: 1px solid rgb(255, 0, 234);
	/* background-color: pink; */
	display: flex;
	justify-content: space-between; /*Alinea los elementos del contenedor horizontalmente hacia los extremos*/
	/* background-color: greenyellow; */
}

/* CONTENEDOR DE TITULO */
.navMenuTitu {
	height: 100%;
	/*background-color: #035c80;*/
	display: flex;
	align-items: center; /*Alinea los elementos del contenedor verticalmente*/
	justify-content: center; /*Alinea los elementos del contenedor horizontalmente*/
}

.tituULD {
	display: flex; /*Indica que los elementos serán flexibles*/
	align-items: center; /*Alinea los elementos del contenedor verticalmente*/
	justify-content: center; /*Alinea los elementos del contenedor horizontalmente*/
	width: 100%;
	height: 100%;
}

.tituULDtexto {
	font-size: 6.5vw;
	color: white;
	font-family: AachenBt;
	display: flex;
	text-align: center;
	/* FONDO DEL TEXTO DEGRADADO */

	background: rgb(87, 82, 82);
	background: linear-gradient(
		124deg,
		rgba(87, 82, 82, 1) 1%,
		rgba(255, 255, 255, 1) 5%,
		rgba(255, 254, 254, 1) 12%,
		rgba(255, 255, 255, 1) 17%,
		rgba(125, 125, 125, 1) 24%,
		rgba(255, 255, 255, 1) 30%,
		rgba(255, 255, 255, 1) 44%,
		rgba(125, 125, 125, 1) 49%,
		rgba(255, 255, 255, 1) 55%,
		rgba(255, 255, 255, 1) 68%,
		rgba(125, 125, 125, 1) 75%,
		rgba(255, 255, 255, 1) 81%,
		rgba(255, 255, 255, 1) 91%,
		rgba(125, 125, 125, 1) 96%,
		rgba(255, 255, 255, 1) 100%
	);

	/* background: linear-gradient(
		0deg,
		rgba(0, 0, 0, 1) 0%,
		rgba(255, 255, 255, 1) 100%
	);  */

	/* background: radial-gradient(
		circle at 63.09% 50%, 
		#d1f584 0,
		#d7eb73 8.33%,
		#dce162 16.67%,
		#e1d550 25%,
		#e5c83d 33.33%,
		#e8b928 41.67%,
		#eaa90e 50%,
		#ec9800 58.33%,
		#ef8700 66.67%,
		#f27500 75%,
		#f56300 83.33%,
		#f84e02 91.67%,
		#fb3417 100%
	); */

	-webkit-text-fill-color: transparent; /*Texto de color transparente*/
	-webkit-background-clip: text; /*Que solo quede el fondo donde está el texto*/
	filter: drop-shadow(1px 1px 2px rgb(2, 43, 46));
	/* FIN DE FONDO DE TEXTO DEGRADADO */
	/*Genera sombra al texto como si fuera png*/
	-webkit-filter: drop-shadow(1px 1px 2px rgb(2, 43, 46));

	/* font-size: 4vw; */
}

/* CONTENEDOR DE LOGO DERECHO SUPERIOR */

.navMenuLogo {
	/************ Contenedor de LogoULD (Contenedor del 'Logo Chico de ULDIVIN SAC' del borde derecho superior) */

	/* width: 30%; */
	height: 100%;
	/* background-color: #777; */
	display: flex;
	align-items: center; /*Alinea los elementos del contenedor verticalmente*/
	justify-content: center; /*Alinea los elementos del contenedor horizontalmente*/
}

.navLogo {
	/*............................................................................ Contenedor de la <img> (Contenedor de la etiqueta <img> con el 'Logo Chico de ULDIVIN SAC' del borde derecho superior) */

	width: 100%;
	height: 100%;
	display: flex;
	align-items: center; /*Alinea los elementos del contenedor verticalmente*/
	justify-content: center; /*Alinea los elementos del contenedor horizontalmente*/
	/* border: 1px solid rgb(10, 250, 230); */
}

.logo {
	/*........................................................................ <img> ( Etiqueta <img> con el 'Logo Chico de ULDIVIN SAC' del borde derecho superior)*/

	display: flex;
	align-items: center;
	justify-content: center;
	height: auto; /*Alto del elemento */
	width: 100%;
}

/* CONTENEDOR DE PANATALLA PATREON  */

/*
    .btn {
       padding: 15px 45px;
       border: 1px solid #fff;
       border-radius: 0.5em;
       display: inline-block;
       margin-top: 2em;
       background-color: transparent;
       font-weight: 700;
       transition: .3s;
    }
    .btn:hover {
       background-color: #fff;
       color: #222;
    }
*/
/* CONTENEDOR DE PATREON */
.popup {
	position: fixed;
	padding: 10px;
	width: 90%;
	border-radius: 0.5em;
	top: 50%;
	left: 50%;
	color: #000;
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, 1);
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s, visibility 0s linear 0.5s;
	z-index: 1;
}
.popup:target {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}

/* -------- */
a {
	color: #fff;
	text-decoration: none;
}

.rojo {
	color: #f00;
	text-decoration: none;
}

.blue {
	color: #00f;
	text-decoration: none;
	font-weight: bold;
}

.popup .close {
	position: absolute;
	right: 5px;
	top: -15px;
	padding: 5px;
	color: #000;
	transition: color 0.3s;
	font-size: 2em;
	line-height: 1.5;
	font-weight: 700;
}
.popup .close:hover {
	color: #09f;
	/*font-size: 25px;*/
}
.qr {
	width: 100%;
}
.close-popup {
	background-color: rgba(0, 0, 0, 0.7);
	cursor: default;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s, visibility 0s linear 0.5s;
}
.popup:target + .close-popup {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

/*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*                                                                             FIN DEL HEADER DE LA SECCION TEMAS: COMPARTIDO POR TODOS LOS DIPOSITIVOS                                                                      *
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*/

/*  FIN DE CABEZA - INICIO DEL CUERPO >>>>> COMPARTIDO POR TODOS LOS DISPOSITIVOS */

/*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
* *********************************************                                    MAIN DE LA SECCION TEMAS: COMPARTIDO POR TODOS LOS DIPOSITIVOS                                 ***************************************** *
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*/

/*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
* *********************************************                                FIN DEL MAIN DE LA SECCION TEMAS: COMPARTIDO POR TODOS LOS DIPOSITIVOS                             ***************************************** *
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*/

/*  FIN DE CUERPO - INICIO DEL PIE >>>>> CELULAR - COMPARTIDO POR TODOS LOS DISPOSITIVOS */

/*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
* *********************************************                                   FOOTER DE LA SECCION TEMAS: COMPARTIDO POR TODOS LOS DIPOSITIVOS                                ***************************************** *
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*/

/*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
* *********************************************                               FIN DEL FOOTER DE LA SECCION TEMAS: COMPARTIDO POR TODOS LOS DIPOSITIVOS                            ********************************************* *
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*/

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
************************************************************************************ PARTE MODIFICABLE Y TRASLADABLE AL INDEX - SECCION TEMAS *******************************************************************************
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* FOOTER del BODY */

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
**************************************************************************************** FIN DEL CUERPO (BODY) DE LA ESTRUCTURA HTML ****************************************************************************************
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
* *********************************************                                                         ESTILOS @MEDIA                                                       *********************************************  *
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*  CELULAR PORTRAIT  */

/**-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    *                                                                                               @media CELULAR PORTRAIT                                                                                             *
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/* SEGUN LA RESOLUCIÓN DE LA PANTALLA, SI TIENE MENOS DE 599PX: */

@media screen and (max-width: 599px) {
	/* @media CELULAR PORTRAIT */

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ****************************************************************************** INICIO DEL CUERPO (BODY) DE LA ESTRUCTURA HTML: CELULAR PORTRAIT *****************************************************************************
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

	/* HEADER DEL BODY */

	body {
		/*background-color: rgb(219, 234, 6); Color de fondo del Background*/
	}

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	************************************************************************************ PARTE MODIFICABLE Y TRASLADABLE AL INDEX - SECCION TEMAS *******************************************************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    *********************************************************************************************  SECCIÓN TEMAS: CELULAR PORTRAIT  *********************************************************************************************
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *************************************************                                        HEADER DE LA SECCION TEMAS: CELULAR PORTRAIT                        ***********************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/* CONTENEDOR PRINICIPAL DEL HEADER DE LA PÁGINA */

	.cabezaPag {
		height: 10vh; /* Especifica el alto del contenedor Padre: Nivel 1, del menu PARA CELULAR */
		width: 100dvw;
	}

	/*  CONTENEDOR DE LA FRECUENCIA, LOGO Y TEXTO BÍBLICO */
	.uldivinNews {
		display: none;
	}
	/* PRIMER HIJO - DERECHO -- FRECUENCIA DE LA RADIO */
	.sintoniza_ULDnews {
	}
	.sintonizaRadio_ULDnews {
	}
	.sintonizaFrecuencia_ULDnews {
	}
	/* SEGUNDO HIJO - MEDIO -- LOGO RADIO  */
	.logo_ULDnews {
	}
	.contLogo_ULDnews {
	}
	.imgLogo_ULDnews {
	}

	/*  TERCER HIJO - IZQUIERDO -- TEXTO Y BIBLIA   */
	.textoBiblico_ULDnews {
	}
	.cont_textoBiblicoLetra {
	}

	/* PRIMER HIJO  */
	.textoBiblicoImg {
	}
	/* SEGUNDO HIJO */
	.textoBiblicoLetra {
	}
	.textoBiblicoLetra p {
	}

	/* CONTENEDOR DEL MENU DE NAVEGACIÓN */
	.navegacion {
		display: flex;
		align-items: center;
		justify-content: space-evenly;
	}

	/* PRIMER HIJO - CONTENEDOR DEL BOTON HAMBURGUESA */

	/* Contenedor exclusivo del BOTON HAMBURGUESA para CELULAR */
	.navHamburguesa {
		display: flex; /*----------------------------------- Indica que los elementos serán flexibles */
		align-items: center; /*----------------------------- Alinea los elementos del contenedor verticalmente*/
		justify-content: center; /*------------------------- Alinea los elementos del contenedor horizontalmente*/
		width: auto; /* ------------------------------------- Permite tomar un 20% del 100% del contenededor Nivel 1.1 */
	}

	/* CONTENEDOR BUTTON  */
	.ham {
		cursor: pointer; /*----------------------------- Especifica que se mostrará el cursor MANO*/
		background-color: #d8d8d8; /*----------------- Color de fondo del elemento con transparencia del BOTON HAMBURGUESA */
		display: flex; /*----------------------------- Indica que los elementos serán flexibles*/
		flex-direction: column; /*---------------------- Especifica que sus elementos SPAN estarán ordenados verticalmente*/
		align-items: center; /*------------------------- Alinea los elementos SPAN del contenedor verticalmente*/
		justify-content: center; /*--------------------- Alinea los elementos SPAN del contenedor horizontalmente*/
		/* Para que la transformación sea mas suave */
		transition: 0.4s 0.4s; /*----------------------- Especifica la duración del período de la transición de sus propiedades.*/
		border-radius: 50%; /*-------------------------- Redondea y genera una forma circular al contenedor de los SPAN*/
		width: auto; /*--------------------------------- Ancho del elemento ES (48px) teniendo en cuenta que: 1 rem = 16px*/
		/*height: auto; -------------------------------- Alto del elemento ES (48px)  teniendo en cuenta que: 1 rem = 16px*/
		text-shadow: 5px 5px 10px rgb(63, 61, 170); /* - Agrega sombra al contenedor de los SPAN */
		position: relative;
		padding: 5dvw;
	}
	/* MANTIENE EL BOTON RESPONSIVO  */
	.ham::after {
		content: '';
		display: block;
		padding-bottom: 100%;
	}

	/* CONTENEDOR DEL CONTENEDOR DE LAS ASPAS  */
	.ham_cont_br {
		position: absolute;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* CONTENEDOR DE LAS ASPAS  */
	.hamAspas {
		/* top: 50%;
		left: 50%;
		transform: translate(-50%, -50%); */
		height: 100%;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* CONTENEDOR DE LA HAMBURGUESA (TRES LINEAS) */
	.menuAbierto {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		width: 100%;
		/* background-color: #00f; */
	}
	.hamburguesa_2 {
		font-size: 5vh;
	}

	/* CONTENEDOR DEL TACHADO (X)*/
	.menuCerrado {
		display: none;
		align-items: center;
		justify-content: center;
		height: 100%;
		width: 100%;
	}
	.tachaMenu {
		font-size: 5vh;
	}

	/* PARA DAR ANIMACIÓN CON JAVASCRIPT */
	.menuAbierto.animado {
		display: none;
		align-items: center;
		justify-content: center;
	}

	.menuCerrado.animado {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* SEGUNDO HIJO -- CONTENEDOR DE BOTONES DEL MENU  ---------------- Muestra para Laptops, Tablets y PCs  */

	.navMein {
		width: 80%; /* Permite tomar un 80% del 100% del contenededor Nivel 1.1.1.2 */
	}

	/* 1) CONTENEDOR DE LA LISTA DE BOTONES --- LADO IZQUIERDO  */

	.navMenuIz {
	}

	/*Etiqueta <ul> --> CONTENEDOR de los BOTONES DEL MENÚ, efecto presentacion vertical */
	.enlaces-menu {
		position: fixed; /*especifica el tipo de método de posicionamiento: FIJO*/
		top: 10dvh; /*afecta la posición vertical de un elemento posicionado. */
		left: 0; /*afecta la posición horizontal de un elemento posicionado. */
		height: 90dvh; /*Alto del elemento */
		width: 50%;
		min-width: 50dvw; /*Ancho del elemento es de 50 %*/
		max-width: auto;
		margin: 0; /* crear espacio alrededor del elemento, fuera de los bordes definidos*/
		padding: 0; /*Espacio alrededor del contenido de un elemento, dentro de los bordes definidos*/
		padding-bottom: 5dvw;
		/* background-color: rgb(34, 23, 95); */
		/* border: 1px solid rgb(43, 255, 6);  */
		/*display: flex; ya está indicado en las lineas generales */
		display: none; /* Permite aplicar la propiedad 'display:none' para mostrar el Menu de BOTONES DE CRISTAL interactuando con el JavaScript menu.js */
		flex-direction: column; /*Especifica la dirección de los elementos flexibles: Que esten ordenados verticalmente*/
		transition: 0.2s 0.1s; /*ermiten cambiar los valores de propiedad sin problemas, durante un período determinado.*/
		/*background-color: hsla(240, 100%, 0%, 0.5); Establece el color de Fondo*/
		background-color: hsla(240, 100%, 0%, 0.8); /*Establece el color de Fondo*/
		box-shadow: 0px 2px 5px rgb(2, 2, 39) inset; /*Propiedad adjunta una o más sombras a un elemento.*/
		/* border-right: 1px solid #0a022c; */
		/* box-shadow: #0a022c; */
		z-index: -1;
	}

	/* CONTENEDOR DE LOS ENLACES DE CADA BOTON */
	.enlaces-menu li {
		padding: 0.5rem; /*Espacio alrededor del contenido de un elemento, dentro de los bordes definidos*/
	}
	/* */
	.enlaces-menu li:hover {
	}

	/* ANIMACION CON JAVASCRIP DEL MENU */
	.enlaces-menu.activado {
		display: flex;
		/*Indica que los elementos serán flexibles*/
		animation: muestraMenu 550ms ease-in-out both;
		/*both => Es mantener la animación del inicio en 0 y finalizar en 1*/ /*ease-in-out => Es que la animación iniciará lento y terminará lento*/
		-webkit-animation: muestraMenu 550ms ease-in-out both;
	}

	/* Visibilidad de la lista <ul> de BOTONES DE CRISTAL en trabajo conjunto con menu.js solo para la aplicación de celulares */

	@keyframes muestraMenu {
		/* Solo para celular */
		from {
			opacity: 0; /* Hace la lista invisible */
			left: -50dvw;
		}
		to {
			opacity: 1; /* Hace la lista visible */
			left: 0;
		}
	}

	/* Los BOTONES */
	.m-link {
	}
	/*Imagenes de los BOTONES */
	.m-icon {
		/*height: 5vh; Alto del elemento */
	}
	/* Texto de los BOTONES */
	.m-texto {
		font-size: 1rem; /*Indica el tamaño de una fuente*/
	}

	/* 2) CONTENEDOR DEL TITULO Y LOGO ---- LADO DERECHO*/

	/*TITULO Y LOGO  */
	.navMenu {
		width: 100%;
		border: 1px solid rgb(255, 0, 234);
	}
	/* CONTENEDOR DEL TITULO */
	.navMenuTitu {
		width: 70%;
	}
	.tituULD {
	}

	.tituULDtexto {
	}

	/* CONTENEDOR DEL LOGO*/
	.navMenuLogo {
		width: 30%;
	}
	.navLogo {
	}
	.logo {
	}

	/* CONTENEDOR DE LA PANTALLA DE PATREON */

	/* @media screen and (max-width: 600px) { */

	.popup {
		max-width: 90%; /*Solo afecta PC pantallas inferiores a 600 px*/
	}

	.popup:target {
	}

	.close {
	}

	.rojo {
	}

	.blue {
	}
	.popup .close {
		font-size: 2em;
	}

	.popup .close:hover {
	}

	.qr {
	}

	.close-popup {
	}
	.popup:target + .close-popup {
	}

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
	* *********************************************                                 FIN DEL HEADER DE LA SECCION TEMAS: CELULAR PORTRAIT                             *****************************************  *
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*  FIN DE CABEZA - INICIO DEL CUERPO >>>>> CELULAR - PORTRAIT   */

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *************************************************                                 MAIN DE LA SECCION TEMAS: CELULAR PORTRAIT                                     *******************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *************************************************                              FIN DEL MAIN DE LA SECCION TEMAS: CELULAR PORTRAIT                                *******************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*  FIN DE CUERPO - INICIO DEL PIE >>>>> CELULAR - PORTRAIT   */

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *********************************************                                     FOOTER DE LA SECCION TEMAS: CELULAR PORTRAIT                                   ***************************************** *
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *********************************************                                 FIN DEL FOOTER DE LA SECCION TEMAS: CELULAR PORTRAIT                               ***************************************** *
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	************************************************************************************ PARTE MODIFICABLE Y TRASLADABLE AL INDEX - SECCION TEMAS *******************************************************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/* FOOTER del BODY */

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ********************************************************************************* FIN DEL CUERPO (BODY) DE LA ESTRUCTURA HTML: CELULAR PORTRAIT *****************************************************************************
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
}

/* SEGUN LA RESOLUCIÓN DE LA PANTALLA, SI TIENE MÁS DE 600PX: */

/**-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*                                                                                               @media CELULAR LANDSCAPE                                                                                            *
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/*     @media CELULAR LANDSCAPE      */

@media screen and (max-device-width: 1000px) and (orientation: landscape) {
	/* @media CELULAR LANDSCAPE */

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	****************************************************************************** INICIO DEL CUERPO (BODY) DE LA ESTRUCTURA HTML: CELULAR LANDSCAPE ****************************************************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

	/* HEADER DEL BODY */

	body {
		/*background-color: rgb(255, 117, 4); Color de fondo del Background*/
		background-color: red;
	}

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ***************************************************************************** PARTE MODIFICABLE Y TRASLADABLE AL INDEX - SECCION TEMAS **************************************************************************************
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    **************************************************************************************  SECCIÓN TEMAS: CELULAR LANDSCAPE ****************************************************************************************************
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *************************************************                              HEADER DE LA SECCION TEMAS: CELULAR LANDSCAPE                                  ************************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/* PÁGINA VISIBLE */

	/* 1. Barra de Navegacion Lado Superior de la Pagina Principal de Inicio con Botones de Cristal para la aplicaciones, Boton de Inicio de Sesion y Logo ULDIVIN SAC */

	/* Nivel 1.1 Contenededor principal de la barra de navegación superior de los BOTONES DE CRISTAL */
	.cabezaPag {
		height: 30vh; /* Especifica el alto del contenedor Padre: Nivel 1, del menu PARA CELULAR */
		/* background-color: hsla(
			197,
			94%,
			12%,
			0.5
		); */
	}

	/*!------- NIVEL-1 > UNICO-HIJO-1 > UNICO-HIJO-1 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	.uldivinNews {
		height: 75%;
	}

	/* PRIMER HIJO - IZQUIERDO */
	.sintoniza_ULDnews {
		width: 40%;
	}

	.sintonizaRadio_ULDnews {
		font-size: 2vw;
	}

	.sintonizaFrecuencia_ULDnews {
		font-size: 2.5vw;
	}

	/* SEGUNDO HIJO - MEDIO */

	.logo_ULDnews {
		width: 20%;
		/* border: 1px solid black; */
	}

	.contLogo_ULDnews {
		width: 100%;
		height: 100%;
	}

	.imgLogo_ULDnews {
		height: 100%; /*Alto del elemento */
		width: auto;
	}

	/* TERCER HIJO - DERECHO */

	.textoBiblico_ULDnews {
		width: 40%;
	}
	.cont_textoBiblicoLetra {
	}
	.textoBiblicoImg {
	}
	.textoBiblicoLetra {
	}

	/* Nivel 1.1.1  Contenededor interno superpuesto al contenedor 'cabezaPag' principal de la barra de navegación superior de los BOTONES DE CRISTAL */
	.navegacion {
		height: 25%;
		padding: 0 0.7vw;
	}
	/* <!-- PRIMER HIJO -- CONTENEDEDOR DEL BOTON HAMBURGUESA --------------------- Muestra solo para Celular -----> */
	.navHamburguesa {
		display: none;
	}
	.ham {
	}

	.ham_cont_br {
	}

	.hamAspas {
	}

	.hamburguesa_2 {
	}
	.tachaMenu {
	}

	/* <!-- SEGUNDO HIJO -- CONTENEDOR DE BOTONES DEL MENU  ---------------- Muestra para Laptops, Tablets y PCs --> */
	/* Contenedor interno superpuesto al contenedor 'navegacion' que contiene al Contenedeor de los BOTONES DE CRISTAL, 'Inicio de Sesion' y 'Logo ULD'  Nivel 1.1.1.2 */

	.navMein {
		width: 100%;
		display: inline;
	}
	/* Nivel 1.1.1.2.1 Contenedor de la etiqueta Listas <ul> Lado IZQUIERDO del ontenedor 'navegacion' con los BOTONES DE CRISTAL */
	.navMenuIz {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	/*Etiqueta <ul> del Nivel 1.1.1.2.1.1 Contenedor de la botonera de los BOTONES DE CRISTAL efecto presentacion vertical */
	.enlaces-menu {
		position: static;
		width: 90%;
		height: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	/* Etiquetas <li> del Nivel 1.1.1.2.1.1 Contenedor de los BOTONES DE CRISTAL */
	.enlaces-menu li {
		justify-content: center;
		flex-direction: row;
		padding: 0.2vw;
		margin: 0.2vw;
		border-radius: 0.5rem;
	}

	/*Etiquetas <li> del Nivel 1.1.1.2.1.1 Efectos 'hover' de los BOTONES DE CRISTAL */
	.enlaces-menu li:hover {
	}

	/* Etiquetas <li> del Nivel 1.1.1.2.1.1 Contenedor de los BOTONES DE CRISTAL */
	.enlaces-menu.activado {
	}

	/* Visibilidad de la lista <ul> de BOTONES DE CRISTAL en trabajo conjunto con menu.js solo para la aplicación de celulares */

	@keyframes muestraMenu {
		/* Solo para celular */
	}

	/* Etiquetas <a> del Nivel 1.1.1.2.1.1 de los BOTONES DE CRISTAL */
	.m-link {
		justify-content: center;
	}
	/* Etiquetas <img> del Nivel 1.1.1.2.1.1 Imagenes de los BOTONES DE CRISTAL */
	.m-icon {
		height: 5vh; /*Alto del elemento */
	}

	/*Etiquetas <span> del Nivel 1.1.1.2.1.1 Texto de los BOTONES DE CRISTAL */
	.m-texto {
		display: flex;
		align-items: center;
		font-size: 1vw;
		font-weight: 500;
		padding: 0 0.5vw;
	}

	/* <!-- 2) CONTENEDOR DEL TITULO Y LOGO  ----  LADO DERECHO --------------------------  */
	/* Nivel 1.1.1.2.2 Contenedor Lado DERECHO del Contenedor 'navegacion' con los BOTONES de 'Inicio de Sesion' y 'Logo ULD' */
	.navMenu {
		display: none;
		width: 20%;
		align-items: center;
	}
	/* Contenedor del Titulo*/
	.navMenuTitu {
		width: 60%;
	}
	.tituULD {
		height: auto;
	}
	.tituULDtexto {
	}

	/* Nivel 1.1.1.2.2.2 Contenedor del 'Logo Chico de ULDIVIN SAC' del borde derecho superior */
	.navMenuLogo {
		width: 40%;
	}
	/* Nivel 1.1.1.2.2.2 Contenedor de la etiqueta <img> con el 'Logo Chico de ULDIVIN SAC' del borde derecho superior */
	.navLogo {
		padding: 0.3rem;
	}
	/* Etiqueta <img> con el 'Logo Chico de ULDIVIN SAC' del borde derecho superior */
	.logo {
		padding: 0vh;
		height: 80%;
		width: auto;
	}

	/* CONTENEDOR DE PANATALLA PATREON  */

	/*
    .btn {
       padding: 15px 45px;
       border: 1px solid #fff;
       border-radius: 0.5em;
       display: inline-block;
       margin-top: 2em;
       background-color: transparent;
       font-weight: 700;
       transition: .3s;
    }
    .btn:hover {
       background-color: #fff;
       color: #222;
    }
*/
	/* CONTENEDOR DE LA PANTALLA DE PATREON */

	/* @media screen and (max-width: 600px) { */

	.popup {
		max-width: 90%; /*Solo afecta PC pantallas inferiores a 600 px*/
	}

	.popup:target {
	}

	.close {
	}

	.rojo {
	}

	.blue {
	}
	.popup .close {
		font-size: 2em;
	}

	.popup .close:hover {
	}

	.qr {
	}

	.close-popup {
	}
	.popup:target + .close-popup {
	}

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
	* *********************************************                                FIN DEL HEADER DE LA SECCION TEMAS: CELULAR LANDSCAPE                             *********************************************  *
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*  FIN DE CABEZA - INICIO DEL CUERPO >>>>> CELULAR - LANDSCAPE */

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *************************************************                                 MAIN DE LA SECCION TEMAS: CELULAR LANDSCAPE                                     ***********************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *************************************************                             FIN DEL MAIN DE LA SECCION TEMAS: CELULAR LANDSCAPE                                ***********************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*  FIN DEL CUERPO - INICIO DE PIE >>>>> CELULAR - LANDSCAPE */

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *********************************************                                     FOOTER DE LA SECCION 3: CELULAR LANDSCAPE                                   ********************************************* *
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *********************************************                                 FIN DEL FOOTER DE LA SECCION 3: CELULAR LANDSCAPE                               ********************************************* *
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ***************************************************************************** PARTE MODIFICABLE Y TRASLADABLE AL INDEX - SECCION TEMAS **************************************************************************************
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/* FOOTER del BODY */

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ********************************************************************************* FIN DEL CUERPO (BODY) DE LA ESTRUCTURA HTML: CELULAR LANDSCAPE *****************************************************************************
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
}

/* TABLET >>>>> PORTRAIT */

/**-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*                                                                                               @media TABLET PORTRAIT                                                                                              *
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/* @media TABLET  */
@media screen and (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
	/* @media TABLET PORTRAIT */

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	****************************************************************************** INICIO DEL CUERPO (BODY) DE LA ESTRUCTURA HTML: TABLET PORTRAIT ******************************************************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

	/* HEADER DEL BODY */

	body {
		/*background-color: rgb(255, 117, 4);Color de fondo del Background*/
	}

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	************************************************************************************ PARTE MODIFICABLE Y TRASLADABLE AL INDEX - SECCION TEMAS ***********************************************************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	*********************************************************************************************  SECCIÓN TEMAS: TABLET PORTRAIT  **************************************************************************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *************************************************                                 HEADER DE LA SECCION TEMAS: TABLET PORTRAIT                                    ***********************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/* PÁGINA VISIBLE */

	/* CONTENEDOR PRINICIPAL DEL HEADER DE LA PÁGINA */

	.cabezaPag {
		height: 10vh; /* Especifica el alto del contenedor Padre: Nivel 1, del menu PARA CELULAR */
		width: 100dvw;
	}

	/*  CONTENEDOR DE LA FRECUENCIA, LOGO Y TEXTO BÍBLICO */
	.uldivinNews {
		display: none;
	}
	/* PRIMER HIJO - DERECHO -- FRECUENCIA DE LA RADIO */
	.sintoniza_ULDnews {
	}
	.sintonizaRadio_ULDnews {
	}
	.sintonizaFrecuencia_ULDnews {
	}
	/* SEGUNDO HIJO - MEDIO -- LOGO RADIO  */
	.logo_ULDnews {
	}
	.contLogo_ULDnews {
	}
	.imgLogo_ULDnews {
	}

	/*  TERCER HIJO - IZQUIERDO -- TEXTO Y BIBLIA   */
	.textoBiblico_ULDnews {
	}
	.cont_textoBiblicoLetra {
	}

	/* PRIMER HIJO  */
	.textoBiblicoImg {
	}
	/* SEGUNDO HIJO */
	.textoBiblicoLetra {
	}
	.textoBiblicoLetra p {
	}

	/* CONTENEDOR DEL MENU DE NAVEGACIÓN */
	.navegacion {
		display: flex;
		align-items: center;
		justify-content: space-evenly;
	}

	/* PRIMER HIJO - CONTENEDOR DEL BOTON HAMBURGUESA */

	/* Contenedor exclusivo del BOTON HAMBURGUESA para CELULAR */
	.navHamburguesa {
		display: flex; /*----------------------------------- Indica que los elementos serán flexibles */
		align-items: center; /*----------------------------- Alinea los elementos del contenedor verticalmente*/
		justify-content: center; /*------------------------- Alinea los elementos del contenedor horizontalmente*/
		width: auto; /* ------------------------------------- Permite tomar un 20% del 100% del contenededor Nivel 1.1 */
	}

	/* CONTENEDOR BUTTON  */
	.ham {
		cursor: pointer; /*----------------------------- Especifica que se mostrará el cursor MANO*/
		background-color: #d8d8d8; /*----------------- Color de fondo del elemento con transparencia del BOTON HAMBURGUESA */
		display: flex; /*----------------------------- Indica que los elementos serán flexibles*/
		flex-direction: column; /*---------------------- Especifica que sus elementos SPAN estarán ordenados verticalmente*/
		align-items: center; /*------------------------- Alinea los elementos SPAN del contenedor verticalmente*/
		justify-content: center; /*--------------------- Alinea los elementos SPAN del contenedor horizontalmente*/
		/* Para que la transformación sea mas suave */
		transition: 0.4s 0.4s; /*----------------------- Especifica la duración del período de la transición de sus propiedades.*/
		border-radius: 50%; /*-------------------------- Redondea y genera una forma circular al contenedor de los SPAN*/
		width: auto; /*--------------------------------- Ancho del elemento ES (48px) teniendo en cuenta que: 1 rem = 16px*/
		/*height: auto; -------------------------------- Alto del elemento ES (48px)  teniendo en cuenta que: 1 rem = 16px*/
		text-shadow: 5px 5px 10px rgb(63, 61, 170); /* - Agrega sombra al contenedor de los SPAN */
		position: relative;
		padding: 5dvw;
	}
	/* MANTIENE EL BOTON RESPONSIVO  */
	.ham::after {
		content: '';
		display: block;
		padding-bottom: 100%;
	}

	/* CONTENEDOR DEL CONTENEDOR DE LAS ASPAS  */
	.ham_cont_br {
		position: absolute;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* CONTENEDOR DE LAS ASPAS  */
	.hamAspas {
		/* top: 50%;
		left: 50%;
		transform: translate(-50%, -50%); */
		height: 100%;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* CONTENEDOR DE LA HAMBURGUESA (TRES LINEAS) */
	.menuAbierto {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		width: 100%;
		/* background-color: #00f; */
	}
	.hamburguesa_2 {
		font-size: 5vh;
	}

	/* CONTENEDOR DEL TACHADO (X)*/
	.menuCerrado {
		display: none;
		align-items: center;
		justify-content: center;
		height: 100%;
		width: 100%;
	}
	.tachaMenu {
		font-size: 5vh;
	}

	/* PARA DAR ANIMACIÓN CON JAVASCRIPT */
	.menuAbierto.animado {
		display: none;
		align-items: center;
		justify-content: center;
	}

	.menuCerrado.animado {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* SEGUNDO HIJO -- CONTENEDOR DE BOTONES DEL MENU  ---------------- Muestra para Laptops, Tablets y PCs  */

	.navMein {
		width: 80%; /* Permite tomar un 80% del 100% del contenededor Nivel 1.1.1.2 */
	}

	/* 1) CONTENEDOR DE LA LISTA DE BOTONES --- LADO IZQUIERDO  */

	.navMenuIz {
	}

	/*Etiqueta <ul> --> CONTENEDOR de los BOTONES DEL MENÚ, efecto presentacion vertical */
	.enlaces-menu {
		position: fixed; /*especifica el tipo de método de posicionamiento: FIJO*/
		top: 10dvh; /*afecta la posición vertical de un elemento posicionado. */
		left: 0; /*afecta la posición horizontal de un elemento posicionado. */
		height: 90dvh; /*Alto del elemento */
		width: 50%;
		min-width: 50dvw; /*Ancho del elemento es de 50 %*/
		max-width: auto;
		margin: 0; /* crear espacio alrededor del elemento, fuera de los bordes definidos*/
		padding: 0; /*Espacio alrededor del contenido de un elemento, dentro de los bordes definidos*/
		padding-bottom: 5dvw;
		/* background-color: rgb(34, 23, 95); */
		/* border: 1px solid rgb(43, 255, 6);  */
		/*display: flex; ya está indicado en las lineas generales */
		display: none; /* Permite aplicar la propiedad 'display:none' para mostrar el Menu de BOTONES DE CRISTAL interactuando con el JavaScript menu.js */
		flex-direction: column; /*Especifica la dirección de los elementos flexibles: Que esten ordenados verticalmente*/
		transition: 0.2s 0.1s; /*ermiten cambiar los valores de propiedad sin problemas, durante un período determinado.*/
		/*background-color: hsla(240, 100%, 0%, 0.5); Establece el color de Fondo*/
		background-color: hsla(240, 100%, 0%, 0.8); /*Establece el color de Fondo*/
		box-shadow: 0px 2px 5px rgb(2, 2, 39) inset; /*Propiedad adjunta una o más sombras a un elemento.*/
		/* border-right: 1px solid #0a022c; */
		/* box-shadow: #0a022c; */
		z-index: -1;
	}

	/* CONTENEDOR DE LOS ENLACES DE CADA BOTON */
	.enlaces-menu li {
		padding: 0.5rem; /*Espacio alrededor del contenido de un elemento, dentro de los bordes definidos*/
	}
	/* */
	.enlaces-menu li:hover {
	}

	/* ANIMACION CON JAVASCRIP DEL MENU */
	.enlaces-menu.activado {
		display: flex;
		/*Indica que los elementos serán flexibles*/
		animation: muestraMenu 550ms ease-in-out both;
		/*both => Es mantener la animación del inicio en 0 y finalizar en 1*/ /*ease-in-out => Es que la animación iniciará lento y terminará lento*/
		-webkit-animation: muestraMenu 550ms ease-in-out both;
	}

	/* Visibilidad de la lista <ul> de BOTONES DE CRISTAL en trabajo conjunto con menu.js solo para la aplicación de celulares */

	@keyframes muestraMenu {
		/* Solo para celular */
		from {
			opacity: 0; /* Hace la lista invisible */
			left: -50dvw;
		}
		to {
			opacity: 1; /* Hace la lista visible */
			left: 0;
		}
	}

	/* Los BOTONES */
	.m-link {
	}
	/*Imagenes de los BOTONES */
	.m-icon {
		/*height: 5vh; Alto del elemento */
	}
	/* Texto de los BOTONES */
	.m-texto {
		font-size: 1rem; /*Indica el tamaño de una fuente*/
	}

	/* 2) CONTENEDOR DEL TITULO Y LOGO ---- LADO DERECHO*/

	/*TITULO Y LOGO  */
	.navMenu {
		width: 100%;
		border: 1px solid rgb(255, 0, 234);
	}
	/* CONTENEDOR DEL TITULO */
	.navMenuTitu {
		width: 70%;
	}
	.tituULD {
	}

	.tituULDtexto {
	}

	/* CONTENEDOR DEL LOGO*/
	.navMenuLogo {
		width: 30%;
	}
	.navLogo {
	}
	.logo {
	}

	/* CONTENEDOR DE LA PANTALLA DE PATREON */

	/* @media screen and (max-width: 600px) { */

	.popup {
		max-width: 90%; /*Solo afecta PC pantallas inferiores a 600 px*/
	}

	.popup:target {
	}

	.close {
	}

	.rojo {
	}

	.blue {
	}
	.popup .close {
		font-size: 2em;
	}

	.popup .close:hover {
	}

	.qr {
	}

	.close-popup {
	}
	.popup:target + .close-popup {
	}

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
	* *********************************************                                 FIN DEL HEADER DE LA SECCION 3: TABLET PORTRAIT                             ***********************************************  *
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *************************************************                                 MAIN DE LA SECCION 3: TABLET PORTRAIT                                     ************************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *************************************************                              FIN DEL MAIN DE LA SECCION 3: TABLET PORTRAIT                                 ***********************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *********************************************                                     FOOTER DE LA SECCION 3: TABLET PORTRAIT                                    ********************************************* *
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *********************************************                                 FIN DEL FOOTER DE LA SECCION 3: TABLET PORTRAIT                                ********************************************* *
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	************************************************************************************ PARTE MODIFICABLE Y TRASLADABLE AL INDEX - SECCION TEMAS ***********************************************************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/* FOOTER del BODY */

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	********************************************************************************* FIN DEL CUERPO (BODY) DE LA ESTRUCTURA HTML: TABLET PORTRAIT ******************************************************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
}

/* TABLET >>>>> LANDSCAPE */

/**-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    *                                                                                               @media TABLET LANDSCAPE                                                                                            *
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/* @media TABLET LANDSCAPE  */

@media screen and (min-device-width: 1001px) and (max-device-width: 1200px) and (orientation: landscape) {
	/* @media TABLET LANDSCAPE */

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ****************************************************************************** INICIO DEL CUERPO (BODY) DE LA ESTRUCTURA HTML: TABLET LANDSCAPE ****************************************************************************
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

	/* HEADER DEL BODY */

	body {
		/*	background-color: rgb(255, 117, 4); Color de fondo del Background*/
	}

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	************************************************************************************ PARTE MODIFICABLE Y TRASLADABLE AL INDEX - SECCION TEMAS ***********************************************************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    *********************************************************************************************  SECCIÓN 3: TABLET LANDSCAPE *************************************************************************************************
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *************************************************                                 HEADER DE LA SECCION 3: TABLET LANDSCAPE                                  *************************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/* PÁGINA VISIBLE */
	/* PÁGINA VISIBLE */

	/* 1. Barra de Navegacion Lado Superior de la Pagina Principal de Inicio con Botones de Cristal para la aplicaciones, Boton de Inicio de Sesion y Logo ULDIVIN SAC */

	/* Nivel 1.1 Contenededor principal de la barra de navegación superior de los BOTONES DE CRISTAL */
	.cabezaPag {
		height: 30vh; /* Especifica el alto del contenedor Padre: Nivel 1, del menu PARA CELULAR */
		/* background-color: hsla(
			197,
			94%,
			12%,
			0.5
		); */
	}

	/*!------- NIVEL-1 > UNICO-HIJO-1 > UNICO-HIJO-1 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	.uldivinNews {
		height: 75%;
	}

	/* PRIMER HIJO - IZQUIERDO */
	.sintoniza_ULDnews {
		width: 40%;
	}

	.sintonizaRadio_ULDnews {
		font-size: 2vw;
	}

	.sintonizaFrecuencia_ULDnews {
		font-size: 2.5vw;
	}

	/* SEGUNDO HIJO - MEDIO */

	.logo_ULDnews {
		width: 20%;
		/* border: 1px solid black; */
	}

	.contLogo_ULDnews {
		width: 100%;
		height: 100%;
	}

	.imgLogo_ULDnews {
		height: 100%; /*Alto del elemento */
		width: auto;
	}

	/* TERCER HIJO - DERECHO */

	.textoBiblico_ULDnews {
		width: 40%;
	}
	.cont_textoBiblicoLetra {
	}
	.textoBiblicoImg {
	}
	.textoBiblicoLetra {
	}

	/* Nivel 1.1.1  Contenededor interno superpuesto al contenedor 'cabezaPag' principal de la barra de navegación superior de los BOTONES DE CRISTAL */
	.navegacion {
		height: 25%;
		padding: 0 0.7vw;
	}
	/* <!-- PRIMER HIJO -- CONTENEDEDOR DEL BOTON HAMBURGUESA --------------------- Muestra solo para Celular -----> */
	.navHamburguesa {
		display: none;
	}
	.ham {
	}

	.ham_cont_br {
	}

	.hamAspas {
	}

	.hamburguesa_2 {
	}
	.tachaMenu {
	}

	/* <!-- SEGUNDO HIJO -- CONTENEDOR DE BOTONES DEL MENU  ---------------- Muestra para Laptops, Tablets y PCs --> */
	/* Contenedor interno superpuesto al contenedor 'navegacion' que contiene al Contenedeor de los BOTONES DE CRISTAL, 'Inicio de Sesion' y 'Logo ULD'  Nivel 1.1.1.2 */

	.navMein {
		width: 100%;
		display: inline;
	}
	/* Nivel 1.1.1.2.1 Contenedor de la etiqueta Listas <ul> Lado IZQUIERDO del ontenedor 'navegacion' con los BOTONES DE CRISTAL */
	.navMenuIz {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	/*Etiqueta <ul> del Nivel 1.1.1.2.1.1 Contenedor de la botonera de los BOTONES DE CRISTAL efecto presentacion vertical */
	.enlaces-menu {
		position: static;
		width: 90%;
		height: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	/* Etiquetas <li> del Nivel 1.1.1.2.1.1 Contenedor de los BOTONES DE CRISTAL */
	.enlaces-menu li {
		justify-content: center;
		flex-direction: row;
		padding: 0.2vw;
		margin: 0.2vw;
		border-radius: 0.5rem;
	}

	/*Etiquetas <li> del Nivel 1.1.1.2.1.1 Efectos 'hover' de los BOTONES DE CRISTAL */
	.enlaces-menu li:hover {
	}

	/* Etiquetas <li> del Nivel 1.1.1.2.1.1 Contenedor de los BOTONES DE CRISTAL */
	.enlaces-menu.activado {
	}

	/* Visibilidad de la lista <ul> de BOTONES DE CRISTAL en trabajo conjunto con menu.js solo para la aplicación de celulares */

	@keyframes muestraMenu {
		/* Solo para celular */
	}

	/* Etiquetas <a> del Nivel 1.1.1.2.1.1 de los BOTONES DE CRISTAL */
	.m-link {
		justify-content: center;
	}
	/* Etiquetas <img> del Nivel 1.1.1.2.1.1 Imagenes de los BOTONES DE CRISTAL */
	.m-icon {
		height: 5vh; /*Alto del elemento */
	}

	/*Etiquetas <span> del Nivel 1.1.1.2.1.1 Texto de los BOTONES DE CRISTAL */
	.m-texto {
		display: flex;
		align-items: center;
		font-size: 1vw;
		font-weight: 500;
		padding: 0 0.5vw;
	}

	/* <!-- 2) CONTENEDOR DEL TITULO Y LOGO  ----  LADO DERECHO --------------------------  */
	/* Nivel 1.1.1.2.2 Contenedor Lado DERECHO del Contenedor 'navegacion' con los BOTONES de 'Inicio de Sesion' y 'Logo ULD' */
	.navMenu {
		display: none;
		width: 20%;
		align-items: center;
	}
	/* Contenedor del Titulo*/
	.navMenuTitu {
		width: 60%;
	}
	.tituULD {
		height: auto;
	}
	.tituULDtexto {
	}

	/* Nivel 1.1.1.2.2.2 Contenedor del 'Logo Chico de ULDIVIN SAC' del borde derecho superior */
	.navMenuLogo {
		width: 40%;
	}
	/* Nivel 1.1.1.2.2.2 Contenedor de la etiqueta <img> con el 'Logo Chico de ULDIVIN SAC' del borde derecho superior */
	.navLogo {
		padding: 0.3rem;
	}
	/* Etiqueta <img> con el 'Logo Chico de ULDIVIN SAC' del borde derecho superior */
	.logo {
		padding: 0vh;
		height: 80%;
		width: auto;
	}

	/* CONTENEDOR DE PANATALLA PATREON  */

	/*
    .btn {
       padding: 15px 45px;
       border: 1px solid #fff;
       border-radius: 0.5em;
       display: inline-block;
       margin-top: 2em;
       background-color: transparent;
       font-weight: 700;
       transition: .3s;
    }
    .btn:hover {
       background-color: #fff;
       color: #222;
    }
*/
	/* CONTENEDOR DE LA PANTALLA DE PATREON */

	/* @media screen and (max-width: 600px) { */

	.popup {
		max-width: 90%; /*Solo afecta PC pantallas inferiores a 600 px*/
	}

	.popup:target {
	}

	.close {
	}

	.rojo {
	}

	.blue {
	}
	.popup .close {
		font-size: 2em;
	}

	.popup .close:hover {
	}

	.qr {
	}

	.close-popup {
	}
	.popup:target + .close-popup {
	}

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
	* *********************************************                                FIN DEL HEADER DE LA SECCION TEMAS: TABLET LANDSCAPE                             *********************************************  *
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*  FIN DE CABEZA - INICIO DEL CUERPO >>>>> TABLET - LANDSCAPE */

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *************************************************                                 MAIN DE LA SECCION TEMAS: CELULAR LANDSCAPE                                     ***********************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *************************************************                              FIN DEL MAIN DE LA SECCION TEMAS: TABLET LANDSCAPE                                ***********************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *********************************************                                     FOOTER DE LA SECCION TEMAS: TABLET LANDSCAPE                                   ********************************************* *
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *********************************************                                 FIN DEL FOOTER DE LA SECCION TEMAS: TABLET LANDSCAPE                               ********************************************* *
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	************************************************************************************ PARTE MODIFICABLE Y TRASLADABLE AL INDEX - SECCION TEMAS ***********************************************************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/* FOOTER del BODY */

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ********************************************************************************* FIN DEL CUERPO (BODY) DE LA ESTRUCTURA HTML: TABLET LANDSCAPE *****************************************************************************
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
}

/* MEDIA LAPTOP */

/**-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*                                                                                                     @media LAPTOP                                                                                                 *
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/* @media LAPTOP    */
@media screen and (min-width: 1201px) and (max-width: 1919px) {
	/* @media LAPTOP */

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*********************************************************************************** INICIO DEL CUERPO (BODY) DE LA ESTRUCTURA HTML: LAPTOP **********************************************************************************
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

	/* HEADER DEL BODY */

	body {
		/*background-color: rgb(162, 6, 234); Color de fondo del Background*/
	}

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ************************************************************************************ PARTE MODIFICABLE Y TRASLADABLE AL INDEX - SECCION TEMAS ***********************************************************************************
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    **************************************************************************************************  SECCIÓN TEMAS: LAPTOP *******************************************************************************************************
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *************************************************                                       HEADER DE LA SECCION TEMAS: LAPTOP                                       *************************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/* PÁGINA VISIBLE */

	/* 1. Barra de Navegacion Lado Superior de la Pagina Principal de Inicio con Botones de Cristal para la aplicaciones, Boton de Inicio de Sesion y Logo ULDIVIN SAC */

	/* Nivel 1.1 Contenededor principal de la barra de navegación superior de los BOTONES DE CRISTAL */
	.cabezaPag {
		height: 30vh; /* Especifica el alto del contenedor Padre: Nivel 1, del menu PARA CELULAR */
		/* background-color: hsla(
			197,
			94%,
			12%,
			0.5
		); */
	}

	/*!------- NIVEL-1 > UNICO-HIJO-1 > UNICO-HIJO-1 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	.uldivinNews {
		height: 75%;
	}

	/* PRIMER HIJO - IZQUIERDO */
	.sintoniza_ULDnews {
		width: 40%;
	}

	.sintonizaRadio_ULDnews {
		font-size: 2vw;
	}

	.sintonizaFrecuencia_ULDnews {
		font-size: 2.5vw;
	}

	/* SEGUNDO HIJO - MEDIO */

	.logo_ULDnews {
		width: 20%;
		/* border: 1px solid black; */
	}

	.contLogo_ULDnews {
		width: 100%;
		height: 100%;
	}

	.imgLogo_ULDnews {
		height: 100%; /*Alto del elemento */
		width: auto;
	}

	/* TERCER HIJO - DERECHO */

	.textoBiblico_ULDnews {
		width: 40%;
	}
	.cont_textoBiblicoLetra {
	}
	.textoBiblicoImg {
	}
	.textoBiblicoLetra {
	}
	/* Nivel 1.1.1  Contenededor interno superpuesto al contenedor 'cabezaPag' principal de la barra de navegación superior de los BOTONES DE CRISTAL */
	.navegacion {
		height: 25%;
		padding: 0 0.7vw;
	}
	/* Nivel 1.1.1.1 Contenedor exclusivo del BOTON HAMBURGUESA para CELULAR */
	.navHamburguesa {
		display: none;
	}
	/* Nivel 1.1.1.1 */
	.ham {
	}
	.ham_cont_br {
	}
	.hamAspas {
	}
	.hamburguesa_2 {
	}
	.tachaMenu {
	}

	/* Contenedor interno superpuesto al contenedor 'navegacion' que contiene al Contenedeor de los BOTONES DE CRISTAL, 'Inicio de Sesion' y 'Logo ULD'  Nivel 1.1.1.2 */
	.navMein {
		width: 100%;
		display: inline;
	}
	/* Nivel 1.1.1.2.1 Contenedor de la etiqueta Listas <ul> Lado IZQUIERDO del ontenedor 'navegacion' con los BOTONES DE CRISTAL */
	.navMenuIz {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	/*Etiqueta <ul> del Nivel 1.1.1.2.1.1 Contenedor de la botonera de los BOTONES DE CRISTAL efecto presentacion vertical */
	.enlaces-menu {
		position: static;
		width: 90%;
		height: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	/* Etiquetas <li> del Nivel 1.1.1.2.1.1 Contenedor de los BOTONES DE CRISTAL */
	.enlaces-menu li {
		justify-content: center;
		flex-direction: row;
		padding: 0.2vw;
		margin: 0.2vw;
		border-radius: 0.5rem;
	}

	/*Etiquetas <li> del Nivel 1.1.1.2.1.1 Efectos 'hover' de los BOTONES DE CRISTAL */
	.enlaces-menu li:hover {
	}

	/* Etiquetas <li> del Nivel 1.1.1.2.1.1 Contenedor de los BOTONES DE CRISTAL */
	.enlaces-menu.activado {
	}

	/* Visibilidad de la lista <ul> de BOTONES DE CRISTAL en trabajo conjunto con menu.js solo para la aplicación de celulares */

	@keyframes muestraMenu {
		/* Solo para celular */
	}

	/* Etiquetas <a> del Nivel 1.1.1.2.1.1 de los BOTONES DE CRISTAL */
	.m-link {
		justify-content: center;
	}
	/* Etiquetas <img> del Nivel 1.1.1.2.1.1 Imagenes de los BOTONES DE CRISTAL */
	.m-icon {
		height: 5vh; /*Alto del elemento */
	}

	/*Etiquetas <span> del Nivel 1.1.1.2.1.1 Texto de los BOTONES DE CRISTAL */
	.m-texto {
		display: flex;
		align-items: center;
		font-size: 1vw;
		font-weight: 500;
		padding: 0 0.5vw;
	}
	/* Nivel 1.1.1.2.2 Contenedor Lado DERECHO del Contenedor 'navegacion' con los BOTONES de 'Inicio de Sesion' y 'Logo ULD' */
	.navMenu {
		display: none;
		width: 20%;
		align-items: center;
	}
	/* Nivel 1.1.1.2.2.1 Contenedor del BOTON de 'Inicio de Sesion' */
	.navMenuTitu {
		width: 60%;
	}
	/* Nivel 1.1.1.2.2.1 BOTON de 'Inicio de Sesion' */
	.tituULD {
		height: auto;
	}
	.tituULDtexto {
	}
	/* Nivel 1.1.1.2.2.2 Contenedor del 'Logo Chico de ULDIVIN SAC' del borde derecho superior */
	.navMenuLogo {
		width: 40%;
	}
	/* Nivel 1.1.1.2.2.2 Contenedor de la etiqueta <img> con el 'Logo Chico de ULDIVIN SAC' del borde derecho superior */
	.navLogo {
		padding: 0.3rem;
	}
	/* Etiqueta <img> con el 'Logo Chico de ULDIVIN SAC' del borde derecho superior */
	.logo {
		padding: 0vh;
		height: 80%;
		width: auto;
	}

	/* CONTENEDOR DE LA PANTALLA DE PATREON */

	/* @media screen and (max-width: 600px) { */

	.popup {
		max-width: 90%; /*Solo afecta PC pantallas inferiores a 600 px*/
	}

	.popup:target {
	}

	.close {
	}

	.rojo {
	}

	.blue {
	}
	.popup .close {
		font-size: 2em;
	}

	.popup .close:hover {
	}

	.qr {
	}

	.close-popup {
	}
	.popup:target + .close-popup {
	}

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
	* *********************************************                                    FIN DEL HEADER DE LA SECCION TEMAS: LAPTOP                                *********************************************  *
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*  FIN DE CABEZA - INICIO DEL CUERPO >>>>> TELEVISION */

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *************************************************                                     MAIN DE LA SECCION TEMAS: LAPTOP                                       ***********************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *************************************************                                   FIN DEL MAIN DE LA SECCION TEMAS: LAPTOP                                     ***********************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *********************************************                                          FOOTER DE LA SECCION TEMAS: LAPTOP                                        ********************************************* *
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *********************************************                                      FIN DEL FOOTER DE LA SECCION TEMAS: LAPTOP                                    ********************************************* *
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ************************************************************************************ PARTE MODIFICABLE Y TRASLADABLE AL INDEX - SECCION TEMAS ***********************************************************************************
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/* FOOTER del BODY */

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ************************************************************************************** FIN DEL CUERPO (BODY) DE LA ESTRUCTURA HTML: LAPTOP **********************************************************************************
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
}

/**-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*                                                                                                   @media TELEVISION                                                                                             *
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/* @media TELEVISION    */

@media screen and (min-width: 1920px) and (max-width: 2047px) {
	/* @media TELEVISION
        
    /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ***********************************************************************************INCIO DEL CUERPO (BODY) DE LA ESTRUCTURA HTML: TELEVISION ********************************************************************************
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

	/* HEADER DEL BODY */

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ************************************************************************************ PARTE MODIFICABLE Y TRASLADABLE AL INDEX - SECCION TEMAS ***********************************************************************************
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ************************************************************************************************  SECCIÓN TEMAS: TELEVISION *****************************************************************************************************
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *************************************************                                      HEADER DE LA SECCION TENAS: TELEVISION                                    *************************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
	* *********************************************                                    FIN DEL HEADER DE LA SECCION 3: TELEVISION                                *********************************************  *
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*  FIN DE CABEZA - INICIO DEL CUERPO >>>>> TELEVISION */

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *************************************************                                     MAIN DE LA SECCION 3: TELEVISION                                       ***********************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *************************************************                                  FIN DEL MAIN DE LA SECCION 3: TELEVISION                                 ***********************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *********************************************                                         FOOTER DE LA SECCION 3: TELEVISION                                     ********************************************* *
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *********************************************                                    FIN DEL FOOTER DE LA SECCION 3: TELEVISION                                  ********************************************* *
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ************************************************************************************ PARTE MODIFICABLE Y TRASLADABLE AL INDEX - SECCION TEMAS ***********************************************************************************
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/* FOOTER del BODY */

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ************************************************************************************ FIN DEL CUERPO (BODY) DE LA ESTRUCTURA HTML: TELEVISION ********************************************************************************
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
}

/**-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*                                                                                              @media ULTRA WIDE SCREEN                                                                                             *
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

@media screen and (min-width: 2048px) {
	/* @media ULTRA WIDE SCREEN
	
	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	****************************************************************************** INICIO DEL CUERPO (BODY) DE LA ESTRUCTURA HTML: ULTRA WIDE SCREEN ****************************************************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

	/* HEADER DEL BODY */

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ************************************************************************************ PARTE MODIFICABLE Y TRASLADABLE AL INDEX - SECCION TEMAS ***********************************************************************************
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ********************************************************************************************  SECCIÓN TEMAS: ULTRA WIDE SCREEN **************************************************************************************************
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *************************************************                                  HEADER DE LA SECCION TEMAS: ULTRA WIDE SCREEN                                 *************************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
	* *********************************************                                FIN DEL HEADER DE LA SECCION TEMAS: ULTRA WIDE SCREEN                             *********************************************  *
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *************************************************                                 MAIN DE LA SECCION TEMAS: ULTRA WIDE SCREEN                                    ***********************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *************************************************                              FIN DEL MAIN DE LA SECCION TEMAS: ULTRA WIDE SCREEN                              ************************************************
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *********************************************                                     FOOTER DE LA SECCION TEMAS: ULTRA WIDE SCREEN                                  ********************************************* *
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
	* *********************************************                                FIN DEL FOOTER DE LA SECCION TEMAS: ULTRA WIDE SCREEN                               ********************************************* *
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ************************************************************************************ PARTE MODIFICABLE Y TRASLADABLE AL INDEX - SECCION 3 ***********************************************************************************
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/* FOOTER del BODY */

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    ******************************************************************************** FIN DEL CUERPO (BODY) DE LA ESTRUCTURA HTML: ULTRA WIDE SCREEN *****************************************************************************
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
}

/* PARA OCULTAR ELEMENTOS QUE LO REQUIERAN SEGUN EL DISEÑO DE LA PÁGINA*/
.none {
	display: none; /*------------------------------------------------------------------------------- El elemento se elimina por completo.*/
}
