/* VARIABLES */
:root {
  --iazul: #006db3;
  --igranate: #aa223c;
  --igris: #3a3a3a;
  --iradius: 6%;
}

.igranate {
	color: white;
	background: var(--igranate);
}
.iazul {
	color: white;
	background: var(--iazul);
}
.igris {
	color: white;
	background: var(--igris);
}

/*---------- de UBUNet ------------------------*/
table.capa th {
	color: white;
	background: var(--igranate);
}
.t1 {
	color: white;
	font-weight: bold;
	background: var(--igris);
}
input.boton, button {
	color: white;
	font-weight: bold;
	background: var(--iazul);
	border-radius: var(--iradius);
}
input.boton:hover, button:hover {
	color: black;
}


/*---------- de BootsTrap ------------------------*/
.btn-primary {
	color: white;
	font-weight: bold; 
	background: var(--iazul);
	border-radius: var(--iradius);
}
.btn-primary:hover {
	color: black;
}

/*-------------- LM ------------------------------*/

.l-ico {
	color: white;
	font-size: 22px;
}
.l-ico:hover {
	color: black;
}


.l-ico2 {
	color: black;
	font-size: 22px;
}
