a, abbr, acronym, address, applet, article, aside, audio, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, sub, summary, sup, tbody, tfoot, thead, time, tt, u, var, video {
	margin: 0;
	padding: 0;
	border: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

body, html {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	scrollbar-color: #00aeff #fff;
	scrollbar-width: thin;
}

body {
	font-family: 'Maven Pro';
	color: rgb(63, 139, 214);
	background-color: #FFFFFF;
	letter-spacing: 0.5px;
	font-size: 14px;
}

table {
	color: rgb(63, 139, 214);
	letter-spacing: 0.4px;
}

h1 {
	color: rgb(63, 139, 214);
	font-size: 20px;
	font-weight: normal;
	border-left: 5px solid #00aeff;
	padding-left: 20px;
	position: relative;
	float: left;
	margin-bottom: 10px;
	z-index: 1;
}

h2 {
	color: rgba(51, 204, 0, 0.8);
	font-size: 18px;
	font-weight: normal;
	border-left: 2px solid rgba(51, 204, 0, 0.8);
	padding-left: 10px;
	position: relative;
	float: left;
	clear: both;
	width: calc(100% - 12px);
	margin-bottom: 15px;
	z-index: 1;
}

h3 {
	color: rgb(63, 139, 214);
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}

h4 {
	color: rgb(255, 255, 255);
	font-size: 20px;
	font-weight: normal;
}

h5 {
	color: rgba(51, 204, 0, 0.8);
	font-size: 16px;
	font-weight: normal;
	position: relative;
	float: left;
	clear: both;
	width: calc(100%);
	margin-top: 10px;
	margin-bottom: 10px;
	z-index: 1;
}

hr {
	position: relative;
	float: left;
	clear: both;
	width: calc(100%);
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: rgba(63, 138, 214, 0.4);
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

th {
	cursor: pointer;
}

select, option {
	float: right;
	font-size: 16px;
	color: rgb(63, 139, 214);
	font-family: 'Maven Pro' !important;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid rgba(63, 139, 214, 0.5);
	padding: 5px 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(89, 140, 211, 0.4);
	box-shadow: 0px 0px 10px rgba(89, 140, 211, 0.4);
}

a:link, a:visited, a:active, a:hover {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

.pagina_inicio {
	background-image: linear-gradient(112.5deg, rgb(214, 214, 214) 0%, rgb(214, 214, 214) 10%, rgb(195, 195, 195) 10%, rgb(195, 195, 195) 53%, rgb(176, 176, 176) 53%, rgb(176, 176, 176) 55%, rgb(157, 157, 157) 55%, rgb(157, 157, 157) 60%, rgb(137, 137, 137) 60%, rgb(137, 137, 137) 88%, rgb(118, 118, 118) 88%, rgb(118, 118, 118) 91%, rgb(99, 99, 99) 91%, rgb(99, 99, 99) 100%), linear-gradient(157.5deg, rgb(214, 214, 214) 0%, rgb(214, 214, 214) 10%, rgb(195, 195, 195) 10%, rgb(195, 195, 195) 53%, rgb(176, 176, 176) 53%, rgb(176, 176, 176) 55%, rgb(157, 157, 157) 55%, rgb(157, 157, 157) 60%, rgb(137, 137, 137) 60%, rgb(137, 137, 137) 88%, rgb(118, 118, 118) 88%, rgb(118, 118, 118) 91%, rgb(99, 99, 99) 91%, rgb(99, 99, 99) 100%), linear-gradient(135deg, rgb(214, 214, 214) 0%, rgb(214, 214, 214) 10%, rgb(195, 195, 195) 10%, rgb(195, 195, 195) 53%, rgb(176, 176, 176) 53%, rgb(176, 176, 176) 55%, rgb(157, 157, 157) 55%, rgb(157, 157, 157) 60%, rgb(137, 137, 137) 60%, rgb(137, 137, 137) 88%, rgb(118, 118, 118) 88%, rgb(118, 118, 118) 91%, rgb(99, 99, 99) 91%, rgb(99, 99, 99) 100%), linear-gradient(90deg, rgb(195, 195, 195), rgb(228, 228, 228));
	background-blend-mode: overlay, overlay, overlay, normal;
	background-attachment: fixed;
}

.anuncio01 {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9;
	background-color: rgba(255, 255, 255, 0.95);
}

.anuncio01_contenido {
	position: absolute;
	width: 400px;
	height: 480px;
	top: calc(50% - 280px);
	left: calc(50% - 240px);
	font-size: 16px;
	text-align: left;
	padding: 40px;
	border: 1px solid rgba(89, 140, 211, 0.6);
	border-radius: 30px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 10px rgba(89, 140, 211, 0.4);
	box-shadow: 0px 0px 10px rgba(89, 140, 211, 0.4);
}

.anuncio01_cerrar {
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../imagenes/cerrar.svg);
	cursor: pointer;
	top: 10px;
	right: 10px;
}

.anuncio02 {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9;
	background-color: rgba(255, 255, 255, 0.95);
	display: none;
}

.anuncio03 {
	position: relative;
	float: left;
	width: calc(100% - 40px);
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.95);
	border-radius: 15px;
	margin-bottom: 20px;
	border: 1px solid rgba(51, 204, 0, 0.8);
}

.anuncio02_contenido {
	position: absolute;
	width: 280px;
	height: 200px;
	top: calc(50% - 140px);
	left: calc(50% - 180px);
	font-size: 16px;
	text-align: left;
	padding: 40px;
	border: 1px solid rgba(89, 140, 211, 0.6);
	border-radius: 30px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 10px rgba(89, 140, 211, 0.4);
	box-shadow: 0px 0px 10px rgba(89, 140, 211, 0.4);
}

.marco01 {
	position: relative;
	background-color: #f9fcff;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	padding: 20px;
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0px 0px 10px rgba(89, 140, 211, 0.6);
	box-shadow: 0px 0px 10px rgba(89, 140, 211, 0.6);
}

.marco02 {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: rgba(0, 174, 255, 0.8);
	border-radius: 8px;
	padding: 5px 10px 5px 45px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0px 0px 10px rgba(89, 140, 211, 0.4);
	box-shadow: 0px 0px 10px rgba(89, 140, 211, 0.4);
	color: #FFF;
	background-image: url(../imagenes/icono12.svg);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: auto 60%;
	text-align: right;
}

.marco02 h2 {
	color: #ffffff;
	border-left: 2px solid #ffffff;
	margin-top: 10px;
	margin-bottom: 0px;
}

.marco02 h3 {
	position: relative;
	float: left;
	font-size: 16px;
	color: #00aeff;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 5px 10px 5px 10px;
	margin-top: 10px;
	border-radius: 5px;
}

.marco03 {
	position: relative;
	float: left;
	clear: both;
	margin-top: 0px;
	margin-bottom: 40px;
}

.contenedor_botones {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.boton_inscripciones {
	position: relative;
	float: left;
	width: calc(50% - 60px);
	text-align: center;
	border-radius: 10px;
	padding: 15px 20px 15px 20px;
	color: #FFF;
	font-size: 18px;
	margin-right: 5px;
	margin-left: 5px;
	cursor: pointer;
	background: rgba(73, 155, 234, 1);
	background: -moz-linear-gradient(top, rgba(73, 155, 234, 1) 0%, rgba(32, 124, 229, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73, 155, 234, 1)), color-stop(100%, rgba(32, 124, 229, 1)));
	background: -webkit-linear-gradient(top, rgba(73, 155, 234, 1) 0%, rgba(32, 124, 229, 1) 100%);
	background: -o-linear-gradient(top, rgba(73, 155, 234, 1) 0%, rgba(32, 124, 229, 1) 100%);
	background: -ms-linear-gradient(top, rgba(73, 155, 234, 1) 0%, rgba(32, 124, 229, 1) 100%);
	background: linear-gradient(to bottom, rgba(73, 155, 234, 1) 0%, rgba(32, 124, 229, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#499bea', endColorstr='#207ce5', GradientType=0);
}

.boton_inscripciones:hover, .boton_inscripciones_hover {
	background: rgba(113, 233, 74, 1);
	background: -moz-linear-gradient(top, rgba(113, 233, 74, 1) 0%, rgba(51, 204, 0, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(113, 233, 74, 1)), color-stop(100%, rgba(51, 204, 0, 1)));
	background: -webkit-linear-gradient(top, rgba(113, 233, 74, 1) 0%, rgba(51, 204, 0, 1) 100%);
	background: -o-linear-gradient(top, rgba(113, 233, 74, 1) 0%, rgba(51, 204, 0, 1) 100%);
	background: -ms-linear-gradient(top, rgba(113, 233, 74, 1) 0%, rgba(51, 204, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(113, 233, 74, 1) 0%, rgba(51, 204, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf4b', endColorstr='#33cc00', GradientType=0);
	-moz-box-shadow: 0px 0px 4px rgba(51, 204, 0, 1);
	-webkit-box-shadow: 0px 0px 4px rgba(51, 204, 0, 1);
	box-shadow: 0px 0px 4px rgba(51, 204, 0, 1);
}

.boton_inscripciones_d {
	position: relative;
	float: left;
	width: calc(50% - 60px);
	text-align: center;
	border-radius: 10px;
	padding: 15px 20px 15px 20px;
	color: #9da5b1;
	font-size: 18px;
	margin-right: 5px;
	margin-left: 5px;
	cursor: not-allowed;
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #e0e0e0 100%);
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #e0e0e0 100%);
	background: linear-gradient(to bottom, #f5f5f5 0%, #e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e0e0e0', GradientType=0);
	border: 1px solid #e0e0e0;
	opacity: 0.8;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	transition: all 0.2s ease-in-out;
}

.boton_inscripciones_d:hover {
	opacity: 0.9;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.inscripciones_formularios {
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	padding: 0px 10px 10px 0px;
}

.cuerpo {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	z-index: 0;
	margin-top: 120px;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.cuerpo_contenido {
	position: relative;
	max-width: 820px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 10px 0px 10px;
}

.cuerpo_contenido h1 {
	margin-bottom: 20px;
}

.volver {
	position: absolute;
	right: 10px;
	top: 0px
}

.exportar {
	position: absolute;
	right: 60px;
	top: 0px
}

.menu {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	-webkit-box-shadow: 0px 0px 20px #43903e;
	box-shadow: 0px 0px 20px #43903e;
	background-color: #43903e;
	z-index: 1;
}

.menu_contenido {
	position: relative;
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
}

.menu_logo {
	position: relative;
	float: left;
}

.menu_contenido h1 {
	position: relative;
	float: left;
	margin-left: 15px;
	border-left: 2px solid #ffffff;
	color: #FFF;
}

.menu_items {
	position: relative;
	float: left;
	width: 100%;
}

.menu_fecha {
	position: relative;
	float: left;
	color: #FFF;
	font-size: 16px;
	margin-top: 5px;
}

.anuncio01_sistema {
	position: relative;
	float: left;
	clear: both;
	border-radius: 10px;
	padding: 10px;
	font-size: 16px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 0px 20px rgba(89, 140, 211, 0.2);
	box-shadow: 0px 0px 20px rgba(89, 140, 211, 0.2);
	width: calc(100% - 70px);
}

.anuncio02_sistema {
	position: relative;
	float: left;
	clear: both;
	border-radius: 10px;
	padding: 10px;
	font-size: 13px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 40px;
	-webkit-box-shadow: 0px 0px 20px rgba(89, 140, 211, 0.2);
	box-shadow: 0px 0px 20px rgba(89, 140, 211, 0.2);
	width: calc(100% - 70px);
}

.anuncio02_icono {
	width: 24px;
	position: relative;
	float: left;
	margin-right: 10px;
}

.subitutulos_icono {
	width: 18px;
	top: 3px;
	position: relative;
}

.listado_clases {
	position: relative;
	float: left;
	font-size: 16px;
	width: calc(100% - 120px);
	-webkit-box-shadow: 0px 0px 20px rgba(89, 140, 211, 0.2);
	box-shadow: 0px 0px 20px rgba(89, 140, 211, 0.2);
	cursor: pointer;
	border-radius: 5px;
	padding: 12px 5px 10px 45px;
	margin-bottom: 5px;
	background-image: url(../imagenes/icono04.svg);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: auto 30px;
	background-color: rgba(255, 255, 255, 0.4);
}

.listado_clases:hover {
	color: #ffffff;
	background-color: rgba(33, 149, 243, 0.8);
	-webkit-box-shadow: 0px 0px 20px rgba(89, 140, 211, 0.6);
	box-shadow: 0px 0px 20px rgba(89, 140, 211, 0.6);
	background-image: url(../imagenes/icono05.svg);
}

.listado_clases_alumnas {
	float: right;
	font-size: 12px;
}

.listado_alumnas {
	position: relative;
	font-size: 16px;
	float: left;
	width: 100%;
	-webkit-box-shadow: 0px 0px 20px rgba(89, 140, 211, 0.2);
	box-shadow: 0px 0px 20px rgba(89, 140, 211, 0.2);
	cursor: pointer;
	border-radius: 5px;
	padding: 10px 5px 10px 5px;
	margin-bottom: 5px;
	background-color: rgba(255, 255, 255, 0.6);
}

.listado_alumnas:hover {
	color: #ffffff;
	background-color: rgba(33, 149, 243, 0.8);
	-webkit-box-shadow: 0px 0px 20px rgba(89, 140, 211, 0.6);
	box-shadow: 0px 0px 20px rgba(89, 140, 211, 0.6);
}

.listado_alumnas_n {
	background-color: rgba(33, 149, 243, 0.8);
	color: #ffffff;
	padding: 8px;
	border-radius: 8px;
	font-family: 'Ubuntu Mono';
}

.listado_alumnas:hover .listado_alumnas_n {
	background-color: #ffffff;
	color: rgba(33, 149, 243, 0.8);
}

.exportar_xls {
	position: relative;
	float: left;
	background-image: url(../imagenes/icono03.svg);
	background-position: center;
	background-size: cover;
	width: 25px;
	height: 25px;
	margin-left: 10px;
	margin-top: 5px;
	cursor: pointer;
}

.asistencia_tomada {
	position: relative;
	float: left;
	background-image: url(../imagenes/icono10.svg);
	background-position: center;
	background-size: cover;
	width: 25px;
	height: 25px;
	margin-left: 10px;
	margin-top: 5px;
}

.asistencia_no_tomada {
	position: relative;
	float: left;
	background-image: url(../imagenes/icono11.svg);
	background-position: center;
	background-size: cover;
	width: 25px;
	height: 25px;
	margin-left: 10px;
	margin-top: 5px;
}

.color_asistencia {
	float: right;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	background-color: rgba(51, 204, 0, 0.8);
	margin-left: 10px;
	margin-top: 1px;
}

.color_presente {
	background-color: #33cc00 !important;
}

.color_justificado {
	background-color: #ffb300 !important;
}

.color_tardanza {
	background-color: #ff0000 !important;
}

.color_insistencia {
	background-color: #000000 !important;
}

#guadar_asistencia {
	position: absolute;
	z-index: 2;
	background-color: #ffffff;
	color: #33cc00;
	font-size: 20px;
	padding: 10px 15px 10px 50px;
	border-radius: 10px;
	top: 10px;
	right: 10px;
	background-image: url(../imagenes/icono02.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: auto 70%;
	cursor: pointer;
	font-weight: bold;
}

#guadar_asistencia:hover {
	-webkit-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.6);
}

.encarga {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 9;
	background-image: url(../imagenes/cargando.svg);
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}

.detalles_formulario {
	position: relative;
	float: left;
	width: 100%;
	font-size: 12px;
	margin-bottom: 5px;
}

.campo01 {
	position: relative;
	float: left;
	clear: both;
	font-size: 14px;
	padding: 4px 10px 4px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFF;
	color: #598cd3;
	border: 1px solid rgba(33, 149, 243, 0.5);
	font-family: 'Maven Pro';
	letter-spacing: 0.4px;
	margin-bottom: 5px;
}

.campo01:focus {
	-moz-box-shadow: 0px 0px 4px #33cc00;
	-webkit-box-shadow: 0px 0px 4px #33cc00;
	box-shadow: 0px 0px 4px #33cc00;
	color: #598cd3;
}

.campo02 {
	position: relative;
	float: left;
	clear: both;
	font-size: 14px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFF;
	color: #696969;
	border: 1px solid rgba(105, 105, 105, 0.5);
	font-family: 'Maven Pro';
	width: calc(100% - 40px);
	margin: 10px 10px 0px 10px;
	display: none;
}

.campo01_error {
	position: relative;
	float: left;
	clear: both;
	font-size: 14px;
	padding: 4px 10px 4px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFF;
	color: red;
	border: 1px solid red;
	font-family: 'Maven Pro';
	letter-spacing: 0.4px;
	margin-bottom: 5px;
	-moz-box-shadow: 0px 0px 4px red;
	-webkit-box-shadow: 0px 0px 4px red;
	box-shadow: 0px 0px 4px red;
}

a.vinculos01, a.vinculos01:active, a.vinculos01:link, a.vinculos01:visited {
	text-decoration: none;
	font-size: 16px;
	position: relative;
	padding: 5px 10px 5px 30px;
	position: relative;
	float: left;
	color: #ffffff;
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: auto 18px;
	border: 1px solid #00aeff00;
	border-radius: 5px;
}

a.vinculos01:hover {
	border: 1px solid #ffffff;
	background-color: rgba(255, 255, 255, 0.1);
}

.asistencia {
	background-image: url(../imagenes/icono01.svg);
}

.salir {
	background-image: url(../imagenes/icono07.svg);
}

.version {
	position: relative;
	float: right;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	margin-right: 10px;
}

.separador {
	position: relative;
	float: left;
	width: 1px;
	height: 20px;
	background-color: #FFF;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
}

.boton01 {
	position: relative !important;
	float: left !important;
	clear: both !important;
	font-family: 'Maven Pro' !important;
	font-size: 16px !important;
	color: #598cd3 !important;
	padding: 10px 25px 10px 25px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	border-radius: 5px !important;
	cursor: pointer !important;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4) !important;
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4) !important;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4) !important;
	text-shadow: 1px 1px 0px #ffffff !important;
	float: left !important;
	text-decoration: none !important;
	position: relative !important;
	letter-spacing: 0.4px !important;
	background: rgb(255, 255, 255) !important;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%) !important;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%) !important;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

.boton01:hover {
	-moz-box-shadow: 0px 0px 4px rgba(51, 204, 0, 1) !important;
	-webkit-box-shadow: 0px 0px 4px rgba(51, 204, 0, 1) !important;
	box-shadow: 0px 0px 4px rgba(51, 204, 0, 1) !important;
	background: rgb(64, 150, 238) !important;
	background: -moz-linear-gradient(top, rgba(64, 150, 238, 1) 0%, rgba(48, 126, 178, 1) 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(64, 150, 238, 1)), color-stop(100%, rgba(48, 126, 178, 1))) !important;
	background: -webkit-linear-gradient(top, rgba(64, 150, 238, 1) 0%, rgba(48, 126, 178, 1) 100%) !important;
	background: -o-linear-gradient(top, rgba(64, 150, 238, 1) 0%, rgba(48, 126, 178, 1) 100%) !important;
	background: -ms-linear-gradient(top, rgba(64, 150, 238, 1) 0%, rgba(48, 126, 178, 1) 100%) !important;
	background: linear-gradient(to bottom, rgba(64, 150, 238, 1) 0%, rgba(48, 126, 178, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4096ee', endColorstr='#307eb2', GradientType=0);
	color: #FFF !important;
	text-shadow: 1px 1px 0px #000 !important;
}

.tippy-box[data-theme~='inscripciones'] {
	background-color: #00aeff;
	color: #ffffff;
	font-size: 16px;
	font-family: 'Maven Pro';
}

.tippy-box[data-theme~='inscripciones'][data-placement^='top']>.tippy-arrow::before {
	border-top-color: #00aeff;
}

/*INICIO CALENDARIO*/
.calendario {
	position: relative;
	float: left;
	width: 100%;
	max-width: 450px;
	margin: 20px auto;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	padding: 16px;
}

.calendario-header {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.2em;
}

.calendario-dias {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 4px;
}

.calendario-dia-nombre {
	text-align: center;
	font-weight: bold;
	background: #f0f0f0;
	padding: 6px 0;
	border-radius: 4px;
}

.calendario-dia {
	text-align: center;
	padding: 14px 0;
	border-radius: 4px;
	background: #fafafa;
}

.calendario-dia.hoy {
	background: #91d78c;
	color: #ffffff;
	font-weight: bold;
	border: 2px solid #43903e;
	cursor: pointer;
}

.calendario-dia.vacio {
	background: transparent;
	border: none;
}

.calendario-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.calendario-btn {
	margin: 0px 10px 0px 10px;
	text-decoration: none !important;
}

.calendario-nav a, .calendario-btn {
	text-decoration: none !important;
}

.calendario-header {
	font-weight: bold;
	font-size: 20px;
}

.calendario-dia-activo {
	background: #daf1d9;
	color: #43903e;
	cursor: pointer;
	border-radius: 4px;
	border: 2px solid #bdeab9;
	transition: background 0.2s;
}

.calendario-dia-activo:hover {
	background: #bdeab9;
}

/*FIN CALENDARIO*/