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;
	clear: both;
	width: calc(100% - 25px);
	margin-bottom: 25px;
	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: 30px;
	font-weight: normal;
}

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 {
	font-size: 11px;
	color: rgb(63, 139, 214);
}

a:link, a:visited, a:active {
	font-size: 14px;
	color: #3f8bd6;;
	text-decoration: none;
	border-bottom: 1px solid #3f8bd6;
}

a:hover {
	color: #00aeff;
}

.pagina_inicio {
	background-image: url(../imagenes/fondo01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	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: 440px;
	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: relative;
	float: right;
	background-color: rgba(0, 174, 255, 0.8);
	border-radius: 10px;
	padding: 10px 15px 10px 15px;
	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;
	width: 360px;
}

.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);
}

/* Customize the label (the container) */

.container {
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: left;
	top: 0px;
	left: 0px;
	position: relative;
}

/* Hide the browser's default checkbox */

.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0px;
	width: 0px;
	top: 0px;
	left: 0px;
}

/* Create a custom checkbox */

.checkmark {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 15px;
	width: 15px;
	background-color: #FFF;
	border: 1px solid rgba(33, 149, 243, 0.5);
	border-radius: 5px;
}

/* On mouse-over, add a grey background color */

.container:hover input~.checkmark {
	background-color: #76bef8;
}

/* When the checkbox is checked, add a blue background */

.container input:checked~.checkmark {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */

.container input:checked~.checkmark:after {
	display: block;
}

.checkmark_error {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 15px;
	width: 15px;
	background-color: #FFF;
	border: 1px solid red;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 4px red;
	-webkit-box-shadow: 0px 0px 4px red;
	box-shadow: 0px 0px 4px red;
}

/* Style the checkmark/indicator */

.container .checkmark:after {
	left: 5px;
	top: 1px;
	width: 3px;
	height: 8px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.inscripciones_formularios {
	position: relative;
	float: left;
	width: calc(100% - 20px);
	margin-bottom: 20px;
	display: none;
	padding: 0px 10px 10px 10px;
}

#inscripcion_tipo01_mensaje, #inscripcion_tipo02_mensaje, #inscripcion_tipo03_mensaje, #inscripcion_tipo04_mensaje {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

.detalle01 {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.detalle02 {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
}

.cuerpo {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	z-index: 1;
	margin-top: 20px;
}

.cuerpo_contenido {
	position: relative;
	max-width: 1100px;
	clear: both;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
}

.izq {
	position: relative;
	float: left;
	width: 180px;
	margin-left: 20px;
}

.logo {
	position: relative;
	float: left;
	width: 180px;
	margin-bottom: 40px;
}

.logo_r {
	position: fixed;
	width: 140px;
	display: none;
	z-index: 9;
	top: 10px;
	left: 65px;
	cursor: pointer;
}

.menu_r {
	position: fixed;
	width: 60px;
	height: 60px;
	background-image: url(../imagenes/menu.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	cursor: pointer;
	z-index: 9;
	display: none;
}

.menu_fondo {
	position: fixed;
	width: 220px;
	height: 60px;
	background-color: #FFF;
	top: 0px;
	left: 0px;
	border-bottom-right-radius: 15px;
	z-index: 8;
	-webkit-box-shadow: 0px 0px 20px rgba(89, 140, 211, 0.2);
	box-shadow: 0px 0px 20px rgba(89, 140, 211, 0.2);
	display: none;
}

.menu_r_contenido {
	position: fixed;
	z-index: 9;
	-webkit-box-shadow: 0px 0px 20px rgba(89, 140, 211, 0.2);
	box-shadow: 0px 0px 20px rgba(89, 140, 211, 0.2);
	background-color: #FFF;
	width: 220px;
	height: 180px;
	top: 80px;
	left: 0px;
	padding: 10px 0px 10px 0px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	display: none;
}

.der {
	position: relative;
	float: left;
	width: 800px;
	margin-left: 40px;
}

.menu {
	position: relative;
	float: left;
}

.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;
}

#listados {
	position: relative;
	width: 100%;
	border-collapse: collapse;
	-webkit-box-shadow: 0px 0px 20px rgba(89, 140, 211, 0.2);
	box-shadow: 0px 0px 20px rgba(89, 140, 211, 0.2);
}

#listados td, #listados th {
	padding: 8px 10px 8px 10px;
}

#listados tr:nth-child(even) {
	background-color: rgb(248, 248, 248);
}

#listados tr:hover {
	background-color: rgba(0, 174, 255, 0.1);
	-webkit-box-shadow: 0px 0px 20px rgba(89, 140, 211, 0.2);
	box-shadow: 0px 0px 20px rgba(89, 140, 211, 0.2);
}

#listados th {
	padding: 6px;
	text-align: left;
	background-color: rgba(51, 204, 0, 0.6);
	color: rgb(255, 255, 255);
}

#listados th:first-child {
	border-radius: 5px 0 0 0;
}

#listados th:last-child {
	border-radius: 0 5px 0 0;
}

#listados td:first-child {
	border-radius: 0 0 0 5px;
}

#listados td:last-child {
	border-radius: 0 0 5px 0;
}

.encarga {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #FFF;
	z-index: 9;
	background-image: url(../imagenes/cargando.svg);
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}

.costo {
	position: relative;
	float: left;
	background-color: #2aa800;
	color: #FFF;
	font-size: 22px;
	border-radius: 10px;
	padding: 5px 10px 5px 10px;
	margin-bottom: 15px;
}

.rojo {
	color: #FF0000
}

.azul {
	color: rgba(51, 204, 0, 0.8)
}

.detalles_formulario {
	position: relative;
	float: left;
	width: 100%;
	font-size: 12px;
	margin-bottom: 5px;
}

.trimestres_diferencia {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 10px;
}

.nombre_trimestre {
	position: relative;
	float: left;
	clear: both;
	margin-bottom: 20px;
	font-size: 20px;
	padding: 10px 25px 10px 40px;
	background-color: #33cc00;
	color: #fff;
	border-radius: 10px;
	background-image: url(../imagenes/icono10.svg);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: auto 80%;
}


.nombre_curso {
	position: relative;
	float: left;
	clear: both;
	margin-bottom: 20px;
	font-size: 18px;
	padding: 10px 25px 10px 40px;
	background-color: #33cc00;
	color: #fff;
	border-radius: 10px;
	background-image: url(../imagenes/icono11.svg);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: auto 80%;
}

.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: 4px 10px 4px 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';
	letter-spacing: 0.4px;
	margin-bottom: 5px;
}

.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: 14px;
	margin-bottom: 10px;
	position: relative;
	padding: 5px 10px 5px 30px;
	float: left;
	clear: both;
	color: #207ce5;
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: auto 18px;
	width: calc(100% - 45px);
	border-left: 5px solid #00aeff00;
	border-bottom: none;
}

a.vinculos01:hover {
	color: #00aeff;
	border-left: 5px solid #00aeff;
}

.inicio {
	background-image: url(../imagenes/icono01.svg);
}

.inscripciones {
	background-image: url(../imagenes/icono02.svg);
}

.notas {
	background-image: url(../imagenes/icono03.svg);
}

.pagos {
	background-image: url(../imagenes/icono04.svg);
}

.cuenta {
	background-image: url(../imagenes/icono05.svg);
}

.configuraciones {
	background-image: url(../imagenes/icono06.svg);
}

.salir {
	background-image: url(../imagenes/icono07.svg);
}

.vinculos01hover {
	border-left: 5px solid #00aeff !important;
}

.boton01, .mercadopago-button {
	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.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, .mercadopago-button: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: #2aa800;
	color: #ffffff;
	font-size: 16px;
	font-family: 'Maven Pro';
}

.tippy-box[data-theme~='inscripciones'][data-placement^='top']>.tippy-arrow::before {
	border-top-color: #2aa800;
}

.cho-container button {
	padding-top: -10px !important;
}