/************* GENERALES ****************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #494949;
}

td {
	border-top: 1px solid #999;
}


h1 {
	background-image: url("../images/bullet_on.png");
	background-position: 0 8px;
	background-repeat: no-repeat;
	color: #494949;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	padding-left: 10px;
	margin-top: 25px;
	margin-left: 10px;
	clear: both;
	float: left;
}


h2 {
	font-size: 14px;
	/* font-weight:bold;*/
	color: #0059a7;
	margin-left: 34px;
}

a.disabled {
	cursor: not-allowed;
}

#btnFiltrar[disabled] {
	cursor: not-allowed;
}

a {
	color: #0059a3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

f td {
	padding-left: 8px;
}

h3 {
	color: #0059a7;
	font-weight: bold;
}

h4 {
	color: #0059a7;
	font-weight: bold;
	margin-left: 47px;
}

.wrap {
	margin: 0 auto;
	width: 90%;
	width: 1280px;
}


.separador {
	clear: both;
}

#accordion {
	margin-bottom: 20px;
}

.btn_volver {
	background: url("../images/volver.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	color: #494949;
	cursor: pointer;
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 33px;
	margin-top: 14px;
	width: 25px;
	margin-right: 20px;
}

.btn_volver:hover {
	background: url("../images/volver_h.png") no-repeat scroll 0 0 transparent;

}

.btn_perfil {
	background: url("../images/user.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	color: #494949;
	cursor: pointer;
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 33px;
	margin-top: 14px;
	width: 25px;
	margin-right: 20px;
	background-size: 18px;
}



/************** MENÚ ****************/

/* Reset code to remove theme inherent styling */
.dcjq-mega-menu ul.menu ul,
.dcjq-mega-menu ul.menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.dcjq-mega-menu ul.menu ul {
	display: none;
	/* Hides non-mega links */
}

.dcjq-mega-menu ul.menu .sub ul {
	display: block;
	/* overrides above hide */
}

/* Main menu styles */
.dcjq-mega-menu ul.menu {
	/*background: url("../images/bg_black.png") repeat-x scroll 0 -80px #222;*/
	/* background-color:#999999;*/
	background-color: #005198;
	/* border-left: 1px solid #1b1b1b;
  border-right: 1px solid #1b1b1b;*/
	font: 13px/16px Arial, sans-serif;
	height: 40px;
	margin: auto;
	position: relative;
	width: 1239px;
}

.dcjq-mega-menu ul.menu li {
	float: left;
	font-weight: bold;
}

.dcjq-mega-menu ul.menu li a {
	float: left;
	display: block;
	padding: 12px 25px;
	/*background: url(../images/bg_black.png) repeat-x 100% 0; */
	background-color: #005198;
	color: #fff;

	text-decoration: none;
}

.dcjq-mega-menu ul.menu li.mega-hover a,
.dcjq-mega-menu ul.menu li a:hover {
	background-position: 100% -40px;
	color: #FFF;
	text-shadow: none;
}

/* Arrow tag for parent links */
.dcjq-mega-menu ul.menu li a.dc-mega {
	padding-right: 27px;
	/* Additional padding for arrow */
	position: relative;
	/* Required for arrow positioning */
}

.dcjq-mega-menu ul.menu li a .dc-mega-icon {
	display: block;
	position: absolute;
	top: 18px;
	right: 15px;
	width: 8px;
	height: 6px;
	background: url(../images/arrow.png) no-repeat 0 0;
}

.dcjq-mega-menu ul.menu li.mega-hover a .dc-mega-icon {
	background-position: 0 100%;
}

/* Mega Menu Styling */
/* Mega Drop Down Container */
.dcjq-mega-menu ul.menu li .sub-container {
	position: absolute;
	/* Required */
	background: url(../images/bg_sub_left.png) no-repeat 0 100%;
	padding-left: 10px;
	margin-left: -3px;
}

.dcjq-mega-menu ul.menu li .sub {
	background: url(../images/bg_sub.png) no-repeat 100% 100%;
	padding: 20px 20px 20px 10px;
}

.dcjq-mega-menu ul.menu li .sub-container.mega .sub {
	padding: 20px 10px 0 0;
}

.dcjq-mega-menu ul.menu li .sub .row {
	/* Clear the sub-menu floats */
	width: 100%;
	overflow: hidden;
	clear: both;
}

.dcjq-mega-menu ul.menu li .sub li {
	float: none;
	font-size: 1em;
	font-weight: bold;
}

/* Sub-menu Headers */
.dcjq-mega-menu ul.menu li .sub li.mega-hdr {
	/* Sub-menu headers - i.e. 2nd level navigation */
	float: left;
	/* Float the sub-menus and give them a fixed width to from the mega menu rows */
	width: 260px;
	margin: 0 10px 20px 10px;
	border: 1px solid #ccc;
}

.dcjq-mega-menu ul.menu li .sub a {
	/* Clear the styles from the top-level links and set the font styles */
	background: none;
	border: none;
	text-shadow: none;
	color: #111;
	padding: 7px 10px;
	display: block;
	float: none;
	text-decoration: none;
	font-size: 0.9em;
}

.dcjq-mega-menu ul.menu li .sub li.mega-hdr a.mega-hdr-a {
	background-color: #0059a3;
	border-bottom: 1px solid #ccc;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 7px 10px;
	text-transform: uppercase;
}

.dcjq-mega-menu ul.menu li .sub li.mega-hdr a.mega-hdr-a:hover {
	color: #FFF;
	text-shadow: none;
}


/* Add the individual sub-menu backgrounds */
.dcjq-mega-menu ul.menu li .sub li#menu-item-1 {
	background: url(../images/students.png) no-repeat 135px 40px;
}

.dcjq-mega-menu ul.menu li .sub li#menu-item-2 {
	background: url(../images/cursos.png) no-repeat 135px 40px;
}

.dcjq-mega-menu ul.menu li .sub li#menu-item-3 {
	background: url(../images/bg_convert.jpg) no-repeat 135px 40px;
}

.dcjq-mega-menu ul.menu li .sub li#menu-item-4 {
	background: url(../images/bg_suv.jpg) no-repeat 135px 40px;
}

.dcjq-mega-menu ul.menu li .sub li#menu-item-5 {
	background: url(../images/bg_pickup.jpg) no-repeat 135px 40px;
}

.dcjq-mega-menu ul.menu li .sub li#menu-item-6 {
	background: url(../images/bg_sports.jpg) no-repeat 135px 40px;
}

/* Style the 3rd level links */
.dcjq-mega-menu ul.menu li .sub li ul li {
	margin-right: 90px;
}

.dcjq-mega-menu ul.menu .sub li.mega-hdr li a {
	color: #444;
	font-weight: normal;
	padding: 3px 0 3px 25px;
	background: url(../images/bullet.png) no-repeat 10px 8px;
}

.dcjq-mega-menu ul.menu .sub li.mega-hdr li a:hover {
	color: #0059a3;
	background-image: url(../images/bullet_on.png);
}

/* Styling for items with only 2 levels */
.dcjq-mega-menu ul.menu li .sub-container.non-mega .sub {
	padding: 20px 20px 20px 10px;
}

.dcjq-mega-menu ul.menu li .sub-container.non-mega li {
	width: 190px;
	/* Set the drop down width */
}

.dcjq-mega-menu ul.menu li .sub-container.non-mega li a {
	padding: 7px 5px 7px 22px;
	background: url(../images/bullet.png) no-repeat 5px 12px;
}

.dcjq-mega-menu ul.menu li .sub-container.non-mega li a:hover {
	color: #0059a3;
	background-image: url(../images/bullet_on.png);
}

/*************** CABEZAL **********************/

.logo {
	float: left;
	width: 318px;

}

.datos {
	/*background-image: url("../images/user.png");*/
	/*background-position: left top;*/

	background-repeat: no-repeat;
	float: right;
	height: 40px;
	margin-top: 13px;
	padding-left: 46px;
	padding-top: 13px;
	text-align: right;

}



/************* CONTENEDORES ***********/

.content_cntr {
	border: 1px solid #999;
	/*
  margin-top: 50px;
  overflow: hidden;
  width: 1243px;
  */
	padding: 40px;
}



.contenidos {
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 1280px;
	/* min-height:600px; */
}

/************* FOOTER *************/
.footer {
	background-color: #005198;
	height: 20px;
	padding-top: 5px;
	/*height: 30px;*/
	/* padding-top: 20px;*/
	position: relative;
	margin-top: 20px;
}

.footer p {
	color: #fff;
	font-size: 14px;
	margin: auto;
	position: relative;
	width: 443px;
}


/************ FORMULARIOS *************/
.edit_input_error {
	border: 1px solid red;
	width: 216px;
	height: 21px;
	margin-top: -2px;
}

.edit_input {
	width: 216px;
	height: 21px;
	margin-top: -2px;
}

.filtros {
	height: 59px;
	display: table;
	/*position: relative;*/
	/*width:900px;*/
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.filtros_combo {
	float: left;
}

.filtros_select {
	color: #494949;
	font-family: arial;
	height: 22px;
	margin-left: 1px;
	padding: 3px;
	width: 160px;
}

.filtros_input {
	width: 172px;
	height: 17px;
}

.box_filtros {
	float: left;
	margin-right: 10px;


}

.box_filtros label {
	font-weight: bold;
}



.requerido {
	width: 140px;
	float: left;
	font-size: 14px;
	margin-left: -34px;
	margin-right: 33px;
	position: relative;




}

.requerido:before {
	/*content:"\e60c";*/
	/*font-family: icomoon;*/
	content: "[!]";
	color: #F00;
	font-size: 20px;
	font-family: "Courier New", Courier, monospace;
	position: relative;
	left: 400px;
	font-weight: bold;
}



.acciones {
	border-bottom: 1px solid #c9c9c9;
	/*height: 60px;*/
	width: 100%;
	display: block;
	/*padding-bottom: 10px;*/
	float: right;
	margin: 0 0 0 0px;
	position: absolute;
	z-index: 10;
	/* position: absolute; */
	/*z-index:-10;*/

}



.button {
	border: 1px solid #999999;
	color: #666;
	cursor: pointer;
	/*float: right;*/
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	margin-top: 14px;
	width: 130px;
	margin-left: 3px;
	border-radius: 2px;
	background: rgba(226, 226, 226, 1);


	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	font-feature-settings: normal;
	font-language-override: normal;
	font-kerning: auto;
	font-synthesis: weight style;
	font-variant-alternates: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-variant-position: normal;

}


.button:hover {
	color: #ffffff;
	border: 1px solid #999999;
	background-color: #0046AD;


}



.button_add_group {
	background: url("../images/group_add.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	color: #494949;
	cursor: pointer;
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 33px;
	margin-top: 18px;
	width: 25px;
	margin-right: 20px;
}


.button_add_group:hover {
	background: url("../images/group_add_h.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	color: #494949;
	cursor: pointer;
	float: right;
	margin-top: 18px;
	margin-right: 20px;
}






.button_add {
	background: url("../images/add.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	color: #494949;
	cursor: pointer;
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 33px;
	margin-top: 14px;
	width: 25px;
	margin-right: 20px;
}


.button_add:hover {
	background: url("../images/add_h.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	color: #494949;
	cursor: pointer;
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 33px;
	margin-top: 14px;
	width: 25px;
	margin-right: 20px;
}





.button_add_user {
	background: url("../images/add_usr.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	color: #494949;
	cursor: pointer;
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 33px;
	margin-top: 14px;
	width: 25px;
	margin-right: 20px;
}



.button_add_user:hover {
	background: url("../images/add_usr_h.png") no-repeat scroll 0 0 transparent;

}

.button_print {
	background: url("../images/print.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	color: #494949;
	cursor: pointer;
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 33px;
	margin-top: 14px;
	width: 25px;
	margin-right: 20px;
}

.button_anular {
	background: url("../images/cruzchica.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	color: #494949;
	cursor: pointer;
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 33px;
	margin-top: 14px;
	width: 25px;
	margin-right: 20px;
}


.button_print:hover {
	background: url("../images/print_h.png") no-repeat scroll 0 0 transparent;

}


.button_dload {
	background: url("../images/download.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	color: #494949;
	cursor: pointer;
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 33px;
	margin-top: 14px;
	width: 25px;
	margin-right: 20px;
}



.button_dload:hover {
	background: url("../images/download_h.png") no-repeat scroll 0 0 transparent;

}

.button_csv {
	background: url("../images/csv.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	color: #494949;
	cursor: pointer;
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 33px;
	margin-top: 14px;
	width: 28px;
	margin-right: 20px;
}

.button_csv:hover {
	background: url("../images/csv_h.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	color: #494949;
	cursor: pointer;
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 33px;
	margin-top: 14px;
	width: 28px;
	margin-right: 20px;
}






.button_filtrar {
	cursor: pointer;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin-top: 14px;
	color: #494949;
	border: 1px solid #999999;
	cursor: pointer;

	font-weight: bold;
	height: 22px;
	width: auto;
	margin-left: 3px;
	border-radius: 2px;
	background: rgba(226, 226, 226, 1);


	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	font-feature-settings: normal;
	font-language-override: normal;
	font-kerning: auto;
	font-synthesis: weight style;
	font-variant-alternates: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-variant-position: normal;

}

.button_filtrar:hover {
	color: #ffffff;
	border: 1px solid #999999;
	background-color: #0046AD;

}

.btn_salon {
	border: none;
	background: transparent;
	background-image: url(../images/salon.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 80px;
	cursor: pointer;
}



.btn_salon:hover {
	background-image: url(../images/salon_h.png);
}

.btn_oral {
	border: none;
	background: transparent;
	background-image: url(../images/oral.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 80px;
	cursor: pointer;
}



.btn_oral:hover {
	background-image: url(../images/oral_h.png);
}


.btn_inscribir {
	border: none;
	background: transparent;
	background-image: url(../images/inscribir.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 80px;
	cursor: pointer;
}



.btn_inscribir:hover {
	background-image: url(../images/inscribir_h.png);
}



.btn_edit {
	border: none;
	background: transparent;
	background-image: url(../images/editar.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 80px;
	cursor: pointer;
}

.btn_sync {
	border: none;
	background: transparent;
	background-image: url(../images/sync.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center;
	width: 15px;
	cursor: pointer;
}



.btn_edit:hover {
	background-image: url(../images/editar_h.png);
}

.btn_permisos {
	border: none;
	background: transparent;
	background-image: url(../images/tic.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 80px;
	cursor: pointer;
}



.btn_permisos:hover {
	background-image: url(../images/tic.png);
}

.btn_ver {
	border: none;
	background: transparent;
	background-image: url(../images/ver.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 80px;
	cursor: pointer;
}



.btn_ver:hover {
	background-image: url(../images/ver_h.png);

}


.btn_certificado {
	border: none;
	background: transparent;
	background-image: url(../images/certificado.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 80px;
	cursor: pointer;
}



.btn_certificado:hover {
	background-image: url(../images/certificado_h.png);

}


.btn_delete {
	border: none;
	background: transparent;
	background-image: url(../images/eliminar.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	cursor: pointer;
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 33px;
	margin-top: 14px;
	width: 60px;
	margin-right: 20px;
}

.btn_delete:hover {
	background-image: url(../images/eliminar_h.png);
}

.btn_foto {
	border: none;
	background: transparent;
	background-image: url(../images/foto.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 80px;
	cursor: pointer;
}

.btn_foto:hover {
	background-image: url(../images/foto_h.png);
}

.btn_diploma {
	border: none;
	background: transparent;
	background-image: url(../images/certificado.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 80px;
	cursor: pointer;
}

.btn_diploma:hover {
	background-image: url(../images/certificado_h.png);
}


.btn_ver {
	border: none;
	background: transparent;
	background-image: url(../images/ver.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 80px;
	cursor: pointer;
}


.btn_ver:hover {
	background-image: url(../images/ver_h.png);

}


.btn_copiar {
	border: none;
	background: transparent;
	background-image: url(../images/copiar.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 80px;
	cursor: pointer;
}

.btn_copiar:hover {
	background-image: url(../images/copiar_h.png);

}

/************* AGREGAR USUARIO ****************/
.formulario {
	margin: auto;
	position: relative;
	/*width: 1181px;*/
	font-size: 14px;
	color: #494949;
}

.fieldset {
	width: 950px;
	position: relative;
	margin: auto;
}

.formulario_label {
	width: 100%;
	float: left;
	font-size: 14px;
	margin-bottom: 4px;
}

.hora {
	width: 72px;
	height: 25px;
	margin: 0 auto;
}

.col {
	margin-left: auto;
	margin-right: auto;
	width: 359px;

}

/*.formulario p{
width:500px;
overflow:hidden;
padding-top:3px;
}*/


.error_validacion {

	background-color: #f2dede;
	border: 1px solid;
	border-color: #D6AEAE;
	padding: 10px;
	/* white-space:pre-line; */

	/*
  height: auto;
  overflow: hidden;
  padding-top: 3px;
  background-color: #f2dede;
  border-color: #ebccd1;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 6px;
  background-image: url(../images/cruzchica.png);
  background-repeat: no-repeat;
  background-position: 585px;
  margin-left:-6px;
  */
}

/*
  .error_validacion span{
    white-space: pre;
  }
  */

.edit_input {
	width: 90%;
	height: 21px;
	margin-top: -2px;
}


.formulario_select {
	height: 29px;
	margin-left: 1px;
	width: 98%;
}

.error {
	color: #DA5B5B;
	font-size: 12px;
	position: relative;
}

.exito {
	background-color: #d0e7d6;
	border: 1px solid #060;
	color: #060;
	font-size: 17px;
	margin: auto;
	padding: 10px;
	position: relative;
	text-align: center;
	top: 23x;
	width: 471px;
}

.error_datos {
	background-color: #eedbe2;
	border: 1px solid #a02528;
	color: #a02528;
	font-size: 17px;
	margin: auto;
	padding: 10px;
	position: relative;
	text-align: center;
	top: 3px;
	width: 471px;
}



.permisos {
	margin-left: 77px;
	margin-top: -31px;
	margin-bottom: 30px;
	font-size: 12px;
	position: relative;
}

.radio_txt1 {
	margin-left: 17px;
	float: left;

}

.radio_txt2 {
	/*margin-left: 17px;*/
	float: left;


}

.formulario_check {
	float: right;
}

#btns_acciones_form {
	margin-right: 128px;
	margin-top: 31px;
}

/******************** ALUMNO  *****************/

#btns_add_alumno {
	float: right;
	margin-right: 53px;
	margin-top: -13px;
}


.ocupacion {
	font-size: 12px;
	margin-bottom: 30px;
	margin-left: 78px;
	margin-top: -31px;
	position: relative;
	width: 213px;
}

.error_ocupacion {
	color: #f00;
	font-size: 12px;
	margin-left: 16px;
	position: relative;
	text-align: right;
	top: 0;
}

.box_filtros_fecha {
	float: left;
	margin-right: 7px;
	margin-top: 0;
}

.box_filtros_fecha label {

	font-size: 12px;
}

.filtros_select_fecha {
	color: #494949;
	font-family: arial;
	height: 22px;
	margin-left: 1px;
	padding: 3px;
	width: 80px;
}

.fechas_filtro {
	float: left;
	margin-top: -5px;
	width: 264px;
}

.box_filtros_cta_fecha {
	float: left;
	margin-right: 30px;
	margin-top: -2px;
	width: 53px;
}

/**** estado de cuenta ****/

.box_filtros_cta {
	float: left;
	margin-right: 10px;
	margin-top: 11px;
}

/**** observaciones ******/
.grilla_obs {
	position: relative;
	margin: auto;
	width: 1276px;
}

textarea {
	font-family: inherit;
	font-size: inherit;
	width: 448px;
	height: 150px;
}

.ob_textarea {
	width: 90%;
	height: 100px;
	margin-top: -2px;
	resize: none;
}

.observaciones {
	width: 500px;
	position: relative;
	margin: auto;

}


#btns_observa_form {
	margin-right: 128px;

}

/**agregar observaciones*/

#list,
#list2,
#list3,
#list4,
#list5,
#list6,
#list7,
#list8,
#list9 {
	border: medium none;
	overflow: hidden;
	position: relative;
	width: 1099px;
}


/****resumen de datos****/

.resumen_cntr {
	border: 1px solid #999;
	border-radius: 4px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 15px;
	width: 1243px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-image: url(../images/seamless_paper_texture/seamless_paper_texture.png);
	background-repeat: repeat;
}


.col1_resumen {
	width: 300px;
	overflow: hidden;
	float: left;
}

.col1_resumen p {
	padding-left: 11px;
}

.col2_resumen {
	float: left;
	height: 223px;
	margin-top: 12px;
	overflow: hidden;
	width: 100%;
}

.col3_resumen {
	float: right;
	overflow: hidden;
	width: 622px;
}

.col4_resumen {
	float: right;
	height: 223px;
	margin-top: -49px;
	overflow: hidden;
	width: 620px;
}

.observa_span {
	margin-left: 46px;
}

.col_resumen {
	overflow: hidden;
	width: 817px;
}

.col_resumen p {
	float: left;
	height: 3px;
	margin-left: 20px;
	margin-right: 20px;
}

.resumen_img1 {
	float: left;
	margin-right: 20px;
	margin-top: -40px;
}

.resumen_img2 {
	float: left;
	margin-left: -10px;
	margin-right: 36px;
	margin-top: -54px;
}

.personales1 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

.personales2 {
	font-size: 14px;
	line-height: 14px;
}

.separador2 {
	/* border-bottom: 1px solid #999;*/
	clear: both;
	height: 15px;
	margin: 10px auto auto;
	position: relative;
	width: 1222px;
}

#btns_acciones_resumen {
	float: right;
	height: 44px;
	margin-right: 10px;
	margin-top: 150px;
}

#btns_acciones_resumen_left {
	float: left;
	height: 44px;
	margin-top: 80px;
}

.resumen_cntr a {
	font-size: 15px;
}

.autor_input {
	height: 16px;
	margin-top: 0;
	width: 171px;
}

/*************** WEB EDITOR ******************/

.testbutton {
	margin-bottom: 30px;
	background: #3399FF;
	padding: 6px 25px;
	border: #003F81 1px solid;
	color: #FFF;
	font-size: 22px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: inset 0 5px 5px #67B3FF;
	-webkit-box-shadow: inset 0 5px 5px #67B3FF;
	-moz-box-shadow: inset 0 5px 5px #67B3FF
}

.testbutton:hover {
	background: #198CFF;
	cursor: pointer
}

.jqte-test {
	display: block;
	padding: 6px;
	width: 90%;
	background: #FFF;
	border: #AAA 1px solid;
	font-size: 13px;
}

textarea.jqte-test,
div.jqte-test,
span.jqte-test {
	min-height: 100px;
	overflow: scroll;
}

/************ PAGOS *************/

.formulario_pagos {
	margin: auto;
	position: relative;
	width: 400px;
	font-size: 14px;
	color: #494949;
}

.pago_head {
	background-color: #FFF;
}

.pagos_calculos {
	float: right;
	margin-right: 107px;
	width: 216px;
}

.pago_input {
	width: 50px;
	height: 25px;
	margin-top: -10px;
}

.pago_label {
	float: left;
	width: 160px;
}

#btns_pago_form {
	margin-right: 0;
	margin-top: -23px;
}

.filtros_pagos {
	height: 59px;
	margin: 5px auto 30px;
	overflow: hidden;
	padding-top: 5px;
	position: relative;
	width: 670px;
}

.filtros_select_pagos {
	color: #494949;
	font-family: arial;
	height: 28px;
	margin-left: 1px;
	padding: 3px;
	width: 183px;
}

.button_filtrar_pagos {
	color: #494949;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	height: 32px;
	margin-top: 24px;
	width: 70px;
}

.prueba {
	width: 220px !important;
	float: left;
}

/*********** LOGIN********/
.logo_login {
	width: 100%;
	text-align: center;
}

.login_fieldset {
	margin: 20px auto auto;
	padding: 20px;
	position: relative;
	width: 290px;
}

.login_form {
	width: 250px;
	position: relative;
	margin: auto;

}

.login_form {
	position: relative;
	margin: auto;
}

.login_btn {
	float: right;
	color: #494949;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	width: 100%;
	margin-top: 15px;

	border: 1px solid #999999;
	color: #666;
	cursor: pointer;
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	/*margin-top: 14px;*/
	/*margin-left:3px;*/
	/*border-radius:2px;*/
	background: rgba(226, 226, 226, 1);


	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	font-feature-settings: normal;
	font-language-override: normal;
	font-kerning: auto;
	font-synthesis: weight style;
	font-variant-alternates: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-variant-position: normal;
}

.login_btn:hover {

	color: #ffffff;
	border: 1px solid #999999;
	background-color: #0046AD;
}

.ret_clave {
	color: #0059a7;
	font-size: 12px;
	position: relative;
	text-align: right;
	top: 5px;
	float: left;
}

.input_login {
	float: left;
	width: 100%;
	height: 21px;
}

.centrado {
	text-align: center;
}

.izquierda {
	float: left;
}

.derecha {
	float: right !important;
}

.login_label {
	float: left;
	width: 100%;
	margin-top: 5px;
	font-size: 10pt;
}

.oculto {
	visibility: hidden;
}

.desaparecer {
	display: none;
}

.precarga {
	position: absolute;
	top: 270px;
	visibility: hidden;

}

.moneda {
	width: 55px;
	text-align: right;
}

.precio {
	width: 262px;
}

.estadoCuenta {
	width: 80%;
	margin: auto;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid black;
	max-width: 1000px;
}

.estadoCuenta td {
	padding: 3px 20px;
	max-width: 300px;
}

.factura {
	width: 50%;
	margin: auto;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid black;
}

.tituloEstadoCuenta {
	background-color: #005198;
	color: white;
	font-weight: lighter;
}

.linea:hover {
	background-color: #ECECEC;
}

.formDiplomas {
	width: 940px;
	margin: auto;
	background-image: url("/images/masDiplomas.jpg") !important;
	background-repeat: no-repeat !important;
	background-position: right bottom !important;
}

.diploma {
	display: block;
	margin: auto;
	max-width: 100%;
}

.verDiploma {
	display: block;
	margin-left: 40px;
	margin-top: 5px;
	cursor: pointer !important;
}

.contenedor-tabla {
	overflow-x: scroll;
}

.btn_bajar {
	border: none;
	background: transparent;
	background-image: url(../images/bajar.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center;
	width: 15px;
	cursor: pointer;
}

.btn_bajar:hover {
	background-image: url(../images/bajar_h.png);
}

.btnG_inscribir:hover {
	content: url('/images/inscribir_h.png');
}

.btn_editar:hover {
	content: url('/images/editar_h.png');
}

.btn_show:hover {
	content: url('/images/ver_h.png');
}

.btn_copy:hover {
	content: url('/images/copiar_h.png');
}

.btnG_oral:hover {
	content: url('/images/oral_h.png');
}

.btnG_salon:hover {
	content: url('/images/salon_h.png');
}

.certificados {
	width: 1000px;
	/*width: 100%;*/
	margin: 10px auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.certificados-title {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: center;
}

.certificados p.title {
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}

.certificados p.radio_certificado {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.check {
	width: 450px;
	float: right;
}

.check label {
	font-size: 1.1em;
	font-weight: bold;
}

.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 20px;
}

.switch input {
	display: none;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 14px;
	width: 14px;
	left: 5px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #005198;
}

input:focus+.slider {
	box-shadow: 0 0 1px #005198;
}

input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.ui-widget-content .ui-icon-check {
	margin: 0 auto;
}

.img-loader-submit {
	margin-top: 26px;
	margin-left: 5px;
	float: right
}

.div-center {
	margin: 0 auto;
}

.text-center {
	text-align: center;
}

.d-none {
	display: none;
}

.d-block {
	display: block;
}

.d-inline {
	display: inline;
}

.d-inline-block {
	display: inline-block;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-45 {
	margin-bottom: 45px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

div.table-responsive {
	width: 100%;
	overflow-x: auto;
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

a.label:hover,
a.label:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.label:empty {
	display: none;
}

.btn .label {
	position: relative;
	top: -1px;
}

.label-default {
	background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #5e5e5e;
}

.label-primary {
	background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #286090;
}

.label-success {
	background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44;
}

.label-info {
	background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5;
}

.label-warning {
	background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f;
}

.label-danger {
	background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c;
}


.panel {
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
	padding: 15px;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
	color: inherit;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #dddddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel-default {
	border-color: #dddddd;
}

.panel-default>.panel-heading {
	color: #333333;
	background-color: #f5f5f5;
	border-color: #dddddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #dddddd;
}

.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #dddddd;
}