@font-face {
	font-family: AkragesFont;
	src: url('../fuentes/Ubuntu-R.ttf');
}

body {
	/*font: 76% Verdana, Tahoma, Arial, sans-serif;*/
	font-family: AkragesFont, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #404040;
	line-height: 1.2em;
	margin: 0 auto;
	padding: 0;
	/* background-image: url("../imagenes/fondoApp.png");
	background-attachment: fixed; */
	/* background-image: url("../imagenes/fondoLogin.jpg"); */
	background-attachment: fixed;
}

.textoRojo {
	color: Red;
}

.textoVerde {
	color: Green;
}

.textoAzul {
	color: blue;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	margin: 10px 0 8px 0;
	padding: 1px 2px 2px 3px;
}

a {
	text-decoration: none;
	color: #00344d;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

/* VENTANAS EMERGENTES TIPO MODAL */

.ventana_emergente{
	display:none;
	background-color:white;
	position:fixed;
	z-index:310;
	top:50%;
	left:50%;
	text-align: center;
	overflow: auto;
}

.ventana_emergente .titulo{
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
	color: red;
}


/* FONDO NEGRO */

.fondo_negro{
	position:fixed;
	display:none;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 305;
	/* background-color:rgba(0,0,0,0.4); */
	background-image: url("../imagenes/fondoApp.png");
	opacity: 0.7;
}

/******** Agenda ********/

.cuerpoLogin{
	background-image:url("../imagenes/fondoLogin.jpg");
}

/*################################*/
/*             Login              */
/*################################*/

.login{
	position: absolute;
	padding: 20px;
	display: inline-block;
	background-color: #edeef0;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	top: 20%;
	vertical-align: top;
}

/********************************/
/*         CAMPOS FORM          */
/********************************/

.camposForm{
	margin: 0px;
	padding: 0px;
	list-style:none;
}

.camposForm > li{
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	/* width: 160px; */
}

.camposForm > li > div.triangulo_derecha{
	top:0px;
	width: 0px;
	height: 0px;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 15px solid;
	display: inline-block;
	vertical-align: top;
	/* border-left-color: #9fd0f4; */
	border-left-color: #82D2FA;
	background-color: white;
}

.camposForm > li > div.label{
	font-size: 12pt;
	display: inline-block;
	vertical-align: top;
	width: 130px;
	/* background-color: #9fd0f4; */
	background-color: #82D2FA;
	line-height: 40px;
	padding-left: 10px;
	color: white;
}

.camposForm > li > div.labelLargo{
	width: 377px;
}

.camposForm > li > div.input{
	display: inline-block;
	height: 100%;
	vertical-align: top;
}

.camposForm > li > div > input[type=text], input[type=password]{
	border:none;
	height: 38px;
	margin-right: 0px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	margin-left: 0px;
}

.camposForm > li > div > select{
	width: 188px;
	background-color: white;
	height: 40px;
	border-style: none;
	outline:0px;
}

.camposForm > li > div > input[type=text]:focus, input[type=password]:focus{
	outline:0px;
}

/********************************/

/********************************/
/*  FORMULARIO SOLICITUD PASS   */
/********************************/

.formulario_solicitud_pass{
	background-color: #edeef0;
	padding: 5px;
}

.formulario_solicitud_pass > span{
	color: black;
	font-size: 14px;
}

/********************************/

/* .izqFormSolicitudPass{
	float: left;
	text-align: left;
	background-color: rgba(77, 188, 233, 1);
	padding: 1% 1% 1% 1%;
	width: 80px;
	height: 0px;
	border: 1px solid #002269;
	color: white;
	font-weight: bold;
	border-right: 1px solid gray;
}

.derFormSolicitudPass{
	float: left;
	text-align: left;
	padding: 1% 1% 1% 1%;
	height: 25px;
	border-right: 1px solid #002269;
} */

/*################################*/

div[class^="menuPorCategoria"]{
	overflow-y: auto;
}

/*################################*/
/*            Botones             */
/*################################*/
.boton{
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	margin-top: 6px;
	margin-bottom: 6px;
	white-space: nowrap;
}

.boton > span {
	display: inline-block;
	vertical-align: top;
}

.boton > .texto_boton{
	line-height: 2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.boton > .triangulo_izquierda{
	width: 0em;
	height: 0em;
	border-top: 1em solid transparent;
	border-bottom: 1em solid transparent;
	border-right: 0.5em solid;
}


.boton > .triangulo_derecha{
	width: 0em;
	height: 0em;
	border-top: 1em solid transparent;
	border-bottom: 1em solid transparent;
	border-left: 0.5em solid;
}

.boton_desactivado{
	opacity: 0.4;
	cursor: default;
}
 
/*################################*/
/*        Colores Botones         */
/*################################*/

/* Gris oscuro */
.boton_gris_oscuro > .triangulo_izquierda{
	border-right-color: #9a9a99;	
}

.boton_gris_oscuro > .triangulo_derecha{
	border-left-color: #9a9a99;
}

.boton_gris_oscuro > .texto_boton{
	background-color: #9a9a99;
}

/* Negro */
.boton_negro > .triangulo_izquierda{
	border-right-color: black;
}

.boton_negro > .triangulo_derecha{
	border-left-color: black;
}

.boton_negro > .texto_boton{
	background-color: black;
	color: white;
}

/*################################*/


#calendario {
	font-size: x-small;
}
#calendario .diaSemana {
	padding: 2px 2px 2px 4px;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	border-right: 1px solid #111111;
	border-bottom: 1px solid #111111;
	background-color: #5645ef;
	text-align: center;
	color:white;
}
#calendario .fila td {
	text-align: right;
	vertical-align: top;
	height: 40px;
	padding: 2px 4px 2px 2px;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	border-right: 1px solid #111111;
	border-bottom: 1px solid #111111;
}

#anterior, #siguiente {
	border: 1px solid transparent;
}
#anterior a:link, #siguiente a:link {
	text-decoration: none;
}
#calendario .fila td:hover, #anterior:hover, #siguiente:hover {
	color: blue;
	border: 1px solid blue;
}
#calendario .fila td, #anterior, #siguiente {
	cursor: pointer;
}
#calendario .hoy {
	font-weight: bold;
	background-color: #fffeb7;
}
#calendario .mes {
	font-weight: bold;
	background-color: #ebe9f4;
}
#calendario .dom {
	font-weight: bold;
	background-color: #EEEEEE;
}
#calendario a:link {
	color: black;	
	text-decoration: none;
}
#calendario .dom a:link, #calendario .otro_dom a:link {
	color: red;
	text-decoration: none;
}
#calendario .otro, #calendario .otro_dom {
	background-color: #dedbf1;
}
#agenda {
	width: 100%;
}


/**********/
/*  RUTAS */
/**********/

.direccionVisitada{
	background: lightgray;
	text-decoration: line-through;
}



/******** Agenda2 ********/
/* Se utiliza para seleccionar un d�a del calendario */

#calendario {
	font-size: x-small;
}
#calendario .diaSemana {
	padding: 2px 2px 2px 4px;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	border-right: 1px solid #111111;
	border-bottom: 1px solid #111111;
	background-color: #AAAAAA;
	text-align: center;
}
#calendario .fila td {
	text-align: right;
	vertical-align: top;
	padding: 2px 4px 2px 2px;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	border-right: 1px solid #111111;
	border-bottom: 1px solid #111111;
}
#anterior, #siguiente {
	border: 1px solid transparent;
}
#anterior a:link, #siguiente a:link {
	text-decoration: none;
}
#calendario .fila td:hover, #anterior:hover, #siguiente:hover {
	color: blue;
	border: 1px solid blue;
}
#calendario .fila td, #anterior, #siguiente {
	cursor: pointer;
}
#calendario .hoy {
	font-weight: bold;
	background-color: #EEEEAA;
}
#calendario .mes {
	font-weight: bold;
	background-color: #EEEEEE;
}
#calendario .dom {
	font-weight: bold;
	background-color: #EEEEEE;
}
#calendario a:link {
	color: black;	
	text-decoration: none;
}
#calendario .dom a:link, #calendario .otro_dom a:link {
	color: red;
	text-decoration: none;
}
#calendario .otro, #calendario .otro_dom {
	background-color: #DDDDDD;
}

#wrap {
	color: #404040;
	width: 580px;
	margin: 1% auto;
	padding: 0;
	border: 1px solid gray;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-box-shadow: #B3B3B3 2px 2px 2px;
	-moz-box-shadow: #B3B3B3 2px 2px 2px;
	box-shadow: #B3B3B3 2px 2px 2px;
}
#logo_login {
	top: 30px;
	padding: 1%;
	/*border: 1px solid #000224;*/
	border-bottom: 1px solid gray;
	text-align: left;
}
#hueco-abajo {
	clear: both;
	top: 30px;
	padding: 1%;
	/*border: 1px solid #000224;*/
	border-top: 1px solid gray;
	text-align: right;
}
.izq {
	float: left;
	clear: left;
	text-align: left;
	background-color: rgba(77, 188, 233, 1);
	padding: 1% 1% 1% 1%;
	height: 25px;
	width: 80px;
	/*border: 1px solid #002269;*/
	color: white;
	font-weight: bold;
	border-right: 1px solid gray;
}
.der {
	float: left;
	text-align: left;
	padding: 1% 1% 1% 1%;
	height: 25px;
	width: 268px;
	/*border-right: 1px solid #002269;*/
}

.box {
	color: #ffffff;
	font-size: 0.9em;
	background-color: #ff8e09;
	border: 1px solid #c8c8c8;
	line-height: 1.3em;
	padding: 5px 5px 5px 3px;
}

.menu {
	border: 1px solid #556655;
	background-color: #ffb77c;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 154px;
	
}

.menu td {
	border: 1px solid #556655;
	clear: both;
	margin: 2px;
	padding: 2px;
	text-align: left;
	background-color: #ffdabc;
	background-repeat: no-repeat;
	background-position: left center;
}
.menu .cabecera {
	background-color: #f4780f;
	font-weight: bold;
	text-align: center;
	padding-left: 0px;
	color: white; 
}
.menu a:HOVER {
	color: blue;
	text-decoration: none;
}

.menu a {
	color: black;
}






/******** Tabla de promociones (presupuesto) ********/
/* .tabla thead a:link, .tabla thead a:visited {
	color: white;
	text-decoration: none;
}
.tabla tbody a:link {
	color: black;
	text-decoration: none;
}
.tabla a:hover {
	color: blue;
}
.tabla .principal {
	padding: 2px;
	border: 1px solid #111111;
	background-color: #beb6f1;
}
.tabla .secundaria {
	padding: 2px;
	border: 1px solid #111111;
	background-color: #ebe9f4;
}
.tabla tbody td {
	padding: 2px;
	border: 1px solid #111111;
}
.tabla thead th {
	color: white;
	padding: 2px;
	border: 1px solid white;
	font-weight: bold;
}

.tabla {
	width: 100%;
} */

.totales {
	font-size: large;
	line-height: 120%;
}

/* TABLA DE ALBARANES */

.tablaSecundaria thead a:link, .tablaSecundaria thead a:visited {
	color: white;
	text-decoration: none;
}
.tablaSecundaria tbody a:link {
	color: black;
	text-decoration: none;
}
.tablaSecundaria a:hover {
	color: blue;
}
.tablaSecundaria .odd {
	background-color: #EEE;
}
.tablaSecundaria .even {
	background-color: white;
}
.tablaSecundaria tbody td {
	padding: 2px;
	border: 1px solid #111111;
}
.tablaSecundaria thead th {
	color: #EEEEEE;
	padding: 2px;
	border: 1px solid #111111;
	font-weight: bold;
}








textarea {
	font-size: 14px;
	resize: none;
	width: 100%;
  	overflow: hidden;	
}

p {
	margin: 4px;
}
.grande {
	font-size: 14px;
}
.campo {
	width: 200px;
}
.campoMitad {
	width: 100px;
}
.campoDoble {
	width: 400px;
}
#tablaRegistro {
	padding: 7px;
	border: 1px #555566 solid;
	background-color: #EEE 	;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	display: inline_block;
	-webkit-box-shadow: #B3B3B3 2px 2px 2px;
	-moz-box-shadow: #B3B3B3 2px 2px 2px;
	box-shadow: #B3B3B3 2px 2px 2px;
}
.cajaRegistro{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 7px;
	border: 1px #555566 solid;
	background-color: #EEE 	;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	display: inline_block;
	-webkit-box-shadow: #B3B3B3 2px 2px 2px;
	-moz-box-shadow: #B3B3B3 2px 2px 2px;
	box-shadow: #B3B3B3 2px 2px 2px;
}
.cajaTotales{
	text-align: left;
	float: right;
}
/* Documento Cabecera */
.documentoCabecera{
	width: 300px;
	text-align: left;
}
/* ################### */
.negrita{
	font-weight: bold;
}
.importe{
	text-align: right;
}
.texto{
	text-align: left;
}

/* .boton {
	width: 80px;
} */
.tituloCampo {
	line-height: 24px;
}

textarea.grande {
	font-size: 14px;
	height: 200px;
	width: 450px;	
}

textarea.mediano {
	font-size: 14px;
	height: 150px;
	width: 300px;	
}








/* 800px - An open source xhtml/css website template by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer.

Version: 1.0, March 29, 2006 */

/******** General tags ********/
body,textarea{
/*font:76% Verdana,Tahoma,Arial,sans-serif;*/
font-family: AkragesFont, Arial, Verdana, sans-serif;
color:#404040;
line-height:1.2em;
margin:0 auto;
padding:0;
}
a{
text-decoration:none;
color:#00344d;
font-weight:bold;
}
a:hover{text-decoration:underline;}
a img{border:0;}
p{margin:0 0 18px 10px;}
ul,ol,dl{font-size:1em; margin:2px 0 16px 16px;}
/*li {margin: 0px 0px 10px 0px;}*/
ul ul,ol ol{margin:4px 0 4px 35px;}
/* th {text-align:center; border:1px dotted #dadada;} */
h1{
font-size:4.2em;
letter-spacing:-5px;
margin:0 0 30px 25px;
color:#00225A;
}
h1 a{text-transform:none; color:#00344d;}
h2{
font-size:1.4em;
color:#00344d;
border-bottom:4px solid #dadada;
padding:0 2px 2px 5px;
margin:0 0 10px 0;
letter-spacing:-1px;
}
h3{
font-size:1.2em;
font-weight:bold;
color:#00344d;
border-bottom:1px solid #dadada;
margin:10px 0 8px 0;
padding:1px 2px 2px 3px;
}
blockquote{
font-size:0.9em;
border:1px solid #dadada;
margin:20px 10px;
padding:8px;
}

/******** Main wrap ********/
#wrap{
color:#404040;
width:760px;
margin:10px auto;
padding:0;
}
#header{margin:0;}
#toplinks{text-align:right; padding:5px 2px 2px 3px;}
#slogan{
font-size:1.5em;
color:#808080;
font-weight:bold;
letter-spacing:-1px;
margin:15px 0px 20px 35px;
line-height:1.2em;
}

/******** sidebar ********/
#sidebar{
float:left;
width:130px;
margin:0 0 5px 0;
padding:1px 0 0 0;
}
#sidebar ul{
list-style:none;
font-size:0.9em;
margin:0;
padding:0 0 15px 10px;
}
#sidebar li{
list-style:none;
margin:0 0 1px 0;
padding:0;
}
#sidebar li a{
font-size:1.1em;
font-weight:bold;
padding:2px;
}
#sidebar ul ul{
margin:4px 0 3px 15px;
line-height:1.2em;
padding:0;
}
#sidebar ul ul li a{font-weight:normal;}
#sidebar h2{margin:3px 0px 8px 0px;}

/******** Content variations ********/
#content{
line-height:1.5em;
width:600px;
float:right;
text-align:left;
margin:0;
padding:0;
}
#contentalt{
line-height:1.5em;
width:600px;
float:left;
text-align:left;
padding:0;
margin-right:20px;
}
#content h3, #contentalt h3{margin:10px 0 8px;}

/******** Footer ********/
#footer{
clear:both;
text-align:right;
color:#808080;
font-size:0.9em;
border-top:4px solid #dadada;
margin:0 auto;
padding:8px 0;
line-height:1.6em;
}
#footer p{margin:0; padding:0;}
#footer a{color:#808080;}



/******** Various classes ********/
.box_login{
color:#ffffff;
font-size:0.9em;
background-color:#ff8e09;
border:1px solid #c8c8c8;
line-height:1.3em;
padding:5px 5px 5px 8px;
}
/********************************/
/*Color enlaces de los mensajes */
/********************************/
.box a{
	font-weight:bold;
	text-decoration:underline;
}
/********************************/
.left{float:left; margin:0 15px 4px 0;}
.right{float:right; margin:0 0 4px 15px;}
.textright{text-align:right;}
.readmore{text-align:right; margin:-10px 10px 12px 0;}
.compact{margin: 0 0 0 0;}
.center{text-align:center;}
.blue{color:#00344d;}
.big{font-size:1.3em;}
.small{font-size:0.8em;}
.bold{font-weight:bold;}
.clear{clear:both;}
.hide{display:none;}
.fade{color:#c8c8c8;}
.gray{color:#808080;}

.photo{
border:1px solid #bababa;
padding:2px;
background-color:#ffffff;
margin:6px 18px 2px 5px;
}

/*################################*/
/*   Botones del menu principal   */
/*################################*/

.boton_menu_principal{
	text-decoration: none;
	cursor: pointer;
	padding: 5px;
	font-size: 0.8em;
	/* width: 200px;
	height: 114px; */
	/* DISPLAY: inline-block; */	
	/* text-align: center; */
	vertical-align: middle;
	overflow: hidden;
	cursor:pointer;
}

.boton_menu a:HOVER{
	text-decoration: none;
}

.boton_menu_principal img{
	width: 75px;
	height: 75px;
	margin-bottom: 10px;
	display: block;
}

/* .boton_menu_principal{
	border: 1px solid lightgray;
	background-color: #EEE;
	cursor: pointer;
	padding: 5px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-box-shadow: #B3B3B3 2px 2px 2px;
	-moz-box-shadow: #B3B3B3 2px 2px 2px;
	box-shadow: #B3B3B3 2px 2px 2px;
} */
	
/* .boton_menu_principal:active {
	background: #EEE;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
} */

/* .boton_menu_principal{
	text-decoration: none;
} */

/*################################*/

.informe {
	border: 1px solid lightgray;
	background-color: white;
	padding: 3px;
	cursor: pointer;
	padding: 5px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-box-shadow: #B3B3B3 2px 2px 2px;
	-moz-box-shadow: #B3B3B3 2px 2px 2px;
	box-shadow: #B3B3B3 2px 2px 2px;
	cursor: pointer;
	margin: 2px;
	
}
.informe:active {
	background: #eeeeff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
}

.informe:hover{
	text-decoration: none;
}

.informeDeshabilitado {
	border: 1px solid #c9c7ba;
	background-color: #f5f4ea;
	padding: 3px;
	color: #c9c7ba;
		-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 5px;
}

.lineaBlanco {
	font-size: 1px;
}

.espacioBlanco {
	width: 100px;
	display: inline-block;
}

.titulo {
	font-size: 20px;
	font-weight: bold;
	color: rgba(77, 188, 233, 1);
}

/*MENU PERSONALIZADO*/


.boton_cerrar{
	float: right;
	/*background-image: url('../imagenes/edit_remove.png');*/
	cursor: pointer;
}

.contenedor_botones_menu{
	padding: 2px;	
	overflow: hidden;	
	margin: 0 auto;
	margin-top: 28px;
}

.contenedor_botones_menu::before{/*Esto es para el logo de akrages de fondo de la pantalla principal*/
	content: "";
    position: absolute;
    z-index: -1;
    top: 30%;
    bottom: 0;
    left: 275px;
    right: 15%;	
	background-image: url("../imagenes/cabecera/AkragesLogoFondo.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
	
 	opacity:0.07; 
}

.boton_menu{
	/*text-align: center;*/
	font-size: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	float: left;	
	overload:auto;
	position: relative;
	width: 200px;
	height: 119px;
}

.boton_menu:HOVER{
	/* background-color: #C2C3C3; */
}

.imagen_pequenya{
	width: 24px;
	height: 24px;
	vertical-align: middle;
}

.imagen_pequenya_tpv{
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

.boton_menu_tpv{
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 0px;
	display: inline-block;
	margin: 1px;
}


.boton_menu_tpv_antiguo{
	/*text-align: center;*/	 
	/*font-size: 10px;*/
	padding-right: 1px;
	padding-left: 0px;
	padding-top: 0px;
	float: left;
	overload:auto;
}

.boton_menu_tpv_inf{
	/*text-align: center;*/	 
	font-size: 8px;
	padding-right: 1px;
	padding-left: 0px;
	padding-top: 0px;
	float: left;
	overload:auto;
}

.span_tpv{
	text-align: center; 
	DISPLAY: inline-block;  
	vertical-align: middle; 
	WIDTH: 85px; 
	/* HEIGHT: 70px */; 
	overflow: hidden;
	border: 1px solid #aaaaff;
	background-color: #eeeeff;
	padding: 1px;
	cursor: pointer;
	position: relative;
}

.span_tpv_acceso_directo{
	position: absolute;
	top: 0px;
	right: 0px;
}

.span_tpv_p{
	text-align: center; 
	DISPLAY: inline-block;  
	vertical-align: middle; 
	WIDTH: 85px; 
	HEIGHT: 20px; 
	overflow: hidden;
	border: 1px solid #aaaaff;
	background-color: #eeeeff;
	padding: 3px;
	cursor: pointer;
	position: relative;
}

.span_tpv_p_acceso_directo{
	position: absolute;
	top: 0px;
	right: 0px;
}

.span_tpv_inf{
	text-align: center; 
	DISPLAY: inline-block;  
	vertical-align: middle; 
	WIDTH: 65px; 
	HEIGHT: 70px; 
	overflow: hidden;
	border: 1px solid #aaaaff;
	background-color: #eeeeff;
	padding: 3px;
	cursor: pointer;
}



.botonera_superior_tpv{
	/*
	border-bottom: 5px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: black;	
	*/	
	/*overflow: hidden;
	position: fixed;
	top:0px;*/
	/* Mozilla firefox 2 */
 	display: -moz-inline-stack;
 	/* Todos los navegadores modernos incluido firefox > 2 */
 	display: inline-block;
 	/* Internet explorer */
 	zoom: 1;
    /*display: inline;	*/
}


.vendedor_total_tpv{
	overflow:hidden;
	border: 2px;
	border-style: solid;
	border-color: #556;
	background-color: #EBF0F5;
	/*position: fixed;*/
	/*top:80px;*/
	width: 100%;
}


.vendedor_tpv{
	
}

.cancelar_venta_tpv{
	float: right;
}


.totales_tpv{
	/*background-color: black;
	color: white;*/
	/*font-size: large;*/
	
}

.totales_tpv TD{	
	border-color: white;
	border-style: solid;
	border-width: 2px;
	/*padding: 5px;*/
	font-weight: bold;
}

.totales_tpv TD.total{	
	/*background-color: yellow;
	color: black;*/
}



.total_tpv{
	/*color: yellow;*/
	font-size: x-large;	
	text-align: right;
}


.lineasDetalle_tpv{
	/*position:fixed;
	top:240px;*/
	overflow: auto;
	width: 100%;
	/*height: 440px;*/	
	

}

#operacion_en_curso_tpv{
	font-size: large;
	color: rgb(0, 189, 255);
	font-size: 21pt;
}

.pieTPV{
	position: fixed;
	bottom: 0;	
}


#boton_ocultar_pie{	
	position:fixed;
	right:0;
	bottom:0px;
}

.barraInferior{
	/*position: fixed;
	bottom: 0;*/	
	background-color: transparent;
	padding-top: 5px;
	width: 100%;
}



.pagarTPV{
	font-size: xx-large;
	font-weight: bolder;	
}


.pagarTPV input{
	font-size: xx-large;
	font-weight: bolder;
	size: 10;
}






.alineacionDerecha {
	text-align: right;	
}

.alineacionDerechaPrecio {
	text-align: right;	
}

.alineacionCentrada {
	text-align: center;	
}


/*** PESTANAS ***/

#pestanas {
	float:left;
	width:100%;
	line-height:normal;
	font-size: 14px;
	/*font-weight: bold;*/
	/*pongo un fondo para toda capa donde est�n las pesta�as*/
	/* background: transparent url(../imagenes/fondo-pestanas.gif) repeat-x bottom; */
}
#pestanas ul {
	margin:0;
	padding:0;
	list-style:none;
}
#pestanas li {
	float:left;
	margin:0 0 0 3px;
	padding:0;
	background:url("../imagenes/p-der.png") no-repeat right top;
}
#pestanas a {
	display:block;
	background:url("../imagenes/p-izq.png") no-repeat left top;
    padding:3px 10px 3px 10px;
	color: black;
	text-decoration: none;
	/*definimos un padding para los enlaces de las pesta�as*/
	padding-bottom: 2px;
	/*border-bottom: 1px solid #000;*/
}
#pestanas .activa a{
	background-image:url("../imagenes/p-izq-activo.png");
	/*colocamos un padding 1 pixel mayor que el padding de los enlaces no activos*/
	padding-bottom:3px;
	color: white;
	/*border-bottom: 10px solid white;*/
}
#pestanas .activa{
	background-image:url("../imagenes/p-der-activo.png");	
}

#contenedorpestanas{
	/*background-color: #ccb355;*/
	background-color: white;
	padding: 10px;
	clear: both;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	
}
.nover{
	display: none;
}


/*Ocultar elementos en version movil*/
.ocultar_mv{
	/*display: none;*/
}

.inputs_text{
	width: 95%;
	background: white;
}

.inputs_text:focus{
	width: 95%;
	background: yellow;
}

.inputs_select{
	width: 95%;
}


.inputs_text_fijo{
	width: 40px;
}

.movil_largo_pc_corto{
	width: 40px;
}



.inputs_text_largo{
	width: 180px;
}


.inputs_text_muy_largo{
	width: 320px;
}

.inputs_text_completo{
	width: 100%;
}

.inputs_text_area{
	width: 99%;
	height: 150px;
	font-size: small;
}


.select_mv{	
	width: 95%;
}

.vertical-top{
	vertical-align: top;
}

.error{
	font-weight: bold;
	color:white;
	font-size: 0.9em;
	background-color: red;
	border: 1px solid #c8c8c8;
	line-height: 1.3em;
	padding: 5px 5px 5px 3px;

}


/*************************/
/*         Tabla         */
/*************************/
.tabla{
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}

.tabla > tbody > tr:not([id^=trAIs]), .tabla > thead > tr{
	height: 30px;
}

.tabla td{
	padding-left: 5px;
	padding-right: 5px;
}

.tabla > thead > tr > th{	
	background-color: #82D2FA;
}

.tabla > tbody a{
	font-weight: normal;
}

.tabla > tbody > tr:nth-child(odd) {
	background-color: #e4e4e4;
}

/* .tabla > tbody > tr:nth-child(2n+1){
	background-color: #e4e4e4; 
} */

.tabla > tbody > tr:hover:not([id^=trArticulosItem_]):not([id^=trAIs]):not([id^=filaDesglose_]){
	background-color: #C2C3C3;
}

.tabla > tfoot > tr > td:FIRST-CHILD{
	padding-top: 10px;
}

.tabla > tbody td, .tabla > thead th{
	border-style: solid;
	border-width: 1px;
	border-color: white;
}
 /*************************/
 
/******** Tarea ********/
 /*#tabla thead a:link,#tabla thead a:visited {
	color: white;
	text-decoration: none;
	width: 100%;
}

#tabla tbody a:link {
	color: black;
	text-decoration: none;
}
#tabla a:hover {
	color: blue;
}
#tabla .principal {
	padding: 2px;
	background-color: lightgray;
}
#tabla .secundaria {
	padding: 2px;
	border: 1px solid #111111;
	background-color: #ebe9f4;
}

#tabla tbody td {
	padding: 2px;
}

#tabla .odd {
	background-color: #EEE;
}
#tabla .even {
	background-color: white;
}
#tabla thead th {
	color: white;
	padding: 2px;
	border: 1px solid white;
	font-weight: bold;
} 

th.sortable a {
	background-image: url(../imagenes/arrow_off.png);
	background-repeat: no-repeat;
}

th.order1 a {
	background-image: url(../imagenes/arrow_up.png);
	background-repeat: no-repeat;
	background-color: inherit;
	color: #e94f66;
}

th.order2 a {
	background-image: url(../imagenes/arrow_down.png);
	background-repeat: no-repeat;
	background-color: inherit;
	color: #e94f66;
}

th.sorted a{
	background-position: right;
	display: block;
	width: 100%;
	background-color: inherit;
}
th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

#tabla {
	width: 100%;	
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	display: inline_block;
	-webkit-box-shadow: #B3B3B3 2px 2px 2px;
	-moz-box-shadow: #B3B3B3 2px 2px 2px;
	box-shadow: #B3B3B3 2px 2px 2px;
	border: 2px solid #EEE;
	margin: 10px 0px 10px 0px;
	background: white;
	border: 1px solid gray;
}
*/


.vacio {
	width: 10px;
}

.no_leido{
	font-weight: bolder;
	/*background-color: white;*/
}

.leido{
	font-weight: lighter;
	/*background-color: #ebe9f4;*/
}

#div_tabla{
	padding-left: 10px;
	padding-right:10px;
	
}

/* 
#tabla .dir_par{
	border: none;
	background-color: #EEE;		
}	

#tabla .dir_impar{
	border: none;
	background-color:white;	
}

#tabla table thead th {
	color: #EEEEEE;
	padding: 2px;
	border: 1px solid #111111;
	background-color: #8f84ef;
	font-weight: bold;
}

#tabla .tablaCalendario tbody td {
	padding: 0px 0px 0px 0px;
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	background-color: transparent;
	border-spacing:0px;
	margin:0px;
	width:1px;
} */

.boton_numerico{	
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	width: 100%;
}


.salto_movil{
	display : none;
}

.salto_pc{
	
}

table#filtro tr td{
	vertical-align: bottom;
}


.idioma_clave{
	width: 200px;
}

.idioma_texto{
	width: 440px;
}


td .check{
	width: 5px;
}

/*************************/

/**** PANTALLA CARGANDO **/
.pantalla_cargando{
	position: fixed;
	width: 100%;
	height: 100%;
	background: black;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0.6;
	-khtml-opacity: 0.6;
	-moz-opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.mensaje_cargando{
	position: fixed;
	z-index: 1001;
	top: 50%;
	left: 50%;
	margin-top:-42px;
	margin-left:-47px;
}

.simbolo_cargando{
 	background: white;
	text-align: center;
	border: 2px solid #999999;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	width: 75px;
	height: 75px;
}

.texto_cargando{
	font-weight: bold;
	/* background: white; */
	text-align: center;
	/* border: 2px solid #999999; */
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	margin-top: 10px;
	padding: 5px;
	display: none;
	
	color: white;
}
.div_vista_previa{
	display:none;
	position:absolute;
	margin-top:5px;
	background: white;
	border:2px solid gray;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 2px;
	text-align: center;
	z-index: 1000;
}

.contenedor_menu{
	position: absolute;
}

.div_menu{
	width:200px;
	display:none;	
	dispay: inline-block;
	position: absolute;
}

.pestanya{	
	top: 15px;
	height:24px;
	width:14px;
	background: white;
	position: absolute;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	left: -5px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	cursor:pointer;
}


.cabecera{
	/* width: 100%; */
	height: 25px;
	margin: 4px 10px 10px 10px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	display: inline_block;
	-webkit-box-shadow: #B3B3B3 2px 2px 2px;
	-moz-box-shadow: #B3B3B3 2px 2px 2px;
	box-shadow: #B3B3B3 2px 2px 2px;
}

.boton_cabecera{
	text-align: center;
	display: inline-block;
	line-height: 25px;
	color: white;
	width: 24%;
}

#contenido{
	padding-left: 10px;
	padding-right: 10px;
}

.cabecera_tabla_icono{
	white-space: nowrap;
	width: 1%;
}

/**** GALERIA DE ARTICULOS **/

.galeria_articulos{
	width: 500px;
	padding: 20px 0px 20px 0px;
	display: inline-block;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fila_imagenes_secundarias{
	margin: 5px 0px 5px 0px;
	display: inline-block;
	min-width: 260px;
	vertical-align: top;
}

.caja_imagen_principal{
	width: 300px;
	height: 300px;
	border: 1px solid #d5d5d5;
	margin: 5px 0px 5px 0px;
	background: white;
	/*Centramos la imagen en el div*/
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.caja_imagen_secundaria{
	width: 60px;
	height: 60px;
	border:  1px solid #d5d5d5;
	display: inline-block;
	text-align: center;
	cursor:pointer;
	background: white;
	vertical-align: top;
	
}

.div_botones_galeria{
	margin: 5px 0px 5px 0px;
	padding:0px;
	display: inline-block;
	vertical-align:top
}

.ul_botones_galeria{
	list-style: none;
	padding:0px;
	margin: 0px;
	height: 60px;
	width: 36px;
}

.caja_boton_galeria{
	border: 1px solid #d5d5d5;
	line-height: 27px;
	cursor:pointer;
	background: white;
}

#boton_galeria_arriba{
	margin-bottom: 2.5px;
	text-align: center;
}

#boton_galeria_abajo{
	margin-top: 2.5px;
	text-align: center;
}

.vr { 
    border-right: 1px solid #999999;
    height: 100%;
    width: 20px;
}

/* PANTALLA PARA ACTUALIZAR COMISIONES DESDE LINEAS DETALLE */

#pantalla_comisiones{
	display:none;
	z-index: 300;
	position: fixed;
	width: 400px;
	/*height:  150px;*/
	margin-top: -75px;
	margin-left: -200px;
	padding: 20px;
	top: 50%;
	left: 50%;
	border: solid gray 2px;
	background-color: #EEE;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;		
}

#pantalla_comisiones > ul{
	list-style: none;
	text-align: center;	
	margin: 0 auto;
	padding: 0;
	
}

#pantalla_comisiones > ul > li{
	padding: 12px;
}

#pantalla_comisiones > ul > li > span{
	margin-right: 24px;
}

#pantalla_comisiones > ul > li > input{
	margin-right: 12px;
	margin-left: 12px;
}

/* LISTAS DE PASAR DOCUMENTOS */

.lista_pasar_documentos{
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.lista_pasar_documentos > li{
	margin: 12px;
}

.sub_lista_pasar_documentos{
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.sub_lista_pasar_documentos li{
	display:inline-block;
	margin: 6px;
}

/* FILTROS PARA FORMULARIOS DE BUSQUEDA */

ul.lista_filtros{
	display:inline-block;
	margin: 0px;
	list-style: none;
}

ul.lista_filtros li{
	display:inline-block;
	margin: 5px;
}

ul.lista_filtros li > label{
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

/* CAJAS PARA LOS MANTENIMIENTOS */

form.form_mantenimiento{
	text-align: center;
	
}

.caja_mantenimiento {
	border: 1px #555566 solid;
	background-color: #EEE;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	display: inline_block;
	-webkit-box-shadow: #B3B3B3 2px 2px 2px;
	-moz-box-shadow: #B3B3B3 2px 2px 2px;
	box-shadow: #B3B3B3 2px 2px 2px;
	padding: 24px;
	display: inline-block;
}

ul.lista_mantenimiento{
	list-style: none;
	display:inline-block;
	text-align: right;
	padding: 12px;
}

ul.lista_mantenimiento > li{
	padding: 6px;
}

ul.lista_mantenimiento li > label{
	font-weight: bold;
	margin-right: 12px;
}

div.botones_mantenimiento{
	padding: 12px;
}

/* DIV PARA MOSTRAR NOTIFICACIONES EMERGENTES TIPO ANDROID*/
.div_toast {
	z-index: 999;
	background-color: black;
	font-weight: bold;
	color: white;
	position: fixed;
	display: block;
	width: auto;
	height: auto;
	padding: 0.8em;
	top: 30%;
	left: 50%;
	opacity: 0.90; 
	border: 0.2em solid #999999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

/* CATALOGO */

.caja_imagen_lista_catalogo{
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 8px;
}

.contenedor_imagen_lista_catalogo{
	background:white;
	border: 1px solid lightgray;
}	

.imagen_lista_catalogo{
	max-width: 100%;
	max-height: 100%;	
	vertical-align: middle;
	background: white;
}

.titulo_imagen_lista_catalogo{
	width: 200px;
	height: 49px;	
	vertical-align: middle;
	line-height: 49px;
	border-left: 1px solid lightgray;
	border-right: 1px solid lightgray;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	color: black;
	font-weight: bold;
	word-wrap: break-word;
}

.contenedor_imagen_grande{
	display:none;
	z-index:210;
	width:100%;
	height:100%;
	top:42px;
	left:0px;
	border:2px solid gray;
	position:fixed;
}

.lista_contenido_catalogo{
	margin-top:12px;
	list-style: none; 
	padding: 0;
}

.lista_contenido_catalogo > li {
	padding: 6px;
}

.lista_contenido_catalogo > li > div:first-child {
	width: 30%;
	text-align:left;
	display: inline-block;
}

.lista_contenido_catalogo > li > div:first-child > label {
	font-weight: bold;
}

#div_lista_imagenes_articulo_catalogo{
	display: inline-block;
	text-align: center;
}

.lista_contenido_catalogo > li > div:last-child {
	width: 69%;
	text-align:right;
	display: inline-block;
}

.contenedor_imagen_articulo_catalogo{
	width: 400px;
	height: 400px;
}

.imagen_articulo_catalogo{
	max-width: 100%;
	max-height: 100%;	
}

.imagen_lista_enlaces_centrada{
	width: 24px;
	height: 24px;
}

.boton_con_imagen{
	border: 1px solid lightgray;
	background-color: white;
	cursor: pointer;
	padding: 5px;
	display:inline-block;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-box-shadow: #B3B3B3 2px 2px 2px;
	-moz-box-shadow: #B3B3B3 2px 2px 2px;
	box-shadow: #B3B3B3 2px 2px 2px;
	cursor: pointer;
	margin: 2px;
}

.boton_con_imagen > img{
	width: 24px;
	height: 24px;
	vertical-align:middle;
}

.boton_con_imagen > span{
	font-weight: bold;
}

/****************************/
/*       AKRAGES LOGO       */
/****************************/

.akragesLogo{
	margin-top: 10px;
	margin-bottom: 10px;
}

.akragesLogo > img{
	vertical-align: middle;
}

.akragesLogo > span:first-of-type{
	font-size: 66px;
	margin-left: 13px;
	vertical-align: text-top;
}

.akragesLogo > span:last-of-type{
	font-size: 20px;
}

/****************************/
/*     BARRA DE PROGRESO    */
/****************************/
.barraProgreso{
	background-color: gray;
	height: 15px;
}
.barraProgreso > div{
	background-color: #82D2FA;
	height: 15px;
	max-width: 100%;
}
/****************************/

/****************************/

.listaLimpia{
	list-style:none;
	padding-left: 0px;
}

.centradoHorizontal{
	text-align: center;
}
/****************************/
/*        NUEVA TABLA       */
/****************************/
table.scroll {
    /* width: 100%; */ /* Optional */
    /* border-collapse: collapse; */
    /* border: 2px solid black; */
    border-spacing: 2px;
}

table.scroll tbody,
table.scroll thead { display: block; }

table.scroll thead tr th { 
    height: 30px;
    line-height: 30px;
    /* text-align: left; */
    background-color: #82D2FA;
}

table.scroll tbody {
    height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}

table.scroll tbody td,
table.scroll thead th {
    /* width: 20%; */ /* Optional */
    /* border-right: 1px solid black; */
    white-space: nowrap;
}

table.scroll tbody td:last-child,
table.scroll thead th:last-child {
    border-right: none;
}
/****************************/
/*  SCROLL TABLA PROP. ART  */
/****************************/
table.scrollprop {
    /* width: 100%; */ /* Optional */
    /* border-collapse: collapse; */
    /* border: 2px solid black; */
    border-spacing: 0px;
}

table.scrollprop tbody,
table.scrollprop thead { display: block; }

table.scrollprop thead tr th { 
    height: 30px;
    line-height: 30px;
    /* text-align: left; */
    background-color: #82D2FA;
}

table.scrollprop tbody {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

table.scrollprop tbody td,
table.scrollprop thead th {
    /* width: 20%; */ /* Optional */
    /* border-right: 1px solid black; */
    white-space: nowrap;
}

table.scrollprop tbody td:last-child,
table.scrollprop thead th:last-child {
    border-right: none;
}
/****************************/
/*        DIV ELASTICO      */
/****************************/
div.elastico {
    display:inline-block;
    border: solid 1px rgba(165, 165, 165, 0.99);
    min-height: 1em;
    width: 100%;
    background-color: white;
}

.recuadro {
	border: 1px solid lightgray; 
	margin: 0px;
}

/******************************/
/* ESTILOS SELECCION MULTIPLE */
/******************************/

.multiselect {
	/*width: 200px;*/
	position: relative;
}
.selectBox {
	position: relative;
}
.selectBox select {
	width: 100%;
	font-weight: bold;
}
.overSelect {
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
}
.checkboxes {
	display: none;
	border: 1px #dadada solid;
	position: absolute;
	overflow: auto;
	white-space: nowrap;
	height: 150px;
	/*width: 100%;*/
	max-width: 500px;
	background-color: white;
	z-index: 2;
}
.checkboxes label {
	display: block;
}
.checkboxes label:hover {
	background-color: #1e90ff;
}

table.bordeNegroTabla td{
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

.bordeNegroTabla > tbody > tr:nth-child(odd) {
	background-color: #e4e4e4;
}
 
.bordeNegroTabla > tbody > tr:hover:not([class=NoHover]){
	background-color: aqua;
}

.flecha {
	cursor: pointer;
}
.flecha:hover {
	text-decoration: none
}
.ocultar_boton {
	border: none; /* Eliminar el borde */
	padding: 0; /* Eliminar el relleno */
	color: transparent; /* Eliminar el color del texto */
	background-color: transparent;
	cursor: pointer;
}

.inactivo {
	text-decoration: line-through;
}

/****************************/
/*        Esto es para que funciona bootstrap 
			y no altere el resto de akrages .
		Cargo antes el css de bootstrap, luego el de Akrages (para que predomine), 
		 solo vale en bootstrap para los container y container-fluids      
*/
/****************************/

/*Esto anula el de boostrap*/
*, ::after, ::before {
	box-sizing: content-box;
}

#tablaRegistro 

/*Esto para que valga en bootstrap en algunas de akrages*/
.container,
  .container *,
  .container *:before,
  .container *:after ,  
.container-fluid,
  .container-fluid *,
  .container-fluid *:before,
  .container-fluid *:after,
  #tablaRegistro,
  #tablaRegistro *,
  #tablaRegistro *:before,
  #tablaRegistro *:after {
    box-sizing: border-box;
  }  
  
#tabla,
  #tabla *,
  #tabla *:before,
  #tabla *:after {
    box-sizing: content-box;
  }    
  
/****************************/
/*        NUEVA TABLA       */
/****************************/

table  {
	border-collapse: inherit;
}

.calendar .button {
    display: table-cell;
} 


/*Desplegable de edicion de los datatables*/
.dt-editable {
	cursor: pointer;
}