/* quitando items google */
a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
/* works area de reportes user */
.modalLoading {
	position: fixed;
	z-index:201;
	background: url(images/loader_img.gif) no-repeat center center;
	left:50%;
	height: 188px;
	width: 250px;
	margin-left:-125px;
	border:1px #1100ff solid;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
.modalLayout {
    display:    none;
    position:   fixed;
    z-index:    201;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                50% 50% 
                no-repeat;
}
.loadigAction{
	position: relative;
	display:block;
	float:left;
	background: url(iconos/animations/cargando.gif) no-repeat center center;
	margin: 0 5px 0 0;
	height: 15px;
	width: 210px;
}
#BTNAyuda{
	width: 32px;
	height: 32px;
	background: #FFF;
	border: #000 solid 1px;
	float: right;
	color:#000000;
	font-weight: bold;
	line-height: 35px;
	cursor: pointer;
	background: url(images/help.png) no-repeat center center;
}
#alertasM{
	padding:10px;
	width:350px;
	position:absolute;
	left:100%;
	margin-left:-375px;
	top:325px;
	border:1px solid #03C;
	background:#FFF;
}
#alertasM button{
	float:right;	
}
#alertasM .txt{
	max-width:350px;
	max-height:250px;;
	overflow:auto;
}
#alertasM .txt .title{
	font-size:16px;
	font-weight:bold;
}
#alertasM .txt .item{
	clear:both;
	margin-top:10px;
	border-bottom:#039 solid 1px;
}
/* arrastrar y soltar */
.itemDraggable{
	border: 1px solid #2267a0; 
	font-weight: normal; 
	color: #000000;
	padding:6px;
	cursor:move;	
}

/* Menu de crh */
.bubbleMenuLayerOptions{
	min-width:34px;
	min-height:34px;
	padding:5px;
	background:#FFFFFF;
	border:#000000 1px solid;
	z-index:100000;
	position:absolute;	
	margin:0 0;
	float:none;
}
.bubbleMenu{
	min-width:34px;
	min-height:34px;
	padding:5px;
	background:#FFFFFF;
	border:#000000 1px solid;
	z-index:100000;
	position:absolute;	
}
.bubbleMenu a{
	text-decoration:none;
}
a.cerrarmess
{
  position: relative;
  display:block;
  float: right;
  background-image: url('iconos/actions/closeElement.gif');
  background-position: center right;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
  height: 32px;
  width: 32px;
}
a.cerrarmessmall
{
  position: relative;
  display:block;
  background-image: url('iconos/actions/closeElement.gif');
  background-position: center right;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
  height: 32px;
  width: 32px;
}
div.mensajes
{
	display:none;
	width:100%;
	height:auto;
	line-height:35px;
	background-color:#FFFF99;
	overflow:hidden;
	border:#FF0000;
	padding: 0 10px 0 10px;
}

/* Inicio de Listados */
.subMenu{
	width:100%;
	color:#000;
}

.subMenu .item{
	cursor: pointer;
	background:#FFFFFF;
	color:#000;
}
.subMenu .item:hover{
	background:#c0c0c0;
	border: solid 1px #83B8E4;
}
.subMenu .item .text{
	padding:5px;
}

/* Fin de listados */
/*itemFile*/
.itemFile{
	border: #ff8000 solid 1px;
	padding: 5px;
	border-radius:10px;
	margin-bottom: 5px;
}
.itemFile span{
	font-weight: bold;
	font-size: 16px;
	color: #FF0000;
}
/*Tables*/
.table1{
	width: 100%;
}

.barToolV{
	min-height: 450px;
	width: 20%;
	border: #83B8E4 solid 1px;
	box-shadow: 5px 10px 5px #888888;
	padding: 10px;
	float: left;
}
.workAreaV{
	min-height: 450px;
	width: 76%;
	float: right;
}
/* table list */
/* Inicio de Listados */
table.List{
	width:100%;
}

table.List tr{
	border:#000000 solid 1px;
	background:#FFFFFF;
}

table.List tr:hover{
	background:#CCCCCC;
}

table.List tr td{
	padding: 5px;
	border:#000000 solid 1px;
}
/** kpí */
.statKpiText{
	width: 100%;
}
.statKpiText td{
	padding: 10px;
	cursor: pointer;
	border: solid 1px #888888;
}
.statKpiText td:hover{
	background-color: #dfedf9;
}
.statKpiText td span{
	font-size: 32px;
	font-weight: bold;

}