@charset "UTF-8";
@import url('estilos_fonts.css');
::selection {
	background: #000000;
	color: #ffffff;
	font-weight: 100;
}
::-moz-selection {
	background: #000000;
	color: #ffffff;
}
::-webkit-selection {
	background: #000000;
	color: #ffffff;
}

:focus {
	outline: 0;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.limpia {
	position:relative;
	clear: both;
	float: none;
}
.no-selec {
   -moz-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
._OFF_ { display: none !important; }
._ONN_ { display: block !important; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* ESTILOS GENERALES							 */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body {

	background-color: #333333;
	margin: 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
 	align-items: center;
	height: 100vh;
}
.contenido{
	position: relative;
	*width: 1920px;
	*height: 1080px;
	width: 100%;
	height: 100%;
	background-color: #333333;
}
._ccBG {
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url('../_imgs/demo.jpg');
}
.inicio {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #333333;
	font-family: 'robotoregular';
	font-size: 12px;
	text-align: center;
  	display: flex;
  	justify-content: center; /* Centra horizontal */
  	align-items: center;     /* Centra vertical */
	color: #27b4a3;
}
.info {
	position: absolute;
	right: 10px;
	bottom: 0px;
	height: 20px;
	width: 50%;
	color: #d9d2b7;
	font-size: 12px;
	font-family: 'robotoregular';
	text-align: right;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.col_A {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 478px;
	bottom: 0px;
	*border: solid 1px #ff0000;
	background-color: #333333;
}

.col_A_01, .col_A_02, .col_A_03, .col_A_04, .col_A_05, .col_A_06, .col_A_inf {
	position: absolute;
	left: 0px;
	width: 100%;
	height: auto;
	padding-left: 40px;
	padding-right: 40px;
	color: #d9d2b7;
}

.col_A_inf {
	top: auto;
	bottom: 40px;
	font-family: 'robotolight';
	font-size: 12px;
	line-height: 20px;
}

.col_A_01 {
	top: 0px;
	padding-top: 16px;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'robotobold';
}
.linea {
	position: relative;
	width: 100%;
	height: 2px;
	background-color: #d9d2b7;
}
.col_A_02 {
	top: 67px;
	font-family: 'robotolight';
	font-size: 13px;
	line-height: 20px;
}
.col_A_02 strong {
	font-family: 'robotoregular';
}
.col_A_03 {
	top: 132px;
	height: 370px;
	*border: solid 1px #ffffff;
	text-align: center;
}
.col_A_04 {
	top: 505px;
	font-family: 'robotolight';
	color: #dddddd;
	font-size: 9px;
	line-height: 16px;
	display: grid;
  	grid-template-columns: repeat(3, 1fr);
  	gap: 6px;
	padding-left: 20px;
	padding-right: 20px;
}
.colums {
	position: relative;
	padding-left: 20px;
}
.colums span {
	position: absolute;
	left: 0px;
	top: 0px;
	width: auto;
	height: auto;
	font-family: 'robotobold';
	font-size: 10px;

}
.col_A_05 {
	top: 592px;
	height: 370px;
	*border: solid 1px #ffffff;
	text-align: center;
}
.col_A_06 {
	top: 966px;
	font-family: 'robotolight';
	color: #dddddd;
	font-size: 9px;
	line-height: 16px;
	display: grid;
  	grid-template-columns: repeat(3, 1fr);
  	gap: 6px;
	padding-left: 20px;
	padding-right: 20px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.col_B {
	position: absolute;
	left: 478px;
	top: 0px;
	right: 0px;;
	bottom: 0px;
	display: flex;
    flex-direction: column; /* hijos en columna */
	padding-top: 20px;
}
.col_B_con {
	position: relative;
	flex: 1; /* todos ocupan mismo alto proporcional */
	display: flex;
	height: auto;
}
.col_B_01, .col_B_02, .col_B_03, .col_B_04, .col_B_05, .col_B_06, .col_B_07, .col_B_08 {
	position: absolute;
	left: 0px;
	right: 10px;
}

.col_B_01, .col_B_03, .col_B_05, .col_B_07 {
	padding: 6px;
}
.col_B_02, .col_B_04, .col_B_06, .col_B_08 {
	font-family: 'robotoregular';
	font-size: 16px;
}

.col_B_01 {
	top: 0px;
	bottom:40px;
	border: solid 1px #4e4c4a;
}
.col_B_02 {
	bottom: 0px;
	height: 40px;
}
.col_B_03 {
	top: 0px;
	bottom:40px;
	border: solid 1px #4e4c4a;
}
.col_B_04 {
	bottom: 0px;
	height: 40px;
}
.col_B_05 {
	top: 0px;
	bottom:40px;
	border: solid 1px #4e4c4a;
}
.col_B_06 {
	bottom: 0px;
	height: 40px;
}
.col_B_07 {
	top: 805px;
	height: 220px;
	border: solid 1px #4e4c4a;
}
.col_B_08 {
	top: 1025px;
	height: 40px;
}
.leyenda {
	display: inline-block;
	height: auto;
	width: auto;
	line-height: 0px;
	font-family: 'robotoregular';
	font-size: 14px;
	padding: 6px 20px 0px 0px;
}
.leyenda span {
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-right: 4px;
}
.leyenda_inf {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	float: right;
	font-family: 'robotoregular';
	font-size: 12px;
	padding: 6px 20px 0px 0px;
	color: #d9d2b7;
	opacity: 0.6;
	text-align: right;
}
.col01 { color: #d9d2b7; }
.col01 span { background-color: #d9d2b7; }
.col02 { color: #ff5353; }
.col02 span { background-color: #ff5353; }
.col03 { color: #27b4a3; }
.col03 span { background-color: #27b4a3; }
.col04 { color: #963d81; }
.col04 span { background-color: #963d81; }
._svgPos {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}
._svgPos svg {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
._leySvg{
	font-family: 'robotolight';
	font-size: 12px;
}

.piloto {
	position: relative;
	float: right;
	width: 10px;
	height: 10px;
	margin-top: 16px;
	margin-left: 6px;
	border-radius: 30px;
	*border: solid 1px #d9d2b7;
	background-color: #252525;
}
.piloto_anime {
	animation: ledChange 2s steps(1) infinite;
}
.piloto1_on { background-color: #ff5353; }

@keyframes ledChange {
  0% { background-color: #252525; }
  50% { background-color: #27b4a3;  }
  100% { background-color: #252525; }
}

/* Aplica la animación al div */
#miDiv {
  width: 200px;
  height: 200px;
  background-color: red; /* Color inicial */
  animation: ledChange 2s infinite; /* Duración de la animación de 2 segundos, infinito para repetirla */
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
