body{
	margin: 0px;
	padding: 0px;
	background-color: #f4f4f4;
}
.banda_blanca{
	height: 64px;
	padding: 3 0 3 10;
	background: #FFF; /* Old browsers */
	background: -moz-linear-gradient(left,  #FFF 0%, #CCC 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FFF), color-stop(100%,#CCC)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #FFF 0%,#CCC 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #FFF 0%,#CCC 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #FFF 0%,#CCC 100%); /* IE10+ */
	background: linear-gradient(to right,  #FFF 0%,#CCC 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#CCC',GradientType=1 ); /* IE6-9 */
}
.banda_roja{
	height: 20px;
	margin : 0px;
	padding: 0px;
	background: #b91329; /* Old browsers */
	background: -moz-linear-gradient(top,  #b91329 0%, #8f0222 44%, #7d1029 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b91329), color-stop(44%,#8f0222), color-stop(100%,#7d1029)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b91329 0%,#8f0222 44%,#7d1029 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b91329 0%,#8f0222 44%,#7d1029 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b91329 0%,#8f0222 44%,#7d1029 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b91329 0%,#8f0222 44%,#7d1029 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b91329', endColorstr='#7d1029',GradientType=0 ); /* IE6-9 */
}
.logo{
	background: url("../udg_blue.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 100%;
}
#contenedor{
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
#contenido{
	background-color: #FFF;
	margin-top: 5px;
}
#titulo_contenido{
	background-color: #f8f8f8;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	height: 37px;
}
#title{
	position: relative;
	bottom: 14px;
	margin-left: 12px;
	font-family: Arial;
	font-size: 13px;
	color: #454544;
	display: inline-block;
	width: calc(50% - 20px);
}
#logout{
	font-family: "untitled-font-2" !important;
	font-style: normal !important;
	font-weight: normal !important;
	color: #FFF;
}
#logout:before {content: "\6b";}
#logout:hover{cursor: pointer;}
select{
	border: 1px solid #bbb;
	border-radius: 5px;
}
input[type='text']{padding: 2px 0 3px 4px;}
.resaltado{
	box-shadow: 0 0 5px rgba(255, 100, 100, 1);
	border: 1px solid rgba(255, 100, 100, 1);
	border-radius: 5px;
}
.borde_bonito{
	border: 1px solid #DDD;
	border-radius: 3px;
}
.form_boton{
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.btnAdmin {
	box-shadow:inset 0px 1px 3px 0px #cf866c;
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	background-color:#d0451b;
	border-radius:5px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:7px 14px;
	text-decoration:none;
	text-shadow:0px -1px 0px #854629;
}
.btnAdmin:hover {
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	background-color:#bc3315;
}
.btnAdmin:active {
	position:relative;
	top:1px;
}


#cmdSubir {
	-moz-box-shadow:inset 0px 1px 0px 0px #304b5e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #304b5e;
	box-shadow:inset 0px 1px 0px 0px #5a7a91;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5a7a91), color-stop(1, #304b5e));
	background:-moz-linear-gradient(top, #5a7a91 5%, #304b5e 100%);
	background:-webkit-linear-gradient(top, #5a7a91 5%, #304b5e 100%);
	background:-o-linear-gradient(top, #5a7a91 5%, #304b5e 100%);
	background:-ms-linear-gradient(top, #5a7a91 5%, #304b5e 100%);
	background:linear-gradient(to bottom, #5a7a91 5%, #304b5e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a7a91', endColorstr='#304b5e',GradientType=0);
	background-color:#5a7a91;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
}
#cmdSubir:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #304b5e), color-stop(1, #5a7a91));
	background:-moz-linear-gradient(top, #304b5e 5%, #5a7a91 100%);
	background:-webkit-linear-gradient(top, #304b5e 5%, #5a7a91 100%);
	background:-o-linear-gradient(top, #304b5e 5%, #5a7a91 100%);
	background:-ms-linear-gradient(top, #304b5e 5%, #5a7a91 100%);
	background:linear-gradient(to bottom, #304b5e 5%, #5a7a91 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#304b5e', endColorstr='#5a7a91',GradientType=0);
	background-color:#304b5e;
}
#cmdSubir:active {
	position:relative;
	top:1px;
}
#cmdAnadir {
	-moz-box-shadow:inset 0px 1px 0px 0px #810c0c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #810c0c;
	box-shadow:inset 0px 1px 0px 0px #ec5858;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ec5858), color-stop(1, #810c0c));
	background:-moz-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-webkit-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-o-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-ms-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:linear-gradient(to bottom, #ec5858 5%, #810c0c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec5858', endColorstr='#810c0c',GradientType=0);
	background-color:#ec5858;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
}
#cmdAnadir:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #810c0c), color-stop(1, #ec5858));
	background:-moz-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-webkit-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-o-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-ms-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:linear-gradient(to bottom, #810c0c 5%, #ec5858 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#810c0c', endColorstr='#ec5858',GradientType=0);
	background-color:#810c0c;
}
#cmdAnadir:active {
	position:relative;
	top:1px;
}
#cmdDatos {
	-moz-box-shadow:inset 0px 1px 0px 0px #810c0c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #810c0c;
	box-shadow:inset 0px 1px 0px 0px #ec5858;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ec5858), color-stop(1, #810c0c));
	background:-moz-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-webkit-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-o-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-ms-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:linear-gradient(to bottom, #ec5858 5%, #810c0c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec5858', endColorstr='#810c0c',GradientType=0);
	background-color:#ec5858;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
}
#cmdDatos:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #810c0c), color-stop(1, #ec5858));
	background:-moz-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-webkit-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-o-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-ms-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:linear-gradient(to bottom, #810c0c 5%, #ec5858 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#810c0c', endColorstr='#ec5858',GradientType=0);
	background-color:#810c0c;
}
#cmdDatos:active {
	position:relative;
	top:1px;
}
#cmdCerrar {
	-moz-box-shadow:inset 0px 1px 0px 0px #810c0c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #810c0c;
	box-shadow:inset 0px 1px 0px 0px #ec5858;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ec5858), color-stop(1, #810c0c));
	background:-moz-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-webkit-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-o-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-ms-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:linear-gradient(to bottom, #ec5858 5%, #810c0c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec5858', endColorstr='#810c0c',GradientType=0);
	background-color:#ec5858;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
}
#cmdCerrar:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #810c0c), color-stop(1, #ec5858));
	background:-moz-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-webkit-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-o-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-ms-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:linear-gradient(to bottom, #810c0c 5%, #ec5858 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#810c0c', endColorstr='#ec5858',GradientType=0);
	background-color:#810c0c;
}
#cmdCerrar:active {
	position:relative;
	top:1px;
}
#cmdEliminar {
	-moz-box-shadow:inset 0px 1px 0px 0px #304b5e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #304b5e;
	box-shadow:inset 0px 1px 0px 0px #5a7a91;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5a7a91), color-stop(1, #304b5e));
	background:-moz-linear-gradient(top, #5a7a91 5%, #304b5e 100%);
	background:-webkit-linear-gradient(top, #5a7a91 5%, #304b5e 100%);
	background:-o-linear-gradient(top, #5a7a91 5%, #304b5e 100%);
	background:-ms-linear-gradient(top, #5a7a91 5%, #304b5e 100%);
	background:linear-gradient(to bottom, #5a7a91 5%, #304b5e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a7a91', endColorstr='#304b5e',GradientType=0);
	background-color:#5a7a91;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
}
#cmdEliminar:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #304b5e), color-stop(1, #5a7a91));
	background:-moz-linear-gradient(top, #304b5e 5%, #5a7a91 100%);
	background:-webkit-linear-gradient(top, #304b5e 5%, #5a7a91 100%);
	background:-o-linear-gradient(top, #304b5e 5%, #5a7a91 100%);
	background:-ms-linear-gradient(top, #304b5e 5%, #5a7a91 100%);
	background:linear-gradient(to bottom, #304b5e 5%, #5a7a91 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#304b5e', endColorstr='#5a7a91',GradientType=0);
	background-color:#304b5e;
}
#cmdEliminar:active {
	position:relative;
	top:1px;
}
#cmdActualizar {
	-moz-box-shadow:inset 0px 1px 0px 0px #810c0c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #810c0c;
	box-shadow:inset 0px 1px 0px 0px #ec5858;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ec5858), color-stop(1, #810c0c));
	background:-moz-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-webkit-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-o-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-ms-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:linear-gradient(to bottom, #ec5858 5%, #810c0c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec5858', endColorstr='#810c0c',GradientType=0);
	background-color:#ec5858;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
}
#cmdActualizar:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #810c0c), color-stop(1, #ec5858));
	background:-moz-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-webkit-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-o-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-ms-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:linear-gradient(to bottom, #810c0c 5%, #ec5858 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#810c0c', endColorstr='#ec5858',GradientType=0);
	background-color:#810c0c;
}
#cmdActualizar:active {
	position:relative;
	top:1px;
}
#cmdAdmin {
	-moz-box-shadow:inset 0px 1px 0px 0px #810c0c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #810c0c;
	box-shadow:inset 0px 1px 0px 0px #ec5858;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ec5858), color-stop(1, #810c0c));
	background:-moz-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-webkit-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-o-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-ms-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:linear-gradient(to bottom, #ec5858 5%, #810c0c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec5858', endColorstr='#810c0c',GradientType=0);
	background-color:#ec5858;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
}
#cmdAdmin:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #810c0c), color-stop(1, #ec5858));
	background:-moz-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-webkit-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-o-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-ms-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:linear-gradient(to bottom, #810c0c 5%, #ec5858 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#810c0c', endColorstr='#ec5858',GradientType=0);
	background-color:#810c0c;
}
#cmdAdmin:active {
	position:relative;
	top:1px;
}
#cmdRegresar {
	-moz-box-shadow:inset 0px 1px 0px 0px #810c0c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #810c0c;
	box-shadow:inset 0px 1px 0px 0px #ec5858;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ec5858), color-stop(1, #810c0c));
	background:-moz-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-webkit-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-o-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-ms-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:linear-gradient(to bottom, #ec5858 5%, #810c0c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec5858', endColorstr='#810c0c',GradientType=0);
	background-color:#ec5858;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
}
#cmdRegresar:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #810c0c), color-stop(1, #ec5858));
	background:-moz-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-webkit-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-o-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-ms-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:linear-gradient(to bottom, #810c0c 5%, #ec5858 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#810c0c', endColorstr='#ec5858',GradientType=0);
	background-color:#810c0c;
}
#cmdRegresar:active {
	position:relative;
	top:1px;
}
#cmdExportar {
	-moz-box-shadow:inset 0px 1px 0px 0px #810c0c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #810c0c;
	box-shadow:inset 0px 1px 0px 0px #ec5858;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ec5858), color-stop(1, #810c0c));
	background:-moz-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-webkit-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-o-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-ms-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:linear-gradient(to bottom, #ec5858 5%, #810c0c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec5858', endColorstr='#810c0c',GradientType=0);
	background-color:#ec5858;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
}
#cmdExportar:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #810c0c), color-stop(1, #ec5858));
	background:-moz-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-webkit-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-o-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-ms-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:linear-gradient(to bottom, #810c0c 5%, #ec5858 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#810c0c', endColorstr='#ec5858',GradientType=0);
	background-color:#810c0c;
}
#cmdExportar:active {
	position:relative;
	top:1px;
}
#cmdAlumnos {
	-moz-box-shadow:inset 0px 1px 0px 0px #810c0c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #810c0c;
	box-shadow:inset 0px 1px 0px 0px #ec5858;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ec5858), color-stop(1, #810c0c));
	background:-moz-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-webkit-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-o-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-ms-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:linear-gradient(to bottom, #ec5858 5%, #810c0c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec5858', endColorstr='#810c0c',GradientType=0);
	background-color:#ec5858;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
}
#cmdAlumnos:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #810c0c), color-stop(1, #ec5858));
	background:-moz-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-webkit-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-o-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-ms-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:linear-gradient(to bottom, #810c0c 5%, #ec5858 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#810c0c', endColorstr='#ec5858',GradientType=0);
	background-color:#810c0c;
}
#cmdAlumnos:active {
	position:relative;
	top:1px;
}
#cmdConvocatoria {
	-moz-box-shadow:inset 0px 1px 0px 0px #304b5e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #304b5e;
	box-shadow:inset 0px 1px 0px 0px #5a7a91;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5a7a91), color-stop(1, #304b5e));
	background:-moz-linear-gradient(top, #5a7a91 5%, #304b5e 100%);
	background:-webkit-linear-gradient(top, #5a7a91 5%, #304b5e 100%);
	background:-o-linear-gradient(top, #5a7a91 5%, #304b5e 100%);
	background:-ms-linear-gradient(top, #5a7a91 5%, #304b5e 100%);
	background:linear-gradient(to bottom, #5a7a91 5%, #304b5e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a7a91', endColorstr='#304b5e',GradientType=0);
	background-color:#5a7a91;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
}
#cmdConvocatoria:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #304b5e), color-stop(1, #5a7a91));
	background:-moz-linear-gradient(top, #304b5e 5%, #5a7a91 100%);
	background:-webkit-linear-gradient(top, #304b5e 5%, #5a7a91 100%);
	background:-o-linear-gradient(top, #304b5e 5%, #5a7a91 100%);
	background:-ms-linear-gradient(top, #304b5e 5%, #5a7a91 100%);
	background:linear-gradient(to bottom, #304b5e 5%, #5a7a91 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#304b5e', endColorstr='#5a7a91',GradientType=0);
	background-color:#304b5e;
}
#cmdConvocatoria:active {
	position:relative;
	top:1px;
}
#cmdExpoEsc {
	-moz-box-shadow:inset 0px 1px 0px 0px #810c0c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #810c0c;
	box-shadow:inset 0px 1px 0px 0px #ec5858;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ec5858), color-stop(1, #810c0c));
	background:-moz-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-webkit-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-o-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-ms-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:linear-gradient(to bottom, #ec5858 5%, #810c0c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec5858', endColorstr='#810c0c',GradientType=0);
	background-color:#ec5858;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
}
#cmdExpoEsc:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #810c0c), color-stop(1, #ec5858));
	background:-moz-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-webkit-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-o-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-ms-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:linear-gradient(to bottom, #810c0c 5%, #ec5858 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#810c0c', endColorstr='#ec5858',GradientType=0);
	background-color:#810c0c;
}
#cmdExpoEsc:active {
	position:relative;
	top:1px;
}
#btnModificar {
	-moz-box-shadow:inset 0px 1px 0px 0px #304b5e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #304b5e;
	box-shadow:inset 0px 1px 0px 0px #5a7a91;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5a7a91), color-stop(1, #304b5e));
	background:-moz-linear-gradient(top, #5a7a91 5%, #304b5e 100%);
	background:-webkit-linear-gradient(top, #5a7a91 5%, #304b5e 100%);
	background:-o-linear-gradient(top, #5a7a91 5%, #304b5e 100%);
	background:-ms-linear-gradient(top, #5a7a91 5%, #304b5e 100%);
	background:linear-gradient(to bottom, #5a7a91 5%, #304b5e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a7a91', endColorstr='#304b5e',GradientType=0);
	background-color:#5a7a91;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
}
#btnModificar:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #304b5e), color-stop(1, #5a7a91));
	background:-moz-linear-gradient(top, #304b5e 5%, #5a7a91 100%);
	background:-webkit-linear-gradient(top, #304b5e 5%, #5a7a91 100%);
	background:-o-linear-gradient(top, #304b5e 5%, #5a7a91 100%);
	background:-ms-linear-gradient(top, #304b5e 5%, #5a7a91 100%);
	background:linear-gradient(to bottom, #304b5e 5%, #5a7a91 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#304b5e', endColorstr='#5a7a91',GradientType=0);
	background-color:#304b5e;
}
#btnModificar:active {
	position:relative;
	top:1px;
}
#btnGuardar {
	-moz-box-shadow:inset 0px 1px 0px 0px #304b5e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #304b5e;
	box-shadow:inset 0px 1px 0px 0px #5a7a91;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5a7a91), color-stop(1, #304b5e));
	background:-moz-linear-gradient(top, #5a7a91 5%, #304b5e 100%);
	background:-webkit-linear-gradient(top, #5a7a91 5%, #304b5e 100%);
	background:-o-linear-gradient(top, #5a7a91 5%, #304b5e 100%);
	background:-ms-linear-gradient(top, #5a7a91 5%, #304b5e 100%);
	background:linear-gradient(to bottom, #5a7a91 5%, #304b5e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a7a91', endColorstr='#304b5e',GradientType=0);
	background-color:#5a7a91;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
}
#btnGuardar:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #304b5e), color-stop(1, #5a7a91));
	background:-moz-linear-gradient(top, #304b5e 5%, #5a7a91 100%);
	background:-webkit-linear-gradient(top, #304b5e 5%, #5a7a91 100%);
	background:-o-linear-gradient(top, #304b5e 5%, #5a7a91 100%);
	background:-ms-linear-gradient(top, #304b5e 5%, #5a7a91 100%);
	background:linear-gradient(to bottom, #304b5e 5%, #5a7a91 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#304b5e', endColorstr='#5a7a91',GradientType=0);
	background-color:#304b5e;
}
#btnGuardar:active {
	position:relative;
	top:1px;
}
#btnCancelar {
	-moz-box-shadow:inset 0px 1px 0px 0px #091219;
	-webkit-box-shadow:inset 0px 1px 0px 0px #091219;
	box-shadow:inset 0px 1px 0px 0px #091825;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #091825), color-stop(1, #091219));
	background:-moz-linear-gradient(top, #091825 5%, #091219 100%);
	background:-webkit-linear-gradient(top, #091825 5%, #091219 100%);
	background:-o-linear-gradient(top, #091825 5%, #091219 100%);
	background:-ms-linear-gradient(top, #091825 5%, #091219 100%);
	background:linear-gradient(to bottom, #091825 5%, #091219 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#091825', endColorstr='#091219',GradientType=0);
	background-color:#091825;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
}
#btnCancelar:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #E3E3E3), color-stop(1, #091219));
	background:-moz-linear-gradient(top, #E3E3E3 5%, #091219 100%);
	background:-webkit-linear-gradient(top, #E3E3E3 5%, #091219 100%);
	background:-o-linear-gradient(top, #E3E3E3 5%, #091219 100%);
	background:-ms-linear-gradient(top, #E3E3E3 5%, #091219 100%);
	background:linear-gradient(to bottom, #E3E3E3 5%, #091219 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E3E3E3', endColorstr='#091219',GradientType=0);
	background-color:#E3E3E3;
}
#btnCancelar:active {
	position:relative;
	top:1px;
}
#btnLimpiar {
	-moz-box-shadow:inset 0px 1px 0px 0px #304b5e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #304b5e;
	box-shadow:inset 0px 1px 0px 0px #5a7a91;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5a7a91), color-stop(1, #304b5e));
	background:-moz-linear-gradient(top, #5a7a91 5%, #304b5e 100%);
	background:-webkit-linear-gradient(top, #5a7a91 5%, #304b5e 100%);
	background:-o-linear-gradient(top, #5a7a91 5%, #304b5e 100%);
	background:-ms-linear-gradient(top, #5a7a91 5%, #304b5e 100%);
	background:linear-gradient(to bottom, #5a7a91 5%, #304b5e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a7a91', endColorstr='#304b5e',GradientType=0);
	background-color:#5a7a91;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
}
#btnLimpiar:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #304b5e), color-stop(1, #5a7a91));
	background:-moz-linear-gradient(top, #304b5e 5%, #5a7a91 100%);
	background:-webkit-linear-gradient(top, #304b5e 5%, #5a7a91 100%);
	background:-o-linear-gradient(top, #304b5e 5%, #5a7a91 100%);
	background:-ms-linear-gradient(top, #304b5e 5%, #5a7a91 100%);
	background:linear-gradient(to bottom, #304b5e 5%, #5a7a91 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#304b5e', endColorstr='#5a7a91',GradientType=0);
	background-color:#304b5e;
}
#btnLimpiar:active {
	position:relative;
	top:1px;
}
#cmdRegistro {
	-moz-box-shadow:inset 0px 1px 0px 0px #810c0c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #810c0c;
	box-shadow:inset 0px 1px 0px 0px #ec5858;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ec5858), color-stop(1, #810c0c));
	background:-moz-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-webkit-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-o-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-ms-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:linear-gradient(to bottom, #ec5858 5%, #810c0c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec5858', endColorstr='#810c0c',GradientType=0);
	background-color:#ec5858;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
}
#cmdRegistro:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #810c0c), color-stop(1, #ec5858));
	background:-moz-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-webkit-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-o-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-ms-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:linear-gradient(to bottom, #810c0c 5%, #ec5858 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#810c0c', endColorstr='#ec5858',GradientType=0);
	background-color:#810c0c;
}
#cmdRegistro:active {
	position:relative;
	top:1px;
}
#cmdAgenda {
	-moz-box-shadow:inset 0px 1px 0px 0px #810c0c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #810c0c;
	box-shadow:inset 0px 1px 0px 0px #ec5858;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ec5858), color-stop(1, #810c0c));
	background:-moz-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-webkit-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-o-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-ms-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:linear-gradient(to bottom, #ec5858 5%, #810c0c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec5858', endColorstr='#810c0c',GradientType=0);
	background-color:#ec5858;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
}
#cmdAgenda:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #810c0c), color-stop(1, #ec5858));
	background:-moz-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-webkit-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-o-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-ms-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:linear-gradient(to bottom, #810c0c 5%, #ec5858 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#810c0c', endColorstr='#ec5858',GradientType=0);
	background-color:#810c0c;
}
#cmdAgenda:active {
	position:relative;
	top:1px;
}
#cmdValida {
	-moz-box-shadow:inset 0px 1px 0px 0px #810c0c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #810c0c;
	box-shadow:inset 0px 1px 0px 0px #ec5858;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ec5858), color-stop(1, #810c0c));
	background:-moz-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-webkit-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-o-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-ms-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:linear-gradient(to bottom, #ec5858 5%, #810c0c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec5858', endColorstr='#810c0c',GradientType=0);
	background-color:#ec5858;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
}
#cmdValida:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #810c0c), color-stop(1, #ec5858));
	background:-moz-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-webkit-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-o-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-ms-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:linear-gradient(to bottom, #810c0c 5%, #ec5858 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#810c0c', endColorstr='#ec5858',GradientType=0);
	background-color:#810c0c;
}
#cmdValida:active {
	position:relative;
	top:1px;
}
.cmdSsAdm{
	-moz-box-shadow:inset 0px 1px 0px 0px #810c0c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #810c0c;
	box-shadow:inset 0px 1px 0px 0px #ec5858;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ec5858), color-stop(1, #810c0c));
	background:-moz-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-webkit-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-o-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:-ms-linear-gradient(top, #ec5858 5%, #810c0c 100%);
	background:linear-gradient(to bottom, #ec5858 5%, #810c0c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec5858', endColorstr='#810c0c',GradientType=0);
	background-color:#ec5858;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
}
.cmdSsAdm:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #810c0c), color-stop(1, #ec5858));
	background:-moz-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-webkit-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-o-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:-ms-linear-gradient(top, #810c0c 5%, #ec5858 100%);
	background:linear-gradient(to bottom, #810c0c 5%, #ec5858 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#810c0c', endColorstr='#ec5858',GradientType=0);
	background-color:#810c0c;
}
.cmdSsAdm:active{
	position:relative;
	top:1px;
}