@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Roboto);
@charset "UTF-8";
body {
	background-color:transparent;
	margin-left:0px;
	margin-top:0px;
	overflow:hidden;
}

img {
	max-width: 100%;
}

#pantallaMovilEncabezado {
	position:absolute;
	display:block;
	left:-1px;
	top:0px;
	width:100%;
	height:50px;
	border:none;
	background:-webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(19,19,19,1) 100%);
	font-family:Arial;
	color:#FFF;	
	text-shadow:2px 2px 2px #333;
	overflow:hidden;
	z-index:1;
}

#pantallaMovilBotonMenu {
	position:absolute;
	left:5px;	
	top:6px;
	border:none;
	appearance:button;
	cursor:pointer;	
	background-color:transparent;
	background-image:url(../img/ico_menumovil.png);
	width:32px;
	height:32px;	
}

#pantallaMovilMuestraEmpresa {
	position:absolute;
	left:45px;
	top:8px;
	width:300px;
	height:14px;
	text-align:left;
	font-size:12px;
	font-stretch:expanded;
	overflow:hidden;
	z-index:9999;
}

#pantallaMovilDatosEmpresa {
	position:absolute;
	left:45px;
	top:25px;
	width:500px;
	height:11px;
	text-align:left;
	font-size:10px;
	font-stretch:expanded;
	overflow:hidden;
}

#pantallaMovilLogoInicio {
	float:left;
	margin-top:-10px;
	margin-right:3px;
	border:none;
	background-color:transparent;
	width:205px;
	height:39px;
}

#pantallaMovilContenido {
	position:absolute;
	left:0px;
	width:100%;
	height:90%;
	border:none;   
	background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 66%, rgba(230,227,230,1) 100%);
	overflow:hidden;
}

#pantallaMDIEncabezado {
	position:absolute; 
	left:-1px; 
	top:0px; 
	width:100%; 
	height:50px; 
	border:#999 thin outset; 
	background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(19,19,19,1) 100%); 
	font-family:Arial; 
	color:#FFF; 
	text-shadow:2px 2px 2px #000; 
	overflow:hidden;
}

#pantallaMDIMuestraEmpresa {
	position:absolute;
	left:5px;
	top:6px;
	width:869px;
	height:14px;
	text-align:left;
	font-size:12px;
	font-stretch:expanded;
	overflow:hidden;
	z-index:9999;
}

#pantallaMDIDatosEmpresa {
	position:absolute;
	left:5px;
	top:22px;
	width:1700px;
	height:11px;
	text-align:left;
	font-size:10px;
	font-stretch:expanded;
	overflow:hidden;
}

#pantallaMDILogoInicio {
	float:right;
	margin-top:2px;
	margin-right:6px;
	border:none;
	background-color:transparent;
	width:205px;
	height:39px;
}

#pantallaMDIContenido {
	position:absolute;
	left:0px;
	top:52px;
	width:100%;
	height:92%;
	border:none;   /* ORIGINAL #CCC thin solid*/
	border-bottom:none;
	background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 66%, rgba(230,227,230,1) 100%);
	overflow:hidden;
	z-index:8;
}

/* ESTILO DEL MENU PARA MOVIL*/

header {
	width:100%;
	font-family:Arial;
}
 
header nav {
	width:90%;
	max-width:1000px;
	margin:20px auto;
	background:#333; /* ORIGINAL #024959 */
	z-index:99;
	overflow-x:hidden;
	overflow-y:scroll;
}
 
.menu_bar {
	display:none;
	font-family:Arial;
}
 
header nav ul {
	overflow:hidden;
	list-style:none;
}
 
header nav ul li {
	float:left;
}
 
header nav ul li a {
	color:#fff;
	padding:20px;
	display:block;
	text-decoration:none;
}
 
header nav ul li span {
	margin-right:10px;
}
 
header nav ul li a:hover {
	background:#037E8C;
}
 
section {
	padding:0px; /*ORIGINAL 20px*/
}
 
@media screen and (max-width:7800px ) {
header nav {
	width:80%;
	height:100%;
	left:-100%;
	margin:0;
	position: fixed;
}
 
header nav ul li {
	display:block;
	float:none;
	border-bottom:1px solid rgba(255,255,255, .3);
}

.menu_bar {
	display:block;
	width:101%;
	background:#ccc;
}

.menu_bar .bt-menu {
	display:block;
	padding:25px; /* original 20 px*/
	background:#333;  /* ORIGIINAL #024959 */
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	font-size:25px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.menu_bar span {
	float:right;
	font-size:40px;
}
}

/* FIN DE ESTILOS DE MENU*/

/* RESPALDO DE MENU PRINCIPAL
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: Arial;
  font-size: 14px;
  position: relative;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu {
  width: 250px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
#cssmenu > ul > li {
  margin: 0 0 2px 0;
}
#cssmenu > ul > li:last-child {
  margin: 0;
}
#cssmenu > ul > li > a {
  font-size: 15px;
  display: block;
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background: #565656;
  background: -moz-linear-gradient(#565656 0%, #323232 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #323232));
  background: -webkit-linear-gradient(#565656 0%, #323232 100%);
  background: linear-gradient(#565656 0%, #323232 100%);
  border: 1px solid #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu > ul > li > a > span {
  display: block;
  border: 1px solid #666666;
  padding: 6px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
  background: #97be10;
  background: -moz-linear-gradient(#97be10 0%, #79980d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97be10), color-stop(100%, #79980d));
  background: -webkit-linear-gradient(#97be10 0%, #79980d 100%);
  background: linear-gradient(#97be10 0%, #79980d 100%);
  color: #fff;
  text-shadow: 0 1px 1px #000;
  border: 1px solid #79980d;
}
#cssmenu > ul > li.active > a span {
  border: 1px solid #97be10;
}
#cssmenu > ul > li.has-sub > a span {
  background: url(../img/icon_plus.png) 98% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(../img/icon_minus.png) 98% center no-repeat;
}

#cssmenu ul ul {
  padding: 5px 12px;
  display: none;
}
#cssmenu ul ul li {
  padding: 3px 0;
}
#cssmenu ul ul a {
  display: block;
  color: #595959;
  font-size: 13px;
  font-weight: bold;
}
#cssmenu ul ul a:hover {
  color: #79980d;
}	
*/
.pantallaModal {
	position:relative;
	left:30px;
	top:30px;	
	width:300px; 
	height:300px;
	border-style:solid;
	box-shadow:#999;
	z-index:9999;
}

#PantallaEncabezado {
	font-family: Arial;
	line-height: normal;
	background-attachment: fixed;
	background-image: url(/img/3.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	position: absolute;
	height: 30px;
	width: 100%;
	left: 0px;
	top: 0px;
	border-style:hidden;
	z-index: 1;
}


#ContMenuFunciones {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000;
	background: #333;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 30px;
	overflow: visible;
	z-index:4;
}	
#ContBotonesFunciones {
	font-family:Arial;
	line-height:normal;
	background-color:#333;
	background:#333;
	position: absolute;
	width:100%;
	height:32px;
	left:0px;
	top: 52px;
	border-top-style: solid;
	border-top-color:#000;
	border-top-width: 1px;
	z-index:3;
}	
#ContDespliegueContenido {
	font-family:Arial;
	position: absolute;
	width: 100%;
	height: 625px;
	left: 0px;
	top: 77px;
	overflow:hidden;
	z-index: 1;
	background-image:url(/img/ntbg.png);
}
/*
#ContPie {
	font-family: Arial;
	line-height: normal;
	background-attachment: fixed; 
	background-image: url(/img/web-background_green-765x375.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	position: absolute;
	height: 10px;
	width: 100%;
	left: 0px;
	top: 689px;
	border-style:hidden;
	z-index: 19;
}*/
#ContDetalles {
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	alignment-adjust: middle;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
}
#Detalles {
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	alignment-adjust: middle;
	width: 100%;
	border: none;
	display: block;
	height: 100%;
}

#tablerobotones {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 21px;
	border-style: hidden;
	background-image: url(../img/back-thead-hq-1.png);
	height: 34px;
}
#tablerobotones ul {
	padding: 0px;
	margin: 0px;
	background-image: url(../img/fk_midbartile.gif) repeat-x;
	width: 100%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 0;
}
#tablerobotones ul li {
	display: inline;
}
#tablerobotones ul li a:link, #tablerobotones ul li a:visited {
	background-image: url(../img/btn_neutral.png);
	float: left;
	display: block;
	margin: 0 0px;
}
#tablerobotones ul li a span {
	width: 32px;
	height: 32px;
	margin: 0px;
    float: left;
	display: block;
	z-index: 5;
}
#tablerobotones ul li a:hover, #tablerobotones ul li a:active {
	background-image: url(../img/btn_over.png);
	float: left;
	display: block;
	margin: 0 0px;
}
#tablerobotones ul li a span img {
	alignment-adjust:central;
	alignment-baseline: after-edge;
	margin-top: 7px;
	margin-left: 7px;
}

#tableropantalla {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height:100%;
	border:none;
	font-family:Arial;
	overflow:hidden;
	background-color:transparent;
	z-index:3;
	font-smooth:always;
}

#tableroforma {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	border:none;
	background-color:transparent;
	overflow:hidden;
}

#barratitulo {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:22px;
	background-color:#333;
	border:none;  /* ORIGINAL #999 thin solid*/
	color:#FFF;
	font-size:14px;
	font-weight:lighter;
}

#barracontroles {
	position: absolute;
	left: 0px;							/* Original 2px */
	top: 22px;							/* Original 5% */
	width: 100%;							/* Original 796px */
	height: 31px;							/* Original 12%*/
	border:none;						/* Original none; */
	background-color:#096;		/* Original: background-color:#DFDFDF; */
	overflow: hidden;						/* Original no tenia este atributo*/
	text-align:left;
}

#tablerodatos {
	position: absolute;
	left: 2px;
	top: 54px;
	width: 100%;
	height: 100%;
	border:none;
	background-color:transparent;
	text-transform:uppercase;
	overflow:hidden;
}

#dataTablaContainer {
	position:absolute;
	left:0px; 
	top:29px; 
	width:791px; 
	height:310px;
	border:#BDBDBD thin outset;
	overflow-y:scroll;
	overflow-x:hidden;
}

#dataTablaFiltros {
	position:absolute;
	left:1px;
	top:1px;
	width:791px;
	height:24px;
	border:none;
	background-color:#DFDFDF;
	overflow:hidden;		
}

#dataTablaBarraFiltros {
	margin-left:0px;
	margin-top:0px;
	text-align:right;
	border:none;
}

#dataTablaContenedorCuerpo {
	position:absolute;
	left:0px;
	top:29px;
	width:99%;
	height:100%;
	border:#BDBDBD thin outset;
	overflow-y:scroll;
	overflow-x:hidden;
}


/*
#barracontroles {
	font-family: Arial;
	color: #FFF;
	position: absolute;
	width: 100%;							 Original 796px
	left: 0px;							 Original 2px 
	top: 22px;							 Original 5% 
	border:#999 thin solid;						 Original none; 
	background-image:url(/img/back_toolbars.gif);		Original: background-color:#DFDFDF; 
	height: 31px;							 Original 12%
	overflow: hidden;						 Original no tenia este atributo
}

#tableropantalla {
	font-family:Arial;
	top: 2px;
	border-style: hidden;
	height: 100%;
	left: 0px;
	overflow:hidden;
	position: absolute;
	width: 100%;
	background-color:transparent;
	z-index:3;
}

#barratitulo {
	font-family: Arial;
	color: #FFF;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	border-style: hidden;
	background-image:url(/img/header-selected-bg.gif);
	height: 22px;
}


#tableroforma {
	position: relative;
	left: 10%;
	top: 10%;
	width: 797px;
	height: 400px;
	font-family:Arial;
	border:#333 thin outset;
	background-color: #DFDFDF;
	background-position:top;
	background-repeat: repeat;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px 3px 5px 5px;
	overflow:hidden;
}

#tablerodatos {
	font-family:Arial;
	text-transform:uppercase;
	top: 14%;
	border:none;				 ORIGINAL: none
	height: 341px; 				 ORIGINAL: 86%  
	left: 2px;
	overflow:hidden;
	position: absolute;
	width: 793px;     			 ORIGINAL: 100% 
	background-color: #DFDFDF;		 ORIGINAL: #DFDFDF 
	background-repeat: repeat;
}

*/

#tableroBarraControles {
	font-family:Arial;
	font-size:10px;
	color:#000;
	margin-left:0px;
	margin-top:0px;
	text-align:left;
	border:none;
	border-collapse:collapse;
	border-spacing:0px;
}

#grillaCaptura {
	font-family:Arial;	
}	
#grillaCaptura th {
	font-size:11px;	
	border:#666 thin solid;
	background-image:url(/img/backgroundrow.rollover.png);
}
#grillaCaptura th:hover {
	background-image:url(/img/fk_midbartile.gif);
}

#grillaCaptura td {
	font-size:10px;
	border:#CCC thin solid;
	text-align:left;
	background-color:#FFF;
}

#grillaCaptura td {
	background-color:#069;
}

#grillaSaldos {
	font-size:9px;
	background-color:#333;
	border:#000 thin solid;
	width:100%;
}

#grillaSaldos thead tr th {
	color:#FFF;
	background-color:#333;
	text-align:center;
	font-weight:bold;
}

#grillaSaldos thead tr th:hover {
	color:#FF6;	
	background-color:#161616;
	text-align:center;
	font-weight:bold;
}

#grillaSaldos tbody tr {
	color:#333;
	background-color:#FFF;	
}

#grillaSaldos tbody tr:hover {
	color:#FFF; 
	background-color:#213850;
	text-shadow:#000;
}

#contdetalles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	top: 123px;
	border-style: hidden;
	height: 100%;
	left: 0px;
	overflow-y: none;
	overflow-x: none;
	position: absolute;
	width: 100%;
	background-color: #EFEFEF;
}
#mdiform_barratitulo {
	font-family: Arial;
	color:#FFF;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;	
	height: 21px;
	border-style: hidden;
	background-image:url(/img/header-bg.gif);
	overflow-x: none;
	overflow-y: none;
}

#mdiform_contenido {
	font-family:Arial;
	color:#FFFFFF;
	width:100%;
	height:100%;
	position:absolute;
	left: 0px;
	top: 20px;
	border:none;
	background-color:#CCC;	/* ACTUAL: #333 */
}

#btnnuevodocto {
	width:32px;
	height:32px;
	margin-left:2px;
	margin-top:2px;
}

.boton {
	border:#B4B4B4 1px solid; 
	width:90px;
	height:18px;
	background-color:#EEE;
	margin-top:1px;			
}

.boton:active {
	border:#008ED2 1px solid;
}

.botonRedondo {
	margin-left:0px;
	margin-top:0px;
	width:24px;
	height:24px;
	border-radius:18px;
	background-color:transparent;
	background-position:center;	
}

.botonRedondo:hover {
	background-color:#FFF;
}

.botonRedondo:active {
	background-color:#000;	
}

.botonPoder {
	background-image:url(../img/ico_poder_flat.png);	
}

.botonPoder:hover {
	background-image:url(../img/ico_poder_flat_active.png);	
}

.botonPoder:active {
	background-image:url(../img/ico_poder_flat_active.png);	
}

.botonAgregarRegistro {
	margin-left:3px;
	margin-top:3px;
	background-image: url(../img/ico_add_flat.png);
}

.botonAgregarRegistro:hover {
	background-image: url(../img/ico_add_flat_active.png);
}

.botonAgregarRegistro:active {
	background-image: url(../img/ico_add_flat_active.png);	
}

.botonReportes {
	border:#999 thin outset; 
	width:70px; 
	height:70px; 
	background-color:transparent; 
	background-position:center; 
	background-origin:border-box; 
	background-repeat:no-repeat;	
}

.botonReportes:hover {
	border:#999 thin inset;
	background-color:#FFF;
}

.botonReportes:active {
	border:#999 thin outset;
	background-color:#CCC;
}

#pantallaCapturas {
	position:absolute;
	left:50px;
	top:50px;
	border:#999 thin outset;
	background-color:transparent;
	overflow:hidden;
	z-index:9999;
	border-radius:3px;
	-webkit-border-radius:3px;
	visibility:hidden;
}

#frameCapturas {
	position:absolute;
	left:0px;
	top:21px; 
	width:100%;
	overflow:hidden;
	border:none;
	background-color:transparent;	
}

.PantallaOrigen {
	margin-left:0px; 
	margin-top:0px; 
	background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); 
	overflow:hidden;
}

.btnPantallaOrigen {
	float:right; 
	width:16px; 
	height:16px; 
	border:none; 
	overflow:hidden;
	margin-right:1px;
	margin-top:2px;
	background-color:transparent;
	background-image:url(../img/close.gif);
	z-index:9999;
}

.btnPantallaOrigen:active {
	border:#999 thin inset;
}

.requerido {
	
}

input {
	font-family: Arial;
	font-size:11px;
	text-transform: uppercase;
	background-color: #FFF;
	border:none;
	width:100%;
	height:18px;
	margin:0px;
}

select {
	font-family: Arial;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #FFF;
	border:none; 
	width:100%;
	height:20px;
	margin:0px;
}
/**************************************************************************/
.sortable {
	border-left:1px solid #c6d5e1; 
	border-top:1px solid #c6d5e1; 
	border-bottom:none; 
	margin:0px;			/* Original 0 auto 15px;	*/
	width: 100%;		/* Original 775px*/
	left: 0px;
	top: 1px;
}
.sortable th {
/*	background-image:url(../img/backgroundCenter.png); */
	background-color:#666;
	text-align:left; 
	color:#cfdce7; 
	border:1px solid #fff; 
	border-right:none;
	height: 9px;   /* 15px; */
	font-family: Arial;
}
.sortable th h3 {
	font-size:10px;
	margin: 3px;  /* 7px; */
	outline:none;
}
.sortable td {
	padding:1px 2px 2px;   
	border-bottom:1px solid #c6d5e1; 
	border-right:1px solid #c6d5e1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	overflow:hidden;
	text-wrap:supress;
}
.sortable .head h3 {
	background:url(../img/sort.gif) 7px no-repeat; 
	cursor:pointer; 
	padding-left:18px;
	margin: 3px;/*7px; */
}
.sortable .desc, .sortable .asc {
/*	background-image:url(../img/header-selected-bg.gif); */
	background-color: #000000;
}
.sortable .desc h3 {
	background:url(../img/desc.gif) 7px no-repeat; 
	cursor:pointer; 
	padding-left:18px;
	margin: 3px; /* 7px; */
}
.sortable .asc h3 {
	background:url(../img/asc.gif) 7px no-repeat; 
	cursor:pointer; 
	padding-left:18px;
	margin: 3px;  /* 7px; */
}
.sortable .head:hover, .sortable .desc:hover, .sortable .asc:hover {
	color:#fff;
}
.sortable .evenrow td {
	background-color:#fff;
}
.sortable .oddrow td {
	background-color:#ECFFEC;
}
.sortable td.evenselected {
	background-color:#ecf2f6;
}
.sortable td.oddselected {
	background-color:#dce6ee;
}

.contenedorSortable {
	position:absolute; border:none; width:100%; height:87%; top:29px; left:0px; overflow-y:scroll; overflow-x:hidden; background-color:transparent;	
}

.cuadroControlesListados {
	position:absolute; 
	background-color:transparent; 
	border:none; 
	width:791px; 
	left:1px; 
	top:1px; 
	height:24px; 
	font-family:arial; 
	font-size:10px; 
	overflow:hidden;
}

.barraFiltros {
	margin-left:2px;
	margin-top:0px;
	width:788px;
	border:none;
	font-family:Arial;
	font-size:10px;
	text-align:right;
}

.btnEditarRegistro {
	background:transparent url(/img/ico_editar_flat.png) no-repeat center top;
}

.btnEditarRegistro:hover {
	background:#000 url(/img/ico_editar_flat_activo.png) no-repeat center top;
}

.btnEliminarRegistro {
	background:transparent url(/img/ico_delete_flat.png) no-repeat center top;
}

.btnEliminarRegistro:hover {
	background:#000 url(/img/ico_delete_flat_active.png) no-repeat center top;
}

.btnImprimirRegistro {
	background:transparent url(/img/logo_print.jpg) no-repeat center top;
}

#controls {
	/* width:980px; */
	width: 779px;
	margin:0 0 0 0; 
	height:10px;
}
#perpage {
	float:left; 
	/* width:200px */
	width: 190px;
	margin-left: 12px;
}
#perpage select {
	float:left; 
	/* font-size:11px;*/
	font-size:10px;
}
#perpage span {
	float:left; 
	margin:0px 0px 0px 0px;
}
#navigation {
	float:left; 
	/* width:580px;   */
	width:350px; 
	text-align:center;
}
#navigation img {
	cursor:pointer;
}
#text {
	float:left; 
	/* width:200px; */
	width:210px;
	text-align:right; 
	margin-top:2px; 
	margin-left: 0px;
}

.btnAgregarRegistro {
	width:33px;
	height:30px;
	border:none;
	background-color:transparent;
	background-image: url(../img/ico_add_flat.png);	
	background-position:center;
	background-repeat:no-repeat;
	z-index:9999;	
}

.btnAgregarRegistro:hover {
	background-color:#FFF;
	background-image:url(../img/ico_add_flat_active.png);

}

.btnAgregarRegistro:active {
	background-color:#000;
}

.tableroImpresion {
	margin-left:0px;
	margin-top:0px;
	border:none;
	font-family:Arial;
	font-size:10px;
	font-smoothing:always;
	color:#000;
	width:700px;	
}

.avanceProgramatico {
	margin-left:15px;
	margin-top:40px;
	border:none;
	text-align:left;
	background-color:#D2D2D2;
	font-family:Roboto;
	font-size:11px;
	width:7000px;
}

.avanceProgramaticoHeaders {
	background-color:#D0F5A9;
	height:30px;
	text-align:center;
	font-weight:bold;
}

.avanceProgramaticoDias {
	background-color:#E6E6E6;
	height:20px;
	width:50px;
	text-align:center;
}

.avanceProgramaticoListaActividades {
	background-color:#6E6E6E;
	color:#FFF;
	width:200px;
	font-size:12px;
	height:30px;
}