html{

/* 	margin: 10px; */
}

body 
{
 font-family: 'Noto Sans', sans-serif;
}

.center
{
	text-align: center;
}

i
{
	cursor: pointer;
}

.meses
{
	width: 50%;	
}

.rotulos_meses
{
	font-size: 1.2em;
}

.nav-link
{
	color: #212529;
	opacity: 0.75;
	cursor: pointer;
	
}

.nav-link.active
{
	color: #0d6efd;
	
}

.contenedorEvento{
	
	max-width: 800px;
	
}

.input_corto{
	width: 120px;
}

label{
	font-weight: bold;
}

bold{
	font-weight: bold;
}

.contenedorCabecera 
{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color:#3b6dba;
 /* background-color: gold; */
}

.hr_cabecera{
	border: 2px solid #3b6dba;
	margin-top: 0px;
}

.contenedorCabecera img {
  align-self: flex-start;
}

.logo
{
	width: 300px;	
}

.contenedorCabecera h1 {
  margin: 0;
  text-align: center;
  flex: 1;
}

.contenedorCabecera .espacio {
  text-align: right;;
  margin-right: 20px;
  width: 300px;
}

h1{
	color:#3b6dba;
}

/*
TOOLTIPS
*/

.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  width: 100px;
  color: white;
  font-size: 12px;
  background-color: #192733;
  border-radius: 10px;
  padding: 10px 15px 10px 15px;
}

.hover-text:hover .tooltip-text {
  visibility: visible;
}

#top {
  top: -40px;
  left: -50%;
}

#bottom {
  top: 25px;
  left: -50%;
}

#left {
  top: -8px;
  right: 120%;
}

#right {
  top: -8px;
  left: 120%;
}

.hover-text {
  position: relative;
  display: inline-block;
  margin: 40px;
  font-family: Arial;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

.fila-anulado{
	background-color: LightSlateGray; 
}

.novisible{
	display: none !important;
}

.resp_evento{
	display: block;
	font-style: italic;
	color: maroon;
}

.repetido{
	font-size: 30px;
	border: darkred;
}

