/**
 * Sencha GXT 3.1.2 - Sencha for GWT
 * Copyright(c) 2007-2014, Sencha, Inc.
 * licensing@sencha.com
 *
 * http://www.sencha.com/products/gxt/license/
 */
html,body {
  background: #3d71b8 url(../../imagenes/fondos/minimal_Desktop.jpg) no-repeat;
  background-size:100% 100%;
  font: normal 12px tahoma, arial, verdana, sans-serif;
 /*  background-color:green; */
  margin: 0;
  padding: 0;
  border: 0 none;
  overflow: hidden;
  height: 100%;
}
.x-taskbar {
  background: url(taskbuttons-panel-bg.gif) repeat-x !important;  
}
.pie_pagina {
  position:absolute; 
  bottom:35px; 
  /*padding: 4px;*/ 
  right:32px;
  font:normal 11px tahoma, arial, verdana, sans-serif;
  color:#FFFFFF;
  font-size:12px; 
  text-align:left;  
  text-shadow: blue 0.1em 0.1em 0.2em 
  /* text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0
		#b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px
		rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px
		rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px
		rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15); */
}
.imgLogoEmpresa {
  position:absolute; 
  bottom:60px; 
  right:45px;
  font:normal 11px tahoma, arial, verdana, sans-serif;
  color:#FFFFFF;
  font-size:12px; 
  text-align:left;  
  text-shadow: blue 0.1em 0.1em 0.2em;
  background: url("../../imagenes/logos/enterprise.png");
  height:120px;
  width:200px; 
  background-size: 200px 120px;
  background-color: transparent;
	background-repeat: no-repeat;
	background-position:center;
}


.styleMsgError{
	font-style: normal;	
	height: 180px;
	/*width: 290px;*/	
	font-size:12px; 
	overflow-y: auto;	
	/*display: table;
	text-align: center;		
	vertical-align: middle;*/	
}

.stylePaginGrid{
	display: block;	
	line-height: 16px;
	 padding: 2px 5px 0 2px; 
	font: 11px arial, tahoma, helvetica, sans-serif;
	white-space: nowrap;
}