﻿a {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
.autopageestilo {
    color: #FFFFFF;
    background-color: #000000;	
}
/* Estilo para el texto al pasar el puntero */
        .highlight {
            background-color: yellow;
            cursor: pointer;
}
.image-container {
    position: relative;
    display: inline-block;
}

.image-container img {
    display: block;
    width: 100%;
    height: auto;
}

.hover-area {
    /* Hacer las áreas interactivas invisibles */
    outline: none;
}

.image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.hover-area:hover ~ .image-container::before {
    opacity: 1;
}
    
#toggleButton {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

#toggleButton.active {
    background-color: green;
    color: white;
}         
.auto-style4 {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	text-align: center;
	color: #FFCC00;
	border-style: solid;
	order-width: 0;
	border-color: #000000;
	background-color: #003D79;
}
.auto-style14 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
}
.auto-style3 {
	border-width: 0px;
	font-size:small;
}
.auto-style5 {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	text-align: center;
	color: #FFFFFF;
	background-color: #FF0000;
}
.auto-style1 {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	color: #FFFFFF;
	border-style: solid;
	border-width: 0;
	background-color: #363636;
}
.auto-style1bis {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: #FFFFFF;
	border-style: solid;
	border-width: 0;
	background-color: #000000;
}
.auto-style2 {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	text-align: center;
}
.auto-style8 {
	font-family: Arial, Helvetica, sans-serif;
}
.auto-stylewebcamtext {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border-style: none;
	background-color: #F5F5F5;
	font-size:x-small;
}

.auto-style15 {
	color: #FFFFFF;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.auto-stylewebcamtextdetail {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border-style: none;
	background-color: #000000;
	font-size:small;
}
.auto-styleMarquee {
	color: #FFFFFF;
	background-color: #2F5E8C;
	font-family: "Courier New", Courier, monospace;
	font-size: x-small;
}
.auto-stylecopyright {
	font-family: "Courier New", Courier, monospace;
}
.button {
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background-color: orange;
    color: white;
}
/* Estilos para modo oscuro (detectado automáticamente) */
@media (prefers-color-scheme: dark) {
    body {
        background-color: #333;
        color: white;
    }
}
/* Estilos para modo oscuro (cambiado manualmente) */
[data-theme=dark] {
    background-color: #333;
    color: white;
}

