body
{
	margin: auto 0 auto 0;
	padding: 0;
}
.body-login
{
	background: #FFF;
}
td { white-space: normal; } /* Se coloca td incluso para DIVs porque los de Microsoft son unas huevas, idiotas e imbeciles */

#axDivLo {
	background: url(../../img/ax-bg-white.png) repeat;
}

.ax-version-txt
{
	font-size: 12px;
}
#axCreditos
{
	position: absolute;
	right: 0;
	bottom: 0;
}
img
{
	border: 0;
}

.ibxInput, .ibxInputRO
{
	height: 19px;
}
.ibxInputRO{
	background-color: #EEE!important;
	border: 1px #ccc solid;
}
.ax-text, .ibxL, .ibxLNotNull
{
	font-size: 12px;
}
.ax_ind_not_null{
	color: red;
}
div.ax-upl-container{
	padding: 10px;
}
.ibxHidden, .ibxHIDDEN{display: none ! important}

#divHeader, #divHeaderAux{
	width: 100%;
	position: relative;
	clear: both;
}
#divMenu, #divMenuAux{
	width: 99.85%;
	position: relative;
	clear: both;
	margin: 0px auto;
}
#divAxysDBXApps {
	float: left;
}
#divAxysMenu {
	float:left;
}
#div_info_modulo {
	float:right;
}
#div_salida_segura {
	float:right;
}
/*=============================================*/
/* Mensajes de Alerta de AXYS - INICIO */
/*=============================================*/
/* BASE */
#axysAnuncio {
	position:fixed;
	top:55px;
	right:2px;
	z-index: 18010;
}

.ax-alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
/* Se toma la línea completo */
.ax-alert h4 {
  margin: 0;
}
/* Lugar del Boton de Cerrar Mensaje */
.ax-alert-close {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.ax-alert-close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.ax-alert .ax-alert-close {
  position: relative;
  top: -6px;
  right: -21px;
  line-height: 20px;
  color: rgb(0, 136, 204);
}

.ax-alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.ax-alert-danger,
.ax-alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.ax-alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.ax-alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.ax-alert-block > p,
.ax-alert-block > ul {
  margin-bottom: 0;
}

.ax-alert-block p + p {
  margin-top: 5px;
}

/* Personalización */
.ax-alert {
  padding: 8px 35px 8px 14px;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
}

.ax-alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.ax-alert-success, .ax-alert-success .ax-alert-heading {
  color: #468847;
}
.ax-alert-danger, .ax-alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.ax-alert-danger,
.ax-alert-error,
.ax-alert-danger .ax-alert-heading,
.ax-alert-error .ax-alert-heading {
  color: #b94a48;
}
.ax-alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.ax-alert-info, .ax-alert-info .ax-alert-heading {
  color: #3a87ad;
}
/* Mensajes de Alerta de AXYS - FIN */


/*=============================================*/
/* Tablas de Formularios de AXYS - INICIO */
/*=============================================*/
td.ax-lbl {
	text-align:right;padding: 0 10px;vertical-align:middle;background-color:#f7f7f7;
}
td.ax-campo {
	text-align:left;padding: 4px 10px;vertical-align:middle;
}
/*=============================================*/
/* Formularios de AXYS - INICIO */
/*=============================================*/
span.ax-lbl{
	color:#555;
}
span.ax-lbl-sombra{
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
button.ax-btn{
	padding:6px 14px;
}
.ax-btn{
	padding:6px 14px;
}
input.ax-input-file{
	display:none;
}

div.ax-tit{
padding: 7px 15px;
margin-bottom: 0;
line-height: 20px;
color: #777;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border: 1px solid #cccccc;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #b3b3b3;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
div.ax-bar{
padding: 7px 15px;
margin-bottom: 0;
line-height: 20px;
color: #777;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border: 1px solid #cccccc;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #b3b3b3;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}






div.ax-tit-footer{
	height:100%; line-height: 100%; background:url(../../img/ax-bg-white.png) repeat; color: #ccc; text-align:right; padding:45px; font-size:64px; font-family:Days One, arial, helvetica, verdana;text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}


/* Tablas de Formularios de AXYS - FIN */

/*=============================================*/
/* Sombras para cajas - Hoja Curva */
/*=============================================*/

.ax-shadow1
{
  position: relative;
}
.ax-shadow1:before, .ax-shadow1:after
{
/* Posiciona la sombra por detras del color de la caja*/
                  z-index: -1;
                  position: absolute;
                  /* no aplico ningún contenidos HTML */
                  content: "";
                  /* posiciona la sombra con respecto al borde inferior, izquierdo y superior */
                  bottom: 15px;
                  left: 10px;
                  top: 80%;
                  /* configura el ancho */
                  width: 50%;
/* color de fondo */
                  background: #777;
                  /* definicion de la sombra estandar para box-shadow */
                  -webkit-box-shadow: 0 15px 10px #777;
                  -moz-box-shadow: 0 15px 10px #777;
                  box-shadow: 0 15px 10px #777;
                  /* rotacion de la sombra */
                  -webkit-transform: rotate(-3deg);
                  -moz-transform: rotate(-3deg);
                  -o-transform: rotate(-3deg);
                  -ms-transform: rotate(-3deg);
                  transform: rotate(-3deg);
}
.ax-shadow1:after
{
                  /* rotacion de la sombra */
                  -webkit-transform: rotate(3deg);
                  -moz-transform: rotate(3deg);
                  -o-transform: rotate(3deg);
                  -ms-transform: rotate(3deg);
                  transform: rotate(3deg);
                  /* posiciona la sombra con respecto al borde izquierdo y derecho */
                  right: 10px;
                  left: auto;
}

.ax-button-radio {
	padding:4px 16px;
}

.oculto { display:none; }

/*=============================================*/
/* AX-Listar
/*=============================================*/
/* Tabla contenedora de la grilla */
/*.ax-tlistar {

}
.ax-chBuscar {
	padding: 5px;
}
*/
.axLBEditar {
	width:35px;
}
/* .listarCON = fue reemplazado con axl-grid */
.axl-grid  {
	overflow:auto;
/*	display: inline-block;
	width:100%;*/
}
