@charset "UTF-8";
/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  font-weight: bold;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.collapsible-active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.collapsible-content {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease-out;
  border-bottom: 1px #ccc solid;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.collapsible:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
}

.collapsible-active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}


/* CSS Document */
.btn_banner {
  background-color: #21448a;
  border: 0px solid #21448a;
  color: #fff;
  height: 50px;
  width: 40px;
  padding: 5px 5px;
  margin: 1px 1px;
  font-size: 20px;
  bottom:20px;
  cursor: pointer;
  border-radius:10px;
	transition: 0.5s;
	/*box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);*/
}
.btn_banner_label {
    font-size: 12px;
}
/* Darker background on mouse-over */
.btn_banner:hover {
  background-color: #eeff05;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  color: #21448a;
}

.btn_barra {
  background-color: #E3E3E3;
  border: 1px solid #6F6F6F;
  color: #6F6F6F;
  padding: 10px 10px;
  margin: 5px;
  font-size: 20px;
  cursor: pointer;
  border-radius:15px;
	transition: 0.5s;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}
.btn_barra_label {
    font-size: 12px;
}
/* Darker background on mouse-over */
.btn_barra:hover {
  background-color: #6F6F6F;
  color: white;
}


.btn0 {
  background-color: #D5EEEB;
  border: 1px solid #2B625C;
  color: #2B625C;
  padding: 10px 10px;
  margin: 5px;
  font-size: 20px;
  cursor: pointer;
  border-radius:10px;
	transition: 0.5s;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}
.btn_label0 {
    font-size: 14px;
}
/* Darker background on mouse-over */
.btn0:hover {
  background-color: #2B625C;
  color: white;
}

.btn1 {
  background-color: #CFDBE9;
  border: 1px solid #023A72;
  color: #023A72;
  padding: 10px 10px;
  margin: 5px;
  font-size: 20px;
  cursor: pointer;
  border-radius:10px;
	transition: 0.5s;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}
.btn1_label {
    font-size: 14px;
}
/* Darker background on mouse-over */
.btn1:hover {
  background-color: #023A72;
  color: white;
}
	

.btn2 {
  background-color: #5B8089;
  border: 1px solid #45636A;
  color: white;
  padding: 10px 10px;
  margin: 5px;
  font-size: 20px;
  cursor: pointer;
  border-radius:10px;
	transition: 0.5s;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}
.btn2_label {
    font-size: 14px;
}
/* Darker background on mouse-over */
.btn2:hover {
  background-color: #45636A;
}


.btn3 {
  background-color: #D3ABBB;
  border: 1px solid #5A1933;
  color: #5A1933;
  padding: 10px 10px;
  margin: 5px;
  font-size: 20px;
  cursor: pointer;
  border-radius:10px;
	transition: 0.5s;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}
.btn3_label {
    font-size: 14px;
}
/* Darker background on mouse-over */
.btn3:hover {
  background-color: #5A1933;
  color: white;
}





.btn4 {
  background-color: #9c6479;
  border: none;
  color: white;
  padding: 10px 10px;
  margin: 5px;
  font-size: 20px;
  cursor: pointer;
  border-radius:10px;
}
.btn4_label {
    font-size: 14px;
}
/* Darker background on mouse-over */
.btn4:hover {
  background-color: #000000;
}

.btn5 {
  background-color: #C7DAD0;
  border: 1px solid #08954B;
  color: #08954B;
  padding: 10px 10px;
  margin: 5px;
  font-size: 20px;
  cursor: pointer;
  border-radius:10px;
	transition: 0.5s;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}
.btn5_label {
    font-size: 14px;
}
/* Darker background on mouse-over */
.btn5:hover {
  background-color: #08954B;
  color: white;
}


.btn6 {
  background-color: #08954B;
  border: 1px solid #08954B;
  color: white;
  padding: 10px 10px;
  margin: 5px;
  font-size: 20px;
  
  border-radius:10px;
	transition: 0.5s;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}
.btn6_label {
    font-size: 14px;
}
/* Darker background on mouse-over */
.btn6:hover {
  background-color: #08954B;
  color: white;
}

.btn7 {
  background-color: #92c278;
  border: none;
  color: white;
  padding: 10px 10px;
  margin: 5px;
  font-size: 20px;
  cursor: pointer;
  border-radius:10px;
}
.btn7_label {
    font-size: 14px;
}
/* Darker background on mouse-over */
.btn7:hover {
  background-color: #000000;
}

.btn8 {
  background-color: #B30000;
  border: 1px solid #B30000;
  color: #FFCD00;
  padding: 5px 5px;
  margin: 5px;
  font-size: 12px;
  cursor: pointer;
  border-radius:10px;
	transition: 0.5s;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}
.btn8_label {
    font-size: 10px;
	color: white;
}
/* Darker background on mouse-over */
.btn8:hover {
  background-color: #800000;
  color: white;
}

.btn9 {
  background-color: #FF6A00;
  border: 1px solid #D55800;
  color: #FFCD00;
  padding: 5px 5px;
  margin: 5px;
  font-size: 12px;
  cursor: pointer;
  border-radius:10px;
	transition: 0.5s;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}
.btn9_label {
    font-size: 10px;
	color: white;
}
/* Darker background on mouse-over */
.btn9:hover {
  background-color: #D55800;
  color: white;
}



.btn10 {
  background-color: #C40000;
  border: 1px solid #6F0000;
  color: white;
  padding: 10px 10px;
  margin: 5px;
  font-size: 20px;
  cursor: pointer;
  border-radius:10px;
	transition: 0.5s;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}
.btn10_label {
    font-size: 14px;
}
/* Darker background on mouse-over */
.btn10:hover {
  background-color: #6F0000;
  color: white;
}

.btn11 {
  background-color: #fc0362;
  border: 1px solid #a3023f;
  color: #FFCD00;
  padding: 5px 5px;
  margin: 5px;
  font-size: 12px;
  cursor: pointer;
  border-radius:10px;
	transition: 0.5s;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}
.btn11_label {
    font-size: 10px;
	color: white;
}
/* Darker background on mouse-over */
.btn11:hover {
  background-color: #a3023f;
  color: white;
}


.btn12 {
  background-color: #C0C0C0;
  border: 1px solid #4E4E4E;
  color: #4E4E4E;
  padding: 4px 4px;
  margin: 1px;
  font-size: 14px;
  cursor: pointer;
  border-radius:5px;
	transition: 0.5s;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}
.btn12_label {
    font-size: 8px;
	color: white;
}
/* Darker background on mouse-over */
.btn12:hover {
  background-color: #4E4E4E;
  color: white;
}
.btn_elimina {
  background-color: #F8E4E4;
  border: 1px solid #B40002;
  color: #B40002;
  padding: 4px 4px;
  margin: 1px;
  font-size: 14px;
  cursor: pointer;
  border-radius:5px;
	transition: 0.5s;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}
.btn_elimina_label {
    font-size: 8px;
	color: white;
}
/* Darker background on mouse-over */
.btn_elimina:hover {
  background-color: #B40002;
  color: white;
}

.btn_add {
  background-color: #E4EBF8;
  border: 1px solid #003392;
  color: #003392;
  padding: 4px 4px;
  margin: 1px;
  font-size: 14px;
  cursor: pointer;
  border-radius:5px;
	transition: 0.5s;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}
.btn_add_label {
    font-size: 8px;
	color: white;
}
/* Darker background on mouse-over */
.btn_add:hover {
  background-color: #003392;
  color: white;
}

.btn_verde_chico {
  background-color: #CBECDE;
  border: 1px solid #427859;
  color: #427859;
  padding: 4px 4px;
  margin: 1px;
  font-size: 14px;
  cursor: pointer;
  border-radius:5px;
	transition: 0.5s;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}
.btn_verde_chico_label {
    font-size: 8px;
	color: white;
}
/* Darker background on mouse-over */
.btn_verde_chico:hover {
  background-color: #427859;
  color: white;
}




body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body_login {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(IMAGES/login.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
}
#cuadro_login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	border-radius: 0px 50px 0px 50px;
	-ms-border-radius: 0px 50px 0px 50px;
	-webkit-border-radius: 0px 50px 0px 50px;
copy	height: 500px;
	width: 330px;
	text-align: center;
	border: 2px solid #384161;
	font-weight: bold;
	color: #FCFCFC;
	vertical-align: middle;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 0% , rgba(254,152,169,1.00)),color-stop( 0% , rgba(255,255,255,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(254,152,169,1.00) 0%,rgba(255,255,255,1.00) 0%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(254,152,169,1.00) 0%,rgba(255,255,255,1.00) 0%);
	top: 10%;
	position: static;
	left: 40%;
	right: 60%;
	-webkit-box-shadow: 0px 0px 20px #333333;
	box-shadow: 0px 0px 20px #333333;
}
#marco_imagen {
	border: 1px solid #ccc;
	border-radius: 0px 10px;
	-ms-border-radius: 0px 50px 0px 50px;
	background-color: #FFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 8px #333333;
	box-shadow: 0px 0px 8px #333333;
}
#marco_imagen_personas {
	border: 1px solid #ccc;
	border-radius: 0px 20px 0px 20px;
	-ms-border-radius: 0px 20px 0px 20px;
		box-shadow: 0px 0px 8px #333333;
}
#marco_imagen_personas_chico {
	border: 1px solid #ccc;
	border-radius: 0px 10px 0px 10px;
	-ms-border-radius: 0px 10px 0px 10px;
		box-shadow: 0px 0px 8px #333333;
}
#escuela_login {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: Bold;
	color: #333;
	text-align: center;
	/*text-shadow: 0px 1px 0px #999;*/
}
#titulo_amarillo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	text-align: center;
}
#texto_login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: right;
}
#form_busca_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: right;
}
#form_busca_label_izq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: left;
}
#form_busca_label_cen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
#texto_label_cen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: center;
}
#texto_label_just {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align:justify;
}
#texto_label_izq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: left;
}
#texto_label_izq_lista {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-align: left;
}
#texto_label_der {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: right;
}
	a.link_encabezado:link {text-decoration: none; color: #4a5779; font-family:Arial, Helvetica, sans-serif; font-size:10px;}
    a.link_encabezado:visited {text-decoration: none; color: #4a5779;}
    a.link_encabezado:hover {text-decoration: underline; color:#F90;}
    a.link_encabezado:active {text-decoration: none; color: #4a5779;}
#paginacion_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCC;
	text-align: center;
	display: inline;
}
	a.paginacion:link {text-decoration: none; color: #4a5779; font-family:Arial, Helvetica, sans-serif; font-size:11px;}
    a.paginacion:visited {text-decoration: none; color: #4a5779;}
    a.paginacion:hover {text-decoration: underline; color:#F90;}
    a.paginacion:active {text-decoration: none; color: #4a5779;}
	a.ayuda:link {text-decoration: none; color: #4a5779; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
    a.ayuda:visited {text-decoration: none; color: #4a5779;}
    a.ayuda:hover {text-decoration: underline; color:#F90;}
    a.ayuda:active {text-decoration: none; color: #4a5779;}
#user_login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #009999;
	font-weight: normal;
	text-align: left;
	border: 1px solid #009999;
	vertical-align: middle;
	display: inline-table;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(194,220,217,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(194,220,217,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(194,220,217,1.00) 100%);
	border-radius: 3px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	bottom: 10px;
	position: fixed;
	visibility: visible;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	display: inline-block;
	z-index: auto;
	left: 36%;
	-webkit-box-shadow: 0px 0px 10px #CCCCCC;
	box-shadow: 0px 0px 10px #CCCCCC;
	border-radius: 6px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	background-color: #333;
	opacity: 0.5;
}
#resultados_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	background-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	text-align: center;
	padding: 5px;
}
#boton_login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	background-color: #384161;
	text-align: center;
	border: 1px outset #CCC;
	border-radius: 1px;
	background-color:#099;
	transition:background-color 0.5s,border-radius 0.5s ;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	cursor: link;
}
#boton_elimina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	background-color: #384161;
	text-align: center;
	border: 1px outset #CCC;
	border-radius: 1px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(242,241,241,1.00)),color-stop( 44.13% , rgba(112,112,112,1.00)),color-stop( 80.75% , rgba(61,61,61,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(242,241,241,1.00) 0%,rgba(112,112,112,1.00) 44.13%,rgba(61,61,61,1.00) 80.75%);
	background-image: linear-gradient(180deg,rgba(242,241,241,1.00) 0%,rgba(112,112,112,1.00) 44.13%,rgba(61,61,61,1.00) 80.75%);
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	cursor: link;
}
#boton_elimina:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	background-color: #384161;
	text-align: center;
	border: 1px outset #CCC;
	border-radius: 1px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(61,61,61,1.00)),color-stop( 44.13% , rgba(112,112,112,1.00)),color-stop( 100% , rgba(242,241,241,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(61,61,61,1.00) 0%,rgba(112,112,112,1.00) 44.13%,rgba(242,241,241,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(61,61,61,1.00) 0%,rgba(112,112,112,1.00) 44.13%,rgba(242,241,241,1.00) 100%);
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	cursor: link;
}
#boton_login:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	background-color: #384161;
	text-align: center;
	border: 1px outset #CCC;
	border-radius: 10px;
	
	background-color:#000;
	transition:background-color 0.5s,border-radius 0.5s ;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	-webkit-box-shadow: inset 0px 0px 8px #000000;
	box-shadow: inset 0px 0px 8px #000000;
}
#texto_encabezado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: center;
	padding-right: 5px;
}
#texto_encabezado_izq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
	padding-right: 6px;
}
#form_busca_cantidad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
	color: #8A0105;
	background-color: #F99;
	border: 1px solid #8A0105;
	margin: 1px;
	padding: 1px;
	font-weight: bold;
	text-align: right;
	border-radius: 2px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(253,178,178,1.00)),color-stop( 100% , rgba(252,229,229,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(253,178,178,1.00) 0%,rgba(252,229,229,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(253,178,178,1.00) 0%,rgba(252,229,229,1.00) 100%);
}
#form_busca_corto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #333;
	border: 1px solid #999999;
	margin: 1px;
	padding: 1px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	padding: 6px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0.08% , rgba(240,240,240,1.00)),color-stop( 100% , rgba(251,251,251,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(240,240,240,1.00) 0.08%,rgba(251,251,251,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(240,240,240,1.00) 0.08%,rgba(251,251,251,1.00) 100%);
	-webkit-box-shadow: inset 0px 0px 6px #666666;
	box-shadow: inset 0px 0px 6px #666666;
}
#form_busca {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	color: #666666;
	background-color: #DDD;
	border: 1px solid #DDD;
	border-radius:8px;
	padding: 8px;
	margin-top: 1px;
	margin-right: 3px;
	margin-bottom: 1px;
	margin-left: 3px;
	text-align: left;
	
	/*background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0.08% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(229,229,229,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0.08%,rgba(229,229,229,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0.08%,rgba(229,229,229,1.00) 100%);*/
}
#form_busca:hover{background-color: #fff;border: 1px solid #066;}
#form_busca:focus{background-color: #fff;border: 1px solid #066;}
#form_busca_deshabilitado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333;
	background-color: #FFF;
	border: 1px solid #333;
}
#bloque_usuario_nombre {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #E7E7E7;
	padding: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	text-align: center;
	border-radius: 4px;
	-ms-border-radius: 4px;
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(203,203,203,1.00)),color-stop( 100% , rgba(243,243,243,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(203,203,203,1.00) 0%,rgba(243,243,243,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(203,203,203,1.00) 0%,rgba(243,243,243,1.00) 100%);
}
#bloque_usuario_datos_escolares {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	background-color: #CCC;
	text-align: left;
	padding: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
#bloque_usuario_datos_escolares_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-align: left;
	padding: 1px;
}
#bloque_usuario_foto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #aaa;
	text-align: center;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #aaa;
}
#aviso_deuda {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #F00;
}
#bloque_usuarios_pie {
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
}
#menuH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	background-color: #CCC;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000;
	border-bottom-color: #000;
}
#fila_grid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}
#historial_pagos_pagado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #06C;
	text-align: left;
	vertical-align: top;
	margin: 1px;
	padding: 5px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(240,248,255,1.00)),color-stop( 100% , rgba(199,224,254,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(240,248,255,1.00) 0%,rgba(199,224,254,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(240,248,255,1.00) 0%,rgba(199,224,254,1.00) 100%);
	border-bottom: 1px dotted #F90;
}
#historial_pagos_pendiente {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #366;
	text-align: left;
	vertical-align: top;
	margin: 1px;
	padding: 5px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 99.64% , rgba(213,236,193,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(213,236,193,1.00) 99.64%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(213,236,193,1.00) 99.64%);
	border-bottom: 1px dotted #393;
}
#historial_pagos_cancelado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #999;
	text-align: left;
	vertical-align: top;
	margin: 1px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	background-color: #CCCCCC;
}
#fila_grid_cen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666;
	text-align: center;
	vertical-align: middle;
	margin: 1px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
#fila_grid_der {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666;
	text-align: right;
	vertical-align: middle;
	margin: 1px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
#fotografia { 
position:absolute; 
visibility:hidden; 
border:solid 1px #CCC; 
padding:5px; 
} 
#aviso {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #36C;
	background-color: #D3F0FF;
	margin: 2px;
	height: 35px;
	width: 400px;
	border: 1px double #36C;
	vertical-align: middle;
	text-align: center;
	display: block;
	border-radius: 8px;
	-ms-border-radius: 8px;
	webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(211,240,255,1.00)),color-stop( 100% , rgba(255,255,255,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(211,240,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(211,240,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	-webkit-box-shadow: 0px 0px 10px 3px #bbb;
	box-shadow: 0px 0px 10px 3px #bbb;
}
#adeudo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #530000;
	background-color: #FCC;
	padding: 2px;
	height: 70%;
	width: 500px;
	border: 1px double #F00;
	vertical-align: middle;
	text-align: center;
	display: block;
	border-radius: 4px;
	-ms-border-radius: 4px;
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-box-shadow: 0px 0px 10px #333333;
	box-shadow: 0px 0px 10px #333333;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,225,225,1.00)),color-stop( 100% , rgba(255,157,157,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,225,225,1.00) 0%,rgba(255,157,157,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,225,225,1.00) 0%,rgba(255,157,157,1.00) 100%);
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
#adeudo_formato {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #530000;
	background-color: #FCC;
	margin: 2px;
	padding: 2px;
	height: 50px;
	width: 500px;
	border: 1px double #F00;
	vertical-align: middle;
	text-align: center;
	display: block;
	border-radius: 4px;
	-ms-border-radius: 4px;
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-box-shadow: 0px 0px 10px 3px #333333;
	box-shadow: 0px 0px 10px 3px #333333;
}
#mensaje_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EE4501;
	margin: 2px;
	padding: 10px;
	height: 50px;
	width: 430px;
	border: 1px double #EE4501;
	vertical-align: middle;
	text-align: center;
	display: block;
	border-radius: 8px;
	-ms-border-radius: 8px;
	webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(253,224,210,1.00)),color-stop( 100% , rgba(252,244,244,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(253,224,210,1.00) 0%,rgba(252,244,244,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(253,224,210,1.00) 0%,rgba(252,244,244,1.00) 100%);
	-webkit-box-shadow: 0px 0px 3px #666666;
	box-shadow: 0px 0px 3px #666666;
}
#h_dia_habil {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #8995AE;
	text-align: center;
	border-radius: 4px;
	border: thin none #06C;
	height: 30px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 49.38% , rgba(137,149,174,1.00)),color-stop( 72.74% , rgba(149,160,182,1.00)),color-stop( 100% , rgba(53,58,69,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(137,149,174,1.00) 49.38%,rgba(149,160,182,1.00) 72.74%,rgba(53,58,69,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(137,149,174,1.00) 49.38%,rgba(149,160,182,1.00) 72.74%,rgba(53,58,69,1.00) 100%);
}
#h_dia_materias {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-color: #E1E0E2;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-radius: 6px;
	-ms-border-radius: 8px;
	webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-color: #CCCCCC;
	height: 40px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(225,224,226,1.00)),color-stop( 47.20% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(225,224,226,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(225,224,226,1.00) 0%,rgba(255,255,255,1.00) 47.20%,rgba(225,224,226,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(225,224,226,1.00) 0%,rgba(255,255,255,1.00) 47.20%,rgba(225,224,226,1.00) 100%);
}
#h_vacio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #53637A;
	background-color: #FFF;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #DDD;
}
#h_receso {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	background-color: #E5FFC8;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: none;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(229,255,200,1.00)),color-stop( 48.45% , rgba(247,253,241,1.00)),color-stop( 100% , rgba(229,255,200,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(229,255,200,1.00) 0%,rgba(247,253,241,1.00) 48.45%,rgba(229,255,200,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(229,255,200,1.00) 0%,rgba(247,253,241,1.00) 48.45%,rgba(229,255,200,1.00) 100%);
	border-color: #33CC00;
	border-radius: 5px;
}
#h_hora {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #339;
	background-color: #FEA;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	height: 40px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,238,170,1.00)),color-stop( 49.99% , rgba(251,247,233,1.00)),color-stop( 100% , rgba(255,238,170,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,238,170,1.00) 0%,rgba(251,247,233,1.00) 49.99%,rgba(255,238,170,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,238,170,1.00) 0%,rgba(251,247,233,1.00) 49.99%,rgba(255,238,170,1.00) 100%);
	border-color: #E0D088;
	border-radius: 5px;
}
#pago_ficha_alumno_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	background-color: #CCC;
	text-align: center;
	border-right-style: solid;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(228,227,227,1.00)),color-stop( 100% , rgba(186,186,186,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(228,227,227,1.00) 0%,rgba(186,186,186,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(228,227,227,1.00) 0%,rgba(186,186,186,1.00) 100%);
	border-color: #999999;
	border-width: 1px;
	border-radius: 8px 8px 0px 0px;
}
#pago_ficha_alumno_data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	background-color: #FFF;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	border-top-style: dotted;
}
#pago_t {
	background-color: #FF9;
	border: 1px solid #999;
}
#boton_pagar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFF;
	background-color: #F00;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(253,225,225,1.00)),color-stop( 28.65% , rgba(255,0,0,1.00)),color-stop( 100% , rgba(156,0,0,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(253,225,225,1.00) 0%,rgba(255,0,0,1.00) 28.65%,rgba(156,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(253,225,225,1.00) 0%,rgba(255,0,0,1.00) 28.65%,rgba(156,0,0,1.00) 100%);
	border-radius: 10px;
	padding: 9px;
}
#boton_pagar:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFF;
	background-color: #F00;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(156,0,0,1.00)),color-stop( 39.44% , rgba(255,0,0,1.00)),color-stop( 100% , rgba(253,225,225,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(156,0,0,1.00) 0%,rgba(255,0,0,1.00) 39.44%,rgba(253,225,225,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(156,0,0,1.00) 0%,rgba(255,0,0,1.00) 39.44%,rgba(253,225,225,1.00) 100%);
	border-radius: 10px;
	padding: 9px;
	-webkit-box-shadow: inset 0px 0px 15px #000000;
	box-shadow: inset 0px 0px 15px #000000;
}
#montos_resumen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #336;
	background-color: #EEE;
	text-align: right;
	border-radius: 4px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border: 1px solid #CCC;
	padding-bottom: 9px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 9px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(226,225,225,1.00)),color-stop( 56.34% , rgba(221,221,221,1.00)),color-stop( 100% , rgba(203,203,203,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(226,225,225,1.00) 0%,rgba(221,221,221,1.00) 56.34%,rgba(203,203,203,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(226,225,225,1.00) 0%,rgba(221,221,221,1.00) 56.34%,rgba(203,203,203,1.00) 100%);
	text-decoration: none;
}
#montos_resumen_total {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	background-color: #EEE;
	text-align: right;
	border-radius: 3px;
	-ms-border-radius: 3px;
	webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border: 1px solid #336;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,100,234,1.00)),color-stop( 59.07% , rgba(0,49,142,1.00)),color-stop( 100% , rgba(0,6,91,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(0,100,234,1.00) 0%,rgba(0,49,142,1.00) 59.07%,rgba(0,6,91,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,100,234,1.00) 0%,rgba(0,49,142,1.00) 59.07%,rgba(0,6,91,1.00) 100%);
}
#muestra_iva {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F00;
	background-color: #EEE;
	text-align: right;
	border-radius: 3px;
	-ms-border-radius: 3px;
	webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border: 1px solid #336;
}
#montos_resumen_total_p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #FFF;
	text-align: right;
	border-radius: 3px;
	-ms-border-radius: 3px;
	webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#montos_resumen_total_n {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #900;
	background-color: #FFF;
	text-align: right;
	border-radius: 3px;
	-ms-border-radius: 3px;
	webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#resumen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	background	-color: #FFF;
	text-align: right;
	border-radius: 4px 8px 8px;
	-ms-border-radius: 3px;
	webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding: 5px;
	border: 1px solid #CCC;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(224,221,221,1.00)),color-stop( 100% , rgba(241,241,241,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(224,221,221,1.00) 0%,rgba(241,241,241,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(224,221,221,1.00) 0%,rgba(241,241,241,1.00) 100%);
	text-decoration: none;
}
#b_salir {
	border-radius: 3px;
	-ms-border-radius: 3px;
	webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border: 1px solid #666;
	padding: 5px;
}
#resumen_encabezado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	background-color: #333333;
	text-align: center;
	border-radius: 8px 8px 0px 0px;
	-ms-border-radius: 3px;
	webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding: 5px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 4.93% , rgba(0,49,142,1.00)),color-stop( 100% , rgba(0,6,91,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(0,49,142,1.00) 4.93%,rgba(0,6,91,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,49,142,1.00) 4.93%,rgba(0,6,91,1.00) 100%);
}
	a.resumen_encabezado:link {
	text-decoration: none;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
    a.resumen_encabezado:visited {
	text-decoration: none;
	color: #FFF;
}
    a.resumen_encabezado:hover {text-decoration: underline; color:#F90;}
    a.resumen_encabezado:active {
	text-decoration: none;
	color: #FFF;
}
table.calendar    { border-left:1px solid #ddd; }
tr.calendar-row  {  }
td.calendar-day  {
	min-height: 80px;
	z-index: 900;
	font-size: 10px;
	position: relative;
	background-color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	vertical-align: bottom;
	color: #000;
	/*background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 3.55% , rgba(245,245,245,1.00)),color-stop( 49.11% , rgba(254,254,254,1.00)),color-stop( 100% , rgba(247,247,247,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(245,245,245,1.00) 3.55%,rgba(254,254,254,1.00) 49.11%,rgba(247,247,247,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(245,245,245,1.00) 3.55%,rgba(254,254,254,1.00) 49.11%,rgba(247,247,247,1.00) 100%);*/
	border-radius: 2px;
	border-color: #999999;
	text-decoration: none;
	font-weight: normal;
	-webkit-box-shadow: inset 0px 0px 5px #CCCCCC;
	box-shadow: inset 0px 0px 5px #CCCCCC;
	transition: background-color 1s;
} * html div.calendar-day { height:100px; }
td.calendar-day:hover  {
	background-color: #DDD;
	transition: background-color 1s;
}
a.calendar-day:link {
	text-decoration: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
    a.calendar-day:visited {
	text-decoration: none;
	color: #FFF;
}
    a.calendar-day:hover {
	text-decoration: none;
	color: #FC0;
}
    a.calendar-day:active {
	text-decoration: none;
	color: #FFF;
}
calendar-cita  {
	min-height: 80px;
	font-size: 14px;
	position: inline;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	vertical-align: bottom;
	color: #000;
	text-decoration: underline;
	border: 1px solid #999;
	float: left;
}
	
td.calendar-day-np  { background:#fff; min-height:80px; } * html div.calendar-day-np { height:100px; }
td.calendar-day-head {
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #333;
	color: #FFF;
	font-size:16px;
	background-color:#333;
	/*background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,1.00)),color-stop( 100% , rgba(130,130,130,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(130,130,130,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(130,130,130,1.00) 100%);*/
	transition: background-color 1s;
}
td.calendar-day-head:hover  {
	background-color:#099;
	transition: background-color 1s;
}
div.day-number-today   {
	padding: 1px;
	color: #FFF;
	font-weight: bold;
	float: right;
	width: 45px;
	text-align: center;
	vertical-align: top;
	background-color: #01386b;
	font-size: 35px;
	border: 2px double #FFF;
	position: absolute;
	margin-top: -5px;
	margin-right: -5px;
	top: 5px;
	right: 5px;
	opacity: 0.6;
}
div.day-number    {
	padding: 1px;
	color: #fff;
	font-weight: bold;
	float: right;
	margin: -5px -5px 0 0;
	width: 25px;
	text-align: center;
	vertical-align: top;
	background-color: #666;
	font-size: 18px;
	border: 1px solid #333;
	top: 5px;
	right: 5px;
	position: absolute;
	opacity: 0.6;
}
/* shared */
td.calendar-day, td.calendar-day-np { width:520px; padding:5px; border-bottom:1px solid #ddd; border-right:1px solid #ddd; }
table.calendarm    { border-left:1px solid #ddd; }
tr.calendarm-row  {  }
td.calendarm-day  {
	min-height: 80px;
	z-index: 50;
	font-size: 10px;
	position: relative;
	background-color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	vertical-align: bottom;
	color: #000;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 3.55% , rgba(233,233,233,1.00)),color-stop( 49.11% , rgba(247,247,247,1.00)),color-stop( 100% , rgba(223,223,223,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(233,233,233,1.00) 3.55%,rgba(247,247,247,1.00) 49.11%,rgba(223,223,223,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(233,233,233,1.00) 3.55%,rgba(247,247,247,1.00) 49.11%,rgba(223,223,223,1.00) 100%);
	border-radius: 1px;
	border-color: #999999;
	text-decoration: none;
	font-weight: normal;
	-webkit-box-shadow: inset 0px 0px 5px #CCCCCC;
	box-shadow: inset 0px 0px 5px #CCCCCC;
} * html div.calendarm-day { height:120px; }
/*td.calendar-day:hover  {
	background-color: #CCC;
}*/
a.calendarm-day:link {
	text-decoration: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
    a.calendarm-day:visited {
	text-decoration: none;
	color: #FFF;
}
    a.calendarm-day:hover {
	text-decoration: none;
	color: #FC0;
}
    a.calendarm-day:active {
	text-decoration: none;
	color: #FFF;
}
calendarm-cita  {
	min-height: 80px;
	font-size: 10px;
	position: inline;
	width:10px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	vertical-align: bottom;
	border: 1px solid #999;
	float: center;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top-top-radius: 3px;
	border-top-bottom-radius: 3px;
	z-index:2000;
}
	
td.calendarm-day-np  { background:#fff; min-height:80px; } * html div.calendarm-day-np { height:120px; }
td.calendarm-day-head {
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #333;
	color: #FFF;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,1.00)),color-stop( 100% , rgba(130,130,130,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(130,130,130,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(130,130,130,1.00) 100%);
}
div.day-number-todaym  {
	padding: 1px;
	color: #FFF;
	font-weight: bold;
	float: right;
	width: 98%;
	height:45px;
	text-align: center;
	vertical-align: middle;
	background-color: #01386b;
	font-size: 17px;
	border: 1px double #FFF;
	position: absolute;
	margin-top: -3px;
	margin-right: -3px;
	top: 3px;
	right: 3px;
	opacity: 0.4;
}
div.day-numberm    {
	padding: 1px;
	color: #666;
	height:45px;
	font-weight: bold;
	float: right;
	width: 98%;
	text-align: center;
	vertical-align: middle;
	/*background-color: #999;*/
	font-size: 17px;
	border: 1px double #FFF;
	position: absolute;
	margin-top: -3px;
	margin-right: -3px;
	top: 3px;
	right: 3px;
	/*opacity: 0.2;*/
}
/* shared */
td.calendarm-day, td.calendarm-day-np { width:40px; padding:1px;  }
#messageBox{
    border-right: 1px solid #000000;
    position: absolute;
    width: 217px;
    height: 100px;
    z-index: 1;
    background-color: #C0C0C0;
    border-style: solid;
    border-width: 1px;
    display:none;
}
#closeButt{
     width: 100%;
     height: 10px;
     z-index: 1;
     cursor: pointer;
     left: 0px;
     top: 0px;
     background-color: #808080;
}
#contents{
    width: 100%;
    height: auto;
    z-index: 2;
}
#borde_eia {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-top-left-radius: 0px;
	border-top-right-radius: 25px;
}
#borde_eda {
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
	border-top-left-radius: 25px;
}
#borde_edb {
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-left-style: none;
	border-bottom-color: #999;
	border-right-color: #999;
	border-bottom-right-radius: 25px;
}
#borde_eib {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: none;
	border-right-style: none;
	border-bottom-color: #999;
	border-left-color: #999;
	border-bottom-left-radius: 25px;
}
#borde_sup {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
}
#borde_inf {
	border-bottom-width: 1px;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-top-style: none;
	border-bottom-color: #999;
}
#borde_izq {
	border-left-width: 1px;
	border-left-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
	border-left-color: #999;
}
#borde_der{
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: none;
	border-bottom-style: none;
	border-top-style: none;
	border-right-color: #999;
}#contenedor-mains
 {
  background:#FFF;
  width:140px;
  text-align: center;display:inline;
  
 }
 #contenedor-mains div
 {
	
	border:1px solid #000;
	background:#fff;
	width:140px;
	margin:5px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333;
	
	
 }
.clear {clear:both;}
 .imagen
 {
	border:2px solid #000;
	background:#fff;
	width:140px;
	margin:10px;
	height: 160px;
 }
  .nombre_matricula
 {
	border:2px solid #000;
	background:#fff;
	width:130px;
	margin:10px;
	height: 40px;
	vertical-align: middle;
	
 }
 #texto_ticket {
	font-family: Arial ,  sans-serif;
	font-size: 9pt;
	font-weight: bolder;
	color: #000000;
	text-align: right;
}
 #texto_ticket_cen {
	font-family: Arial ,  sans-serif;
	font-size: 9pt;
	font-weight: bolder;
	color: #000000;
	text-align: center;
}
 #texto_ticket_izq {
	font-family: Arial ,  sans-serif;
	font-size: 9pt;
	font-weight: bolder;
	color: #000000;
	text-align: left;
}
 #texto_ticket_tit {
	font-family: Arial ,  sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	color: #000000;
	text-align: center;
}
#banner_desvanecido {
	background-image: -webkit-gradient(linear, 100.00% 50.00%, 0.00% 50.00%, color-stop( 46.58% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(102,102,102,1.00)));
	background-image: -webkit-linear-gradient(180deg,rgba(255,255,255,1.00) 46.58%,rgba(102,102,102,1.00) 100%);
	background-image: linear-gradient(270deg,rgba(255,255,255,1.00) 46.58%,rgba(102,102,102,1.00) 100%);
	border-radius: 0px;
	border-color: #000000;
	border-width: 1px;
	opacity: 0.92;
}
#titulos_novel {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	text-align: center;
	text-shadow: 0px 1px 0px #999;
}.barra_menu {
	position: fixed;
	visibility: visible;
	height: auto;
	width: 100%;
	left: 0px;
	top: 0px;
	display: block;
	border: 1px solid #333;
	float: left;
	z-index: 1000;
	-webkit-box-shadow: 0px 0px 10px 1px #333333;
	box-shadow: 0px 0px 10px 1px #333333;
}
 #inscripcion {
	text-align: center;
	border-color: #864711;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(246,189,114,1.00)),color-stop( 100% , rgba(237,230,219,0.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(246,189,114,1.00) 0%,rgba(237,230,219,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(246,189,114,1.00) 0%,rgba(237,230,219,0.00) 100%);
	border-radius: 8px;
	border-width: 2px;
	padding-top: 15px;
	padding-right: 1px;
	padding-bottom: 15px;
	padding-left: 1px;
	margin-top: 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#alumno_materias {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: center;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0.62% , rgba(231,231,231,1.00)),color-stop( 53.52% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(217,217,217,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(231,231,231,1.00) 0.62%,rgba(255,255,255,1.00) 53.52%,rgba(217,217,217,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(231,231,231,1.00) 0.62%,rgba(255,255,255,1.00) 53.52%,rgba(217,217,217,1.00) 100%);
	-webkit-box-shadow: 2px 2px 5px #666666;
	box-shadow: 2px 2px 5px #666666;
	
}
#alumno_materias_calificaciones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: center;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0.62% , rgba(249,243,225,1.00)),color-stop( 100% , rgba(255,255,255,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(249,243,225,1.00) 0.62%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(249,243,225,1.00) 0.62%,rgba(255,255,255,1.00) 100%);
	-webkit-box-shadow: 2px 2px 2px #666666;
	box-shadow: 2px 2px 2px #666666;
	border-color: #999999;
}
#cuadro_contenido
{
	border-radius: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: center;
	max-width: 95%;
	border: 1px solid #099;
	background-color: #FFFFFF;
	background-image: -webkit-gradient(linear, 100.00% 50.00%, 0.00% 50.00%, color-stop( 0% , rgba(242,242,242,1.00)),color-stop( 47.68% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(243,243,243,1.00)));
	background-image: -webkit-linear-gradient(180deg,rgba(242,242,242,1.00) 0%,rgba(255,255,255,1.00) 47.68%,rgba(243,243,243,1.00) 100%);
	background-image: linear-gradient(270deg,rgba(242,242,242,1.00) 0%,rgba(255,255,255,1.00) 47.68%,rgba(243,243,243,1.00) 100%);
}
#cuadro_contenido_formulario
{
	border-radius: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: center;
	max-width: 95%;
	border: 1px solid #099;
	background-color: #FFFFFF;
	width: 85%;
	display:block;
}
#cuadro_contenido_dentro
{
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: center;
	max-width: 95%;
	border: 1px solid #099;
	background-color: #eeeeee;
}
#titulo_banner
{
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	max-width: 95%;
	color: #000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	
	min-width: 1px;
	text-align: center;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font-weight: 600;
	/*-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000;*/
}
#datos_banner_empresa
{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #555555;
	opacity:0.92;
}
.paciente_info
{
	border-radius: 10px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	text-align: center;
	max-width: 95%;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(224,224,224,1.00)),color-stop( 100% , rgba(164,164,164,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(224,224,224,1.00) 0%,rgba(164,164,164,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(224,224,224,1.00) 0%,rgba(164,164,164,1.00) 100%);
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	border: 1px solid #333333;
}
.barra_busca {
	background-color: #B8D4D7;
	padding: 4px;
	border: 1px solid #B8D4D7;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	opacity: 1;
	top: 3px;
	overflow-y: scroll;
	-webkit-transition: opacity 1s;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 12px 3px #666666;
	box-shadow: 0px 0px 12px 3px #666666;
      }
	.barra_busca:hover{opacity:1; -webkit-transition: opacity 1s;}