body{
	letter-spacing: 0.04em;
}

th{
	padding: 15px 0;
}

td{
	line-height: 40px;
	padding: 10px;
}

a{
	color:#cb30ad !important;
}

@media (max-width: 1300px) {

	.enlace_lateral{
		display:none !important;
	}
	#logo{
		display:none !important;
	}
	#logo-mini{
		display:block !important;
	}
	.li-lateral{
		text-align:center !important;
	}
}

.li-lateral{
	text-align:left;
	padding-left:5px;
	white-space:nowrap;
	width:110%;
}

.enlace_lateral{
	text-decoration: none;
	color: #000 !important;
	font-size:18px;
	margin:10px;
}

.enlace_lateral > i{
	color: #cb30ad;
	font-size:18px;
	margin:10px;
}

@media (max-width: 600px) {
	enlace_lateral {
	  background-color: red;
	  font-size: 18px;
	}
  }
  

.enlace_admin{
	text-decoration: none;
	font-size:30px;
	margin:10px;
}

.enlace_admin[title]:hover::after {
  content: attr(title);
  position: absolute;
  background-color:transparent;
  top: -100%;
  left: 0;
}
.sombra{
	box-shadow: 3px 0px 450px 698px rgba(245,66,206,.5), /*rgba(245,66,206,.5),*/

   0px 0px 20px 0px rgba(245,66,206,.5),
   0px 0px 5px 0px rgba(246,66,206,.5);
}


	.imagen-muestra{
		max-height:300px; 
		width:auto;
		margin-top:20px;
	}
	
	.cuadro{
		padding:30px;
		background-color:white;
		border-radius:15px
		
	}
	.marco{
		padding:50px;
		background-color:transparent;
		
	}
	
	.pestana-res{
		background-color:#ddd;
		cursor:pointer;
		border-radius: 10px;
		padding: 15px;
		box-shadow: 0px 0px 20px -9px #0000009e;
		letter-spacing: 1px;
	}
	
	.pestana-jor{
		background-color:#ddd;
		cursor:pointer;
		border-radius: 10px;
		padding: 3px;
		box-shadow: 0px 0px 20px -9px black;
	}
	
	.restabla{
		margin:10px;
	}

	.jortabla{
		margin:10px;
	}

	.jornada{
		height:400px;
	}
	
	.limpieza{
		cursor:pointer;
	}
	tr{
		border-bottom:1px solid lightgray;
	}

	.morado{
		color: #cb30ad;
		border: 0px;
	}
	
	.boton-rojo{
		height: 35px;
		width: 35px;
		background-color: transparent;
		color: red !important;
		border: 0px;
		text-shadow: 0px 0px 10px red;
	}
	.boton-azul{
		height: 35px;
		width: 35px;
		background-color: transparent;
		color: #035afc;
		border: 0px;
		text-shadow: 0px 0px 10px #035afc;
	}
	.boton-naranja{
		height: 35px;
		width: 35px;
		background-color: transparent;
		color: #FCAB03;
		border: 0px;
		text-shadow: 0px 0px 10px #FCAB03;
	}
	.boton-negro{
		height: 35px;
		width: 35px;
		background-color: transparent;
		color: black;
		border: 0px;
		text-shadow: 0px 0px 10px black;
	}
	.boton-verde{
		height: 35px;
		width: 35px;
		background-color: transparent;
		color: #6ACC63;
		border: 0px;
		text-shadow: 0px 0px 10px #00E600;
	}
	.boton-morado{
		height: 35px;
		width: 35px;
		background-color: transparent;
		color: #cb30ad;
		border: 0px;
		text-shadow: 0px 0px 10px #cb30ad;
	}
	.boton-blanco{
		height: 35px;
		width: 35px;
		background-color: transparent;
		color: white !important;
		border: 0px;
		text-shadow: 0px 0px 10px white;
	}
	.boton-verde-grande{
		width: 50px;
		height: 50px;
		font-size: 35px;
		background-color: transparent;
		color: #6ACC63;
		border: 0px;
		text-shadow: 0px 0px 21px #00E600;
	}
	
	.fondo-semitransparente{
		background-color:#cb30ad10;
	}
	
	.rojo{
		color:red;
	}
	.verde{
		color:#6ACC63;
	}
	
	
[data-title]:hover:after {
    opacity: 1;
    transition: all 0.2s ease 0.5s;
    visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
    color: #fff;
	float:right;
    font-size: 50%;
    position: absolute;
    bottom: -1.3em;
    left: -15px;
    white-space: nowrap;
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
	padding:5px;
}
[data-title] {
    position: relative;
}

#fecha_hoy{
	float: left !important;
	font-size: 30px !important;
	display: block !important;
	margin: 50px 40px auto !important;
}