html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
h1 {font-size: 1.5em;margin-bottom: 10px;}
p{font-size: 1em;line-height: 1.3em;margin-bottom: 10px;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}



#desktop {
	font-family: Arial, Helvetica, sans-serif;
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
	overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.window {
    position: absolute;
    border: 2px solid #00ff06;
    background: #000000;
	border-radius: 5px;
	z-index: 1000;
}
.window.closed {
	display: none;
}
.window.minimizedWindow {
	display: none;
}
.window.fullSizeWindow {
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    border-radius: 0;
    bottom: 32px !important;
}
.fullSizeWindow .ui-resizable-handle {
	display: none;
}
.windowHeader {
    background-color: #00ff06;
    text-align: right;
    border-bottom: 2px solid #000;
    padding: 2px;
    cursor: move;
    height: 28px;
}

.activeWindow .windowHeader {
    background-color: #00ff06;
}
.windowHeader > span {
    display: inline-block;
    cursor: pointer;
    border: 2px solid #000;
    margin-left: 4px;
    font-size: 19px;
    padding: 2px 10px;
    font-family: "Arial Black", Gadget, sans-serif;
    border-radius: 5px;
    line-height: 20px;
    width: 12px;
    height: 20px;
    position: relative;
    overflow: hidden;
}
.windowHeader > span:hover {
	background: rgba(255,255,255,0.3);
}
.windowHeader > span.winclose:hover {
	background: #00ff06;
}
.windowHeader > span > span {
    display: inline-block;
    height: 8px;
    width: 10px;
    position: absolute;
    top: 6px;
    left: 10px;
}
.winminimize > span {
	border-bottom: 3px solid #000;
}
.winmaximize > span {
	border: 2px solid #000;
	border-top: 3px solid #000;
}
.winmaximize > span:nth-child(2) {
	display: none;
}
.fullSizeWindow .winmaximize > span:nth-child(1) {
	margin: 2px 0 0 -4px;
}
.fullSizeWindow .winmaximize > span:nth-child(2) {
    display: inline-block;
    top: 3px;
    left: 12px;
}
.wincontent {
    
    max-width: 800px;
    padding: 10px;
    min-width: 300px;
    min-height: 400px;
    border: 2px solid #00ff06;
    margin: 2px;
	border-radius: 0 0 5px 5px;
}
.windowHeader > strong {
    float: left;
    margin: 0px 3px 0 10px;
    line-height: 29px;
    font-size: 17px;
}
.taskbarPanel {
    display: inline-block;
    border: 2px solid #000;
    border-radius: 5px;
    line-height: 24px;
    margin: 2px 0 0 10px;
    font-size: 17px;
    padding: 0 10px;
    background: #00ff06;
    font-weight: bold;
	cursor: pointer;
}
.taskbarPanel.activeTab {
	background: #008f02;
}
.taskbarPanel.minimizedTab {
	background: #00ff06;	
}
.taskbarPanel.minimizedTab:hover {
	background: #00ff06;
}
.taskbarPanel.closed {
	display: none;
}
#taskbar {
	position: absolute;
	height: 32px;
	border-top: 2px solid #000;
	bottom: 0;
	left: 0;
	right: 0;
	background: #00ff06;
    z-index: 9999;
}
#icons {
	position: absolute;
	z-index: 10;
	top: 40px;
	left: 20px;
}
#icons a {
    display: block;
    cursor: pointer;
    padding: 2px 10px;
}
#icons a:hover {
	color: #FFF;
}
#templateLink {
    position: absolute;
    display: inline-block;
    bottom: 10px;
    right: 20px;
    font-weight: bold;
    font-size: 15px;
    color: #30478c;
}

.img-centro-vert-hor-logoMujeres{
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#contador_tiempo{
    font-size:30px;
    font-family:'Marker Felt'; 
    color: #00ff06;
    width: auto;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
}

#barra_progreso{
    width: auto;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-centro-vert-hor-intro{
    width: auto;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-div-center-marcoDialogo{
    position:absolute;
    top:5%;
    right:5%;
    float: right;
}


/*Demo styles BEGIN*/
#window0 {	top: 20px;	left: 240px;}
#window1 {	top: 400px; left: 120px;}
#window2 {	top: 250px; left: 300px;}
#window3 {	top: 125px; left: 420px;}
#window0 .wincontent {	width: 660px; height: 400px;	}
#window1 .wincontent {	width: 500px; height: 300px;	}
#window2 .wincontent {	width: 400px; height: 350px;	}
#window3 .wincontent {	width: 400px; height: 350px;	}
#window20 .wincontent, #window18 .wincontent, #window17 .wincontent{	max-width: 600px;   min-width: 600px;  max-height: 420px;   min-height: 420px;  }
#window5 .wincontent{    width: 500px;   max-height: 515px;   min-height: 515px;  }
#window7 .wincontent{    min-width: 600px;   min-height: 450px; }
#window8 .wincontent{    max-width: 600px;   min-width: 600px;  max-height: 520px;   min-height: 520px;  }
#window9 .wincontent{    max-width: 600px;   min-width: 600px;  max-height: 420px;   min-height: 420px;  }
#window11 .wincontent{    min-width: 550px; width: 550px;   max-height: 515px;   min-height: 515px;  }
#window12 .wincontent{    min-width: 550px; width: 550px;   max-height: 515px;   min-height: 515px;  }
#window13 .wincontent{    max-width: 350px;   min-width: 350px;  max-height: 425px;   min-height: 425px;  }
#window14 .wincontent{    min-width: 600px;  min-height: 400px; }
#window22 .wincontent{    max-width: 500px;   min-width: 500px;  max-height: 500px;   min-height: 500px;  }
@media screen and (max-width:960px){
	#window0 {	left: 10px;	}
	#window3 {	left: 50px;	}	
}
@media screen and (max-width:770px){
	#window0 .wincontent {	width: 460px;	}
	#window2 {	left: 100px;	}
	#window1 {	top: 190px;	left: -5px;	}
}
@media screen and (max-width:540px){
#window0 .wincontent {	width: 230px; height: 200px;	}
#window3 .wincontent {
    width: 275px;
    height: auto;
}
#window3 {    top: 9px;    left: 10px;	}
#window2 {    left: -118px;	}
#window1 .wincontent {    width: auto;    height: 300px;	}
}

/* INICIO CHAT */

.imagen_buscador{
    width: 150px; /* Para que no se rompa en dos líneas, y lo translade tal cual. */
    margin-left: 50%;
    transform: translateX(-50%);
}

.input_buscador {
	background: #000;
    border-color: #00ff06;
    color: #00ff06;
    width: 200px; /* Para que no se rompa en dos líneas, y lo translade tal cual. */
    margin-left: 50%;
    transform: translateX(-50%);
}

#input_backup {
	background: #000;
    border-color: #00ff06;
    color: #00ff06;
    width: 60px; /* Para que no se rompa en dos líneas, y lo translade tal cual. */
    margin-left: 50%;
    margin-top: 150px;
    transform: translateX(-50%);
}

.boton {
	background: #00ff06;
    border-style: solid;
    border-color: #000;
    width: 110px; /* Para que no se rompa en dos líneas, y lo translade tal cual. */
    margin-left: 50%;
    transform: translateX(-50%);
}

#boton_buscador  {
	background: #00ff06;
    border-style: solid;
    border-color: #000;
    width: 110px; /* Para que no se rompa en dos líneas, y lo translade tal cual. */
    margin-left: 50%;
    margin-top: 10px;
    transform: translateX(-50%);
}

#boton_ASCII {
	background: #00ff06;
    border-style: solid;
    border-color: #000;
    width: 110px; /* Para que no se rompa en dos líneas, y lo translade tal cual. */
    margin-left: 50%;
    transform: translateX(-50%);
}

.enlace_buscador{
    margin-left: 50%;
    transform: translateX(-50%);
}

.iconos_enlace_lordbyron{
    width: 30px;
}


/* FIN CHAT*/

.imagen_margaret{
    object-fit: cover;
    width:100%;
    height:100%;
    margin: auto;
}

.divdemo{
    display: none;
    width:300px;
    height: 200px;
    background-color:#0780BA;
    color:#fff;
    padding:100px;
    font-size:25px;
    }

/*INICIO menu contextual*/

div#menu_derecho ul{
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
}
		 
div#menu_derecho li{
	list-style: none;
	box-shadow: 0 0 0 0 #800;
}

div#menu_derecho li a:hover{
	box-shadow: 250px 0 0 0 #00ac03 inset;
}

div#menu_derecho li a{
	line-height: 30px;
	font-size: 16px;
	cursor:pointer;
	padding: 10px;
	color: #000000;
	display: block;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

div#menu_derecho li a span{
	float: right;
	padding-top: 7px;
}
		 
div#menu_derecho{
	width:170px;
	position:absolute;   
	background: #00ff06;   
	border:1px solid #00ff06;
	z-index: 999999;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

/*FIN menu contextual*/

/*INICIO BOTON INICIO ESCRITORIO*/

div#menu_inicio ul{
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
}
		 
div#menu_inicio li{
	list-style: none;
	box-shadow: 0 0 0 0 #800;
}

div#menu_inicio li a:hover{
	box-shadow: 250px 0 0 0 #00ac03 inset;
}

div#menu_inicio li a{
	line-height: 30px;
	font-size: 16px;
	cursor:pointer;
	padding: 10px;
	color: #000000;
	display: block;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

div#menu_inicio li a span{
	float: right;
	padding-top: 7px;
}
		 
div#menu_inicio{
	width:170px;
	position:absolute;   
	background: #00ff06;   
	border:1px solid #00ff06;
	z-index: 999999;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

/*FIN BOTON INICIO ESCRITORIO*/

/*INICIO WEB LUDITAS*/

.intra_luditas{
    width: 100%;
}

.img-centro-vert-hor-texto{
    color:#000; 
    font-size:30px; 
    font-family:'Mom«t___';
    position: relative;
    display: block; 
    margin: auto;
}

.input_buscador_bbdd {
	background: #ffffff;
    border-color: #000000;
    color: #000000;
    font-family:'Mom«t___';
    width: 200px; /* Para que no se rompa en dos líneas, y lo translade tal cual. */
    margin-left: 50%;
    transform: translateX(-50%);
}

.boton_bbdd {
	background: #ffffff;
    border-style: solid;
    border-color: #000;
    font-family:'Mom«t___';
    width: 110px; /* Para que no se rompa en dos líneas, y lo translade tal cual. */
    margin-left: 50%;
    transform: translateX(-50%);
}

.container_scroll {
    height: 100%; /* Altura fija del contenedor */
    overflow: auto; /* Agregar barra de desplazamiento si el contenido excede el tamaño del contenedor */
}

/*INICIO TARJETA BINARIO QUE ESTÁ DENTRO DE LA CARPETA [TOP SECRET] EN EL ESCRITORIO DE LAS TECNÓLOGAS*/

#window20 {
    position: absolute;
    border: 2px solid #00ff06;
    background: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	z-index: 1000;
}

/*FIN TARJETA BINARIO QUE ESTÁ DENTRO DE LA CARPETA [TOP SECRET] EN EL ESCRITORIO DE LAS TECNÓLOGAS*/

/* INICIO TABLA DE LA BASE DE DATOS DE LOS LUDITAS*/

.tabla-container {
    height: 300px; /* Altura fija del contenedor */
    overflow: auto; /* Agregar barra de desplazamiento si el contenido excede el tamaño del contenedor */
}
  
table {
    border-collapse: collapse;
    width: 100%;
}
  
th, td {
    padding: 8px;
    text-align: left;
    border: 1px solid #000000;
    /*font-family:'Mom«t___';*/
}

.tabla_fijo{
    position: sticky;
    top: 0;
    background-color: #f5f5f5;
    border: 1px solid #000000;
}

/* FIN TABLA DE LA BASE DE DATOS DE LOS LUDITAS*/

/* INICIO AJUSTES */

.checkbox-container {
    margin-bottom: 10px;
  }

.ajustes_checkbox{
    accent-color: #00ff06;
  }

/* FIN AJUSTES */
