main {
	display: inline-block;
	width: 100%;
}

option{
	padding:1px;
	margin:1px;
	min-height: auto;
}

.cab1{
	background : none;
	color:#457E76;
	font : bold 1.2em Arial, sans-serif;
	border : 0px;
	margin : 0px 0px 2px 0px;
	padding : 0px 5px 0px 5px;
	clear: both;
	display: block;
}

.cab2{
	background : none;
	border-bottom: black 1px solid;
	font : bold 0.9em Arial, sans-serif;
	border : 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 15px 5px;
	clear: both;
	display: block;
}


.cab3{
	color: #333333;
	background:	transparent;
	font: bold 1.1em Arial, sans-serif;
	margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 5px;
}

.titulo_operaciones {
	float:left;
	font:bold 0.9em Arial,sans-serif;
	margin-bottom:3px;
	padding:3px 1%;
	white-space:nowrap;
	width:100%;
	margin: 2px 2px 2px 0;
	display: block;
	background-color: #DDEEEC;
}

ul.operaciones{
   list-style-type: none;
	/*float: left;*/
	clear: both;
	padding: 0 0 0 27px;
}

ul.operaciones li {
	border:1px solid #89BEBA;
	color:#333333;
	float:left;
	margin:2px 2px 2px 5px;
	padding:3px 5px 2px 5px;
}

.valor_detalle{
	list-style-type:none;
	float: left;
	font : 0.9em Arial,sans-serif;
	margin : 5px 0px 0px 5px;
	padding : 0px 0px 0px 0px;
}

.texto_variables,.texto_operaciones{
	list-style-type:none;
	font-size: 0.9em;
	font-weight:bolder;
	margin : 0px 0px 0px 15px;
	float: left;
	clear:both;
}


ul.variables{
   list-style-type: none;
	clear:both;
	padding: 0 0 0 27px;
	margin: 4px 0 0 0px;
}

ul.variables>li {
	float: left;
}

ul.variables>li.texto {
	width: 250px;
}


.titulo_variable {
    font: bold 0.9em Arial,sans-serif;
}

SELECT.cajaOperaciones{
	border : 1px solid #89BEBA;
	color : black;
	font : 0.8em Arial, sans-serif;
	height: 5em;
	width: 100%;
	margin: 2px 0px 0px 0px;
}

SELECT.cajaVariables{
	border : 1px solid #89BEBA;
	color : black;
	font : 0.8em Arial, sans-serif;
	width: 100%;
	padding: 0px 0px 0px 0px;
	min-width: 200px;
	max-width: 400px;
	margin: 0px;
	display:block;
	clear:both;
}

SELECT.cajaVariables optgroup{
	display:none;
}

SELECT.jax_COMBO{
	height: auto;
}

SELECT.jax_SELECT, SELECT.jax_SELECT_SIMPLE, SELECT.jax_TEXTO, #caja_periodo select{
	height: 120px;
}

SELECT.jax_TEXTO{
	height: 135px;
}

.jax_SELECT .radioCri{
	float: left;
}

.jax_SELECT.radio>label{
	display: block;
	padding: 2px;
	font: 0.8em Arial, sans-serif;
}

.jax_SELECT.radio .capaSelecBusqueda{
	/*margin-left: 22px;
	width: 90%;*/
}

.jax_SELECT.radio select{
	/*margin-left: 23px;*/
	width: -webkit-fill-available;
	min-width: 200px;
}

SELECT.cajaOpciones{
	border : 1px solid #89BEBA;
	color : black;
	font : 0.8em Arial, sans-serif;
	width: 350px;
	height: 65px;
	margin-bottom:5px;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}


#filterInformeDialog{
	display: none;
}

#operationDialog{
	display: none;
}

#operationDialog > ul{
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 10%;
}

#operationDialog > ul > li{
	display: block;
}

.optListButtons{
  	width: auto;
  	display: block;
  	text-align: center;
}

filterButton{
 	background: #89BEBA;
 	border: 1px solid #89BEBA;
    color: #333333;
}

.optButton{
	width: 80%;
 	background: #89BEBA;
    border: 1px solid #89BEBA;
    color: #333333;
    margin-top: 5px;
}

.selectAll, .deSelectAll{
	width: auto;
}

.resetInforme{
	background-image: url(../img/rotar_24x24.gif);
   	min-width: 1em;
   	min-height: 1em;
   	display: none;
   	filter: alpha(opacity=50);
   	float: right;
   	border: none;
   	background-color: inherit;
   	background-repeat: no-repeat;
}

.filterInforme{
   background-image: url(../img/filtro.png);
   min-width: 1em;
   min-height: 1em;
   display: inline-block;
   filter: alpha(opacity=50);
   float: right;
   border: none;
   background-color: transparent;
   background-repeat: no-repeat;
}

.filterInforme.clicked{
	background-color: grey
}

.filterInformeDialogTitle{
	height: auto !important;
}

.filterInformeDialogTitle .ui-dialog-title{
	white-space: normal;
	text-align : justify;
	font-weight: normal;
}

.sort{
   background-image: url(../img/old/cambiosentidoDESC.gif);
   min-width: 1em;
   min-height: 1em;
   display: inline-block;
   filter: alpha(opacity=50);
   float: right;
   border: none;
   background-color: inherit;
   background-repeat: no-repeat;
}

.sort.desc{
   background-image: url(../img/cambiosentidoDESC.gif);
   background-size: 16px;
   height: 16px;
   width: 16px;
   padding: 0px;
   margin: 0px;
   display: block;
}

.sort.asc{
   background-image: url(../img/cambiosentidoASC.gif);
   background-size: 16px;
   height: 16px;
   width: 16px;
   padding: 0px;
   margin: 0px;
   display: block;
}

.input_seleccionados {
	font: 1em Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: transparent;
	vertical-align: baseline;
	border: 0px;
	size: 1;
}

.cajaBusquedaVar{
	margin: 0px;
	font: 0.8em Arial, sans-serif;
}

.cajaBusquedaVar, .cajaBusquedaVar:focus{
	height: 100%;
	display: inline-block;
	float:none;
	border: 0px !Important;
	background:none;
	outline: -webkit-focus-ring-color auto 0px;
}

.puntero{
	cursor : pointer;
	vertical-align: middle;
	height: 20px;
	width: 20px;
}

#OrderRows .swapContent .swapColumn, #OrderColumns .swapContent .swapRown{
	display: none;
}

#OrderRows li:first-child .swapContent .swapUp, #OrderRows li:last-child .swapContent .swapDown,
#OrderColumns li:first-child .swapContent .swapUp, #OrderColumns li:last-child .swapContent .swapDown{
	visibility: hidden;
}

.swapContent{
	float:right;
	margin-left: 5px;
	vertical-align: middle;
}

.swapButtons{
	cursor : pointer;
	height: 15px;
	width: 15px;
}

ul.capa_opciones{
   list-style-type: none;
	display: inline;
	float:left;
}


ul.capa_opciones li {
	border: 1px solid #89BEBA;
	color : #333333;
	margin : 2px 2px 2px 0px;
	padding : 5px 5px 5px 5px;
}

#flechasOpsIzq{
	width: 20px;
	height: 1px;
}

.titulo_filas{
	width: 345px;
	font : bold 0.9em Arial, sans-serif;
	background : #89BEBA;
	padding-top:3px;
	padding-right:0px;
	padding-left:5px;
	padding-bottom:3px;
	margin-bottom: 3px;
}

.titulo_columnas{
	width: 345px;
	font : bold 0.9em Arial, sans-serif;
	background : #89BEBA;
	padding-top:3px;
	padding-right:0px;
	padding-left:5px;
	padding-bottom:3px;
	margin-bottom: 3px;
}


#capa_filas{
	width:350px;
	height: 70px;
	margin-left: 30px;
}

.flechasOpsCentro{
   margin-top: 20px;
   margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.flechasOpsIzq{
   margin-top: 20px;
   margin-right: 10px;
}


.flechasOpsDer{
   margin-top: 20px;
   margin-right: 10px;
   margin-left: 10px;
}


#capa_columnas{
	width:350px;
	height: 70px;
	margin-left: 500px;
}

#capa_opciones{
	/*margin-top:40px;*/
}

#capa_opciones ul{
   clear:both;
   padding: 5px 10px 10px 15px;
}
#capa_opciones li{
	 float:left;
	 display:inline;
}

.selectFilas{
 	margin-top: 24px;
	margin-left: -350px;
	height: 20px;
}

.selectColumnas{
 	margin-top: 24px;
	margin-left: -350px;
}

.titulo_opciones{
  	color : #333333;
	font : bold 0.9em Arial,sans-serif;
}

.bordeCapaOpciones{
	border:1px solid #89BEBA;
}

.celdasSeleccionadas{
	color : #333333;
	font : 0.9em Arial, sans-serif;
}

.botonesSelect{
	margin-left:250px;
}

.botonesSelectTodo{
	margin-left:150px;
}

.texto_notas{
	list-style-type:none;
  	color : #333333;
	font : bold 0.9em Arial,sans-serif;
	margin : 0px 0px 10px 15px;
	padding : 0px 0px 0px 0px;
	float: left;
	clear:both;
}

ul.notas{
	margin: 0em 1em;
	padding: 0em 1em;
	text-align: left;
	overflow: auto;
}

ul.notas li {
	color:#333333;
	margin:2px 2px 2px 5px;
	padding-left:5px;
}

.texto_periodos{
	list-style-type:none;
  	color : #333333;
	font : bold 0.9em Arial,sans-serif;
	margin : 0px 0px 0px 15px;
	padding : 0px 0px 0px 0px;
	float: left;
	clear:both;
}

.searchStringVar {
	padding: 1px;
	border: 1px solid #89BEBA;
	margin: 0px;
}

.radioOption{
	color : black;
	font : 0.8em Arial, sans-serif;
}

input.botonSearchStringVar {
	color: #333;
	font:0.9em Arial,sans-serif;
	border: 1px solid #89BEBA;
	cursor: pointer;
	overflow: visible;
	margin: 1px;
	padding: 1px 5px;
	background: #89BEBA url(../../../img/btnfondo.gif);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input.botonSearchStringVar:hover {
	border: 1px solid #89BEBA;
	background: #DDEEEC url(../../../img/btnfondoDown.gif);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input.botonSel {
  color: white;
  background: #457E76;
  border: 1px #457E76;
  border-style: outset;
  cursor: pointer;
  padding: 2px 5px;
  overflow: visible;
  margin: 0px 5px;
  min-width: 150px;
}

input.botonSel:hover {
  border: 1px #89BEBA;
  border-style: inset;
  background: #DDEEEC;
  color: #333333;
  overflow: visible;
}

input.botonSel-hover {
	color: #333333;
	background: #DDEEEC;
	border: 1px solid #89BEBA;
	cursor: pointer;
	padding: 0px 3px 0px 3px;
	overflow: visible;
}


SELECT.cajaSearchStrigVar{
	border: 1px solid #89BEBA;
	color: black;
	font: 0.8em Arial, sans-serif;
	width: 100%;
	padding: 0px 0px 0px 0px;
	max-width: 400px;
	margin: 0px;
}

.capaRadio{
	border:1px solid #89BEBA;
	margin:0px;
	height: 114px;
	overflow: auto;
	white-space: nowrap;
	padding: 2px;
	max-width: 400px;
}


.capaRadio input{
margin: 0px;
padding: 0px 0px;
vertical-align: middle;
}

#fechaInicio{
	float:right;
}

#fechaFin{
	float:right;
}

div.capa_fechaInicio{
	width: 200px;
	height: 30px
}

div.capa_fechaFin{
	width: 200px;
	height: 30px
}

.texto_fechaInicio{
	padding-top:5px;
	float: left;
}

.texto_fechaFin{
	padding-top:5px;
	float: left;
}

/********************************
Estilos para datos.jsp
**********************************/

.operations th {
    text-align: center;
    max-width: 150px;
    white-space: inherit;
    background-color: #89BEBA;
    font-weight: bolder;
    font-size: 0.9em;
    text-align: left;
}

.celdacabeceravacia{
	background-color: #DDEEEC;
	vertical-align: bottom;
}

table.general{
	border : 0px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	border-spacing: 2px;
	overflow: hidden;
  	z-index: 10;
  	border-bottom: #457e76 1px solid;
}

table.general *{
	z-index:11;
}

table.general td,table.general th {
	padding: 10px;
	/*position: relative;*/
	outline: 0;
}

table.general tr th {
	text-align:left;
	padding: 1px 5px;
	border-width: 0px;
	border-style: solid;
	border-color: white;
	background-color: inherit;
	font-weight: normal;
	font-size : 0.8em;
}

table.general tr:first-child th{
	background-color: #DDEEEC;
	font-weight: bolder;
	font-size : 0.9em;
	text-align: left;
}

table.general tr th[id^="c_"]{
	text-align: center;
	max-width: 150px;
	white-space: inherit;
}

table.general tr th[id^="c_B"]{
	font-weight: bolder;
}

table.general .operations th {
    max-width: 150px;
    white-space: inherit;
    background-color: #89BEBA;
    font-weight: bolder;
    font-size: 0.9em;
    text-align: center;
}

table.general tr th.sum {
	background-color: #89BEBA;
	font-weight: bolder;
	font-size : 0.9em;
}

table.general tr th.sum a{
	color: black;
}

table.general #medium th {
    max-width: 150px;
    white-space: inherit;
    font-size: 0.9em;
    text-align: center;
}

table.general tr th.med {
	background-color: #89BEBA;
	font-weight: bolder;
	font-size : 0.9em;
}

table.general tr th.med a{
	color: black;
}

table.general tr td {
	font-size : 0.8em;
	text-align: right;
	padding: 1px 5px;
	border: 1px solid transparent;
	background-color: inherit;
}

table.general tr td:hover {
	background-color : inherit;
	margin: inherit;
	border: 1px solid transparent;
}

table.general tr td.rowHide {
    background-color : grey;
}

table.general tr td.ilumina{
	background-color : #DDEEEC;
	margin: 0px;
	border: 1px solid lime;
}

table.general tr td.ilumrest{
	background-color : #DDEEEC;
}

table.general tr td.th {
	border-left-width: 0px;
	background-color: #ddeeec;
	font-weight: bolder;
	font-size : 0.9em;
}


table.general tr th.s0 {
	border-left-width: 0px;
	background-color: inherit;
	font-weight: bolder;
	font-size : 0.9em;
}

table.general tr th.s0>a{
	font-weight: bolder;
}

table.general tr th.s1 {
	border-left-width: 10px;
	font-weight: bolder;
}

table.general tr th.s2 {
	border-left-width: 20px;
}

table.general tr th.s3 {
	border-left-width: 30px;
	font-size : 0.75em;
}
table.general tr th.s4 {
	border-left-width: 40px;
	font-size : 0.75em;
}
table.general tr th.s5 {
	border-left-width: 50px;
	font-size : 0.75em;
}
table.general tr th.s6 {
	border-left-width: 60px;
	font-size : 0.75em;
}
table.general tr th.s7 {
	border-left-width: 70px;
	font-size : 0.75em;
}
table.general tr th.s8 {
	border-left-width: 80px;
	font-size : 0.75em;
}
table.general tr th.s9 {
	border-left-width: 80px;
	font-size : 0.75em;
}

table.general tr th.lastRH {
	background-color: inherit;
	font-weight: bolder;
    border-bottom: #d8d8d8 1px solid;
}

table.general tr th.rows {
	background-color: inherit;
	font-weight: normal;
	border-bottom: none;
}

table.general tr th.cols {
	 border-bottom: #d8d8d8 1px solid;
}

TD.dataCellInfo {
	background : #ffffff;
	font : 0.8em Arial, sans-serif;
	color : #333333;
	text-align : right;
	padding : 2px 5px 2px 10px;
}

TD.dataCell {
	background : #ffffff;
	font : 0.8em Arial, sans-serif;
	color : #333333;
	text-align : right;
	padding : 2px 5px 2px 10px;
}
TH.tableCellGr {
	font :bold 0.9em Arial, sans-serif;
	background: #b6c5df;
	color: #333333;
	text-align: left;
	padding : 2px 5px 2px 10px;
}
TH.tableCellMed {
	font :bold 0.8em Arial, sans-serif;
	background: #DDEEEC;
	color: #333333;
	text-align: left;
	padding : 2px 5px 2px 10px;
}
TH.tableCellPeq {
	font : 0.7em Arial, sans-serif;
	background: #DDEEEC;
	color: #333333;
	text-align: left;
	padding : 2px 5px 2px 10px;
}

.formato .tCL_0{
	padding: 1px;
}
/*tableCellLevel */
.tCL_0{
	font :bold 0.9em Arial, sans-serif;
	background: #DDEEEC;
	color: #333333;
	text-align: left;
	padding : 2px 5px 2px 10px;
	white-space:  nowrap;
}
/*tableCellLevel */
.tCL_1{
	font :bold 0.8em Arial, sans-serif;
	background: #DDEEEC;
	color: #333333;
	text-align: left;
	padding : 2px 5px 2px 10px;
	white-space:  nowrap;
}
/*tableCellLevel */
.tCL_2{
	font : 0.7em Arial, sans-serif;
	background: #DDEEEC;
	color: #333333;
	text-align: left;
	padding : 2px 5px 2px 10px;
	white-space:  nowrap;
}
/*tableCellLevel */
.tCL_3{
	font : 0.7em Arial, sans-serif;
	background: #DDEEEC;
	color: #333333;
	text-align: left;
	padding : 2px 5px 2px 10px;
	white-space:  nowrap;
}
/*tableCellLevel */
.tCL_4{
	font : 0.7em Arial, sans-serif;
	background: #DDEEEC;
	color: #333333;
	text-align: left;
	padding : 2px 5px 2px 10px;
	white-space:  nowrap;
}

/*dataCellInfo*/
TD.dCI {
	font : 0.8em Arial, sans-serif;
	color : #333333;
	text-align : right;
	padding : 2px 5px 2px 10px;
	background-color: #F3F4F7;
	white-space:  nowrap;
}

/*dataCellInfo*/
TD.dCIe {
	background : none;
	font : 0.8em Arial, sans-serif;
	color : #333333;
	text-align : right;
	padding : 2px 5px 2px 10px;
	background: #F3F4F7;
	white-space:  nowrap;
}
/*dataCellEmpty */
TD.dCE {
	font : 0.7em Arial, sans-serif;
	background: #E7E9EE;
	color: #333333;
	text-align: left;
	padding : 2px 5px 2px 10px;
	white-space:  nowrap;
}

/*dataCellEmptyLad*/
TD.dCEL {
	font : 0.7em Arial, sans-serif;
	background: #FFFFFF;
	color: #333333;
	text-align: left;
	padding : 2px 5px 2px 10px;
	white-space:  nowrap;
}

.textoEspera{
	font : bold 1.2em Arial, sans-serif;
	padding: 0 0 0 5px;
}

.capaSeleccionados{
	float:left;
	height: 1.2em;
	padding: 10px 0px 5px 0px;
}
.capaTotalSeleccionados{
	float:right;
	height: 1.2em;
	padding: 10px 0px 5px 0px;
}

.capaSelecBusqueda{
	float:left;
	padding: 0px 0px;
	white-space: nowrap;
	width: fit-content;
	line-height: 1.2rem;
    border: 1px solid #B6C5DF;
    margin: 2px 0px;
}

.capaSelecBusqueda>a{
	height: 100%;
    vertical-align: bottom;
    display: inline-block;
    padding: 0px 1px;
}

.capaSelecBusqueda>a>img {
    margin: 0px 0px;
    width:16px;
    height:16px;
}

.capaSelecTodosNinguno{
	float:right;
	padding: 0px;
	margin: 3px 0px 0px 0px;
	text-align: right;
	line-height: 1.2rem;
	min-height: 24px;
}

.capaClear{
	clear:both;
}

ul.login{
	border: 1px solid #89BEBA;
	list-style-type: none;
	float: left;
	clear:both;
	padding: 0 0 0 0px;
}

ul.login li {
    color: #333333;
    margin: 5px 10px 10px 10px;
    padding: 9px;
	text-align: center;
}

.camposLogin{
	float: right;;
}

.textoLogin{
	margin: 5px 0px 0px 0px;
	float: left;;
}


#capaExitLogin{
	margin: 0 auto;
	padding: 0;
	width: 400px;
	position: relative;
}

.textoUsuario{
	font : bold 1em Arial, sans-serif;
	padding-right: 3px;
}


#capaLogin{
	position: relative;
	float:left;
	clear: both;
}

#capaDescarga{
	position: relative;
	float:left;
	clear: both;
}

#capaMiga{
   float:left;
	clear: both;
}

#capaMiga a{
	margin: 0em 0.2em;
}

#grafico{
	display: block;
}

a.nosub{
	color : #333333;
	font : bold 1em Arial, sans-serif;
	text-decoration : none;
}

#capa_mapa_ccaa{
	padding: 50px 0px 0px 285px;
	width:0px;
}

.mapa_ccaa{
	width:465px;
	height:379px;
	border:0px;
}

.mapa_provincias{
	width:465px;
	height:379px;
	border:0px;
}

#capa_mapa_prov{
	padding: 50px 0px 0px 285px;
	width:0px;
}

TD.fondoFechasMapaOn{
  background : #DDEEEC;
  color:#333333;
}

TD.fondoFechasMapa{
  background : #89BEBA;
  cursor:pointer;
  color:white;
  font:Arial, sans-serif;
  border: 1px solid #89BEBA;
}

#capaFechas{
	overflow: auto;
	width: 40em;
	height: 2.5em;
}

#capaMapVar{
	float:left;
	padding: 5px 0px 5px 0px;
}

#capaMapVals{
	float:right;
	font: 0.9em Arial,sans-serif;
}

#capaMap{
	list-style-type: none;
}

.titulo_var_mapa{
    font: 0.9em Arial,sans-serif;
	 padding-right: 5px;
}

input.botonMap {
	color: #333;
	background: #89BEBA;
	font:0.9em Arial,sans-serif;
	border: 1px solid #89BEBA;
	cursor: pointer;
	padding: 0px 3px 0px 3px;
	overflow: visible;
	margin: 5px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
}

input.botonMap:hover {
	color: #333;
	background: #DDEEEC;
	border: 1px solid #89BEBA;
	cursor: pointer;
	padding: 0px 3px 0px 3px;
	overflow: visible;
	margin: 5px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
}

#tabs{
	font:1em Arial,sans-serif;
	margin: 0px 0px;
	clear: both;
	border: none;
}

#tabs ul {
	display: none;
	padding: .0em 5px;
}

#tabs>ul{
	width:100%;
	background-color:inherit;
}

#tabs-tabla {
    min-height: 100px;
}

@media screen
{
	#tabs-tabla{
		overflow: auto;
		min-height: 350px;
	}
	#tabs-mapa{
		min-height: 350px;
	}
/* 	#tabs-informe{ */
/* 		overflow: auto; */
/* 		min-height: 350px; */
/* 		height: auto; */
/* 	} */
	#tablaInformeContent{
		overflow: auto;
		min-height: 350px;
		height: 213px;
	}
	#tabs-grafico{
		overflow: none;
		min-height: 350px;
	}
}

h1.tituloMeta{
	color : #333333;
	background : #DDEEEC;
	font : bold 1em Arial, sans-serif;
	border : 0px;
	margin : 5px 5px 2px 0px;
	padding : 0px 5px 0px 5px;
}

h2.tituloMeta{
	color : #333333;
	background : #DDEEEC;
	font : bold 1em Arial, sans-serif;
	border : 0px;
	margin : 5px 5px 2px 0px;
	padding : 0px 5px 0px 5px;
}

.valorMeta{
	color : #333333;
	font : 0.9em Arial, sans-serif;
	border : 0px;
	margin : 5px 5px 2px 0px;
	padding : 5px 5px 5px 10px;
}

#TB_title {
	background-color: #89BEBA;
	height: 27px;
}

.sinsubrayar{
   text-decoration: none;
}

.sinsubrayar:link {
   text-decoration: none;
}

.ui-widget-content a {
	color: #000000;
}

.ui-widget-content a:visited {
	color: #000000;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	background: #ffffff;
	color: #000000;
	border: 1px solid #aaaaaa;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: white;
	text-decoration: none;
}

.icono{
    width:21px;
    height: auto;
	margin-top: 2px;
}

.titulo_descarga{
	font : bold 0.9em Arial, sans-serif;
}

.msg_error{
	font : bold 1.2em Arial, sans-serif;
}

.img_detalle{
	width: 16px;
    height: 16px;
	vertical-align:middle;
	padding: 2px 0px;
}


.slidingDiv {
	width: 200px;
	margin: 10px 20px 0px 15px;
	padding:10px;
    margin-top:10px;
}

.show_hide {
    display:none;
}

.capaSeleccionadosEstado{
	float:left;
	font-size : 0.75em ;
}
.capaTotalSeleccionadosEstado{
	float:right;
	font-size : 0.75em;
}

.titulo_detalle_datos{
	list-style-type:none;
	font-size : 0.9em ;
	margin: 0px;
    padding: 0px 0px 0px 0px;
}

.borderSeccionPlus{
	color: #457E76;
	clear: both;
	display: block;
	border-bottom-color: none;
	background-image:  url(../../../_b/img/triDch.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 16px 16px;
	padding: 0px 0px 0px 20px;
	margin: 1px 0px 1px 15px;
	cursor : pointer;
	min-height: 16px;
}

.borderSeccionMinus{
	color: #457E76;
	clear: both;
	display: block;
	border-bottom-color: none;
	background-image: url(../../../_b/img/triAba.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 16px 16px;
	padding: 0px 0px 0px 20px;
	margin: 1px 0px 1px 15px;
	cursor : pointer;
	min-height: 16px;
}

.borderSeccion{
	color: #457E76 !important;
	clear: both;
	display: block;
	border-bottom-color: none;
	padding: 0px 0px 0px 20px;
	margin: 1px 0px 1px 15px;
	cursor : pointer;
	min-height: 16px;
}

.titulo_formato{
	list-style-type: none;
	font: bold 0.9em Arial,sans-serif;
	float: left;
	clear: both;
}

.capaDetalle{
	clear: both;
	float: left;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 32px;
	list-style-type:none;
	font-size: 0.8em;
}
.capaDetalle li span{
	font-weight: bolder;
}

.seccJaxi{
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

ul.seccJaxi>li{
	margin: 0px 0px 5px 0px;
	display:block;
}

.connectedSortable{
	height: 30;
}

#capaFlechasIzq{
	float: left;
	padding: 60px 0px 0px 5px;
}

#capaVarIzq{
	float: left;
	margin: 0px 0px 0px -9px;
}

#capaFlechasCentro{
	float: left;
	padding: 60px 0px 0px 14px;
	text-align: center;
}

#capaVarDer{
	float: left;
}

#capaFlechasDer{
	float: left;
	padding: 60px 1px 0px 4px;
}

SELECT.selectVarFila{
	border : 1px solid #89BEBA;
	color : black;
	font : 0.8em Arial, sans-serif;
	min-width: 270px;
	height: 65px;
	margin-bottom:3px;
}

SELECT.selectVarColumna{
	border : 1px solid #89BEBA;
	color : black;
	font : 0.8em Arial, sans-serif;
	min-width: 270px;
	height: 65px;
	margin-bottom:3px;
}

#capaFilasColumnas{
	list-style: none;
	clear: both;
	margin: 6px 0px 5px 32px;
	padding: 0px 0px 0px 0px;
}

.floatLeft{
	float: left;
}

#capa_tabla_showdec{
	font-size: 0.9em;
	font-weight: bolder;
	padding-top: 5px;
	padding-bottom: 5px;
}

#capa_tabla_showdec>label,#capa_tabla_tipoconsul>label{
	min-width:12em;
}

#capa_tabla_showdec>select,#capa_tabla_tipoconsul>select{
	min-width:20em;
}

#capa_tabla_tipoconsul{
	font-size:0.9em ;
	font-weight: bolder;
}

#capa_tabla_salida_amigable{
	font-size:0.9em ;
	font-weight: bolder;
}

#capaBotones{
	padding: 0px;
	text-align: center;
	margin: 0px 15px;
	clear:both;
}

ul.varFilasColumnas{
	list-style-type: none;
	padding: 0 0 0 10px;
}

ul.varFilasColumnas li {
    border: 1px solid #89BEBA;
    color: #333333;
    float: left;
    padding: 8px 8px 3px 8px;
}

#capaTotalSeriesCeldas{
	font: 0.8em Arial,sans-serif;
	margin: 10px 15px 0px 15px;
	padding: 3px 0px;
	text-align: center;
}

#capaListadoNotas{
	font-size : 0.8em;
	clear: both;
	text-align: left;
}

#tablaDetalle{
	/*vertical-align: -webkit-baseline-middle;*/
	margin-left: 5px;
    font-size:0.9em;
}

#tablaDetalle>strong {
    font-weight: normal;
}

.titulo_unidades{
	float: left;
}

.titulo_periodo{
    font: bold 0.9em Arial,sans-serif;
}

#totalSeriesCeldas{
	font: bold 1em Arial,sans-serif;
}

#botonConsulSele{
	margin-right: 10px;
}

#selectMeta{
	list-style-type:disc;
	color : #333333;
	font : 1em Arial, sans-serif;
	margin: 0em 1em;
	padding: 0em 1em;
	overflow: auto;
	height: 125px;
	text-align: left;
}
#selectMeta a{
	text-decoration : none;
	color : black;
}

#capaShowMeta{

}

.bodyNoCab{
	min-width: 0px;
}

.selected{
	background-color: #DDEEEC;
}

.cabeceraTooltip{
	font : bold 1em Arial, sans-serif;
	display:inline-block;
	margin-left:20px;
	margin-top:-15px;
}

#OrderColumns, #OrderRows{
	cursor: move;
	min-height: 20px;
	min-width: 150px;
	background-color: #DDEEEC;
	list-style-type: none;
	padding: 5px 0px;
	margin: 0px ;
}

#OrderColumns li, #OrderRows li {
	white-space:normal;
	cursor: move;
	border: 1px solid #89BEBA;
	background-color: #DDEEEC;
	padding: 2px 5px 2px 5px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	display: -ms-flexbox;
}

#capaSeparacion{
	margin:  5px 15px 0px 15px;
	padding: 0px 0px 0px 0px;
	clear:both;
}

input.botonVolver {
	color: #333;
	font-size:0.9em ;
	font-weight: bolder;
	border: 1px solid #89BEBA;
	cursor: pointer;
	overflow: visible;
	vertical-align: middle;
	padding: 1px 5px;
	vertical-align: bottom;
	background: #89BEBA url(../../../img/btnfondo.gif);
}

input.botonVolver:hover {
	background: #DDEEEC url(../../../img/btnfondoDown.gif);
}

input.botonGraficar {
	color: #333;
	font-size:0.9em ;
	font-weight: bolder;
	cursor: pointer;
	overflow: visible;
	vertical-align: middle;
	padding: 0px;
	vertical-align: bottom;
	height: 100%;
	width: 100%;
	background: #89BEBA url(../../../img/btnfondo.gif);
	border: 1px solid #DDEEEC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

}

input.botonGraficar:hover {
	color: #333;
	padding: 0px;
	border: 1px solid #89BEBA;
	background: #DDEEEC url(../../../img/btnfondoDown.gif);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input.botonSalir {
	color: #333;
	background: #89BEBA;
	font-size:0.9em ;
	font-weight: bolder;
	border: 1px solid #89BEBA;
	cursor: pointer;
	overflow: visible;
	width: 80px;
	vertical-align: middle;
	padding: 0px;
}

input.botonSalir:hover {
	color: #333;
	background: #DDEEEC;
	border: 1px solid #89BEBA;
	padding: 0px;
}

#capaLoginForm{
 position: relative;
 margin-left: 35%;
}

#swap{
	cursor: pointer;
	float: right;
	height: 16px;
	width: 16px;
}

.labelcheck, .labelcheckMapa{
	cursor: pointer;
	font-size: 0.9em;
}

.labelcheck input, .labelcheckMapa input{
	margin-right: 2px;
}

ul.check{
	padding-left: 0px;
}

ul.check li{
	list-style-type:none;
}
#resizable{
	margin-right: 10px;
}

.tituloPeriodo{
	background-color: #7495C9;
	padding: 2px 6px;
}

ul.check{
	background-color: #89BEBA;
}

ul.check>li{
	font : bold 1em Arial, sans-serif;
	padding: 1px 0px;
}

ul.checkItem{
	margin:0px;
	height: 120px;
	overflow: auto;
	padding: 0em 0.1em;
}
ul.checkItem>li{
	font-weight: normal;
	text-align: left;
}

ul.checkItem li select{
	display: block;
	width: 95%;
	float: right;
}

ul.checkItem li.tool{
	padding: 2px 5px;
	text-align: right;
	border-bottom: 1px dotted #aaaaaa;
}

ul.checkItemMapa{
	margin:0px;
	height: 120px;
	overflow: auto;
	padding: 0em 0.1em;
}
ul.checkItemMapa>li{
	font-weight: normal;
	text-align: left;
}

ul.checkItemMapa li select{
	display: block;
}

ul.checkItemMapa li.tool{
	padding: 2px 5px;
	text-align: right;
	border-bottom: 1px dotted #aaaaaa;
}

#capa_ejeHorizontal{
	padding-bottom: 5px;
}

#capa_columnas_grafico{
	padding-bottom: 5px;
}

#tituloGrafico{
	font-weight: bolder;
	/*background: #89BEBA url(../../../img/btnfondo.gif);*/
	background-color: #89BEBA;
	background-image: linear-gradient(#DDEEEC,#89BEBA);
	border: 1px solid #aaaaaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 2px;
}

#tituloInformeActivo{
	font-weight: bolder;
	/*background: #B6C5DF url(../../../img/btnfondo.gif);*/
	background-color: #89BEBA ;
	background-image: linear-gradient(#DDEEEC,#89BEBA);
	border: 1px solid #aaaaaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 2px;
}

#tituloMapa{
	font-weight: bolder;
	/*background: #B6C5DF url(../../../img/btnfondo.gif);*/
	background-color: #89BEBA ;
	background-image: linear-gradient(#DDEEEC,#89BEBA);
	border: 1px solid #aaaaaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 2px;
}

#accordion1 .ui-accordion-header{
	padding: 2px;
	margin: 0px;
	font-size: 0.9em;
	font-weight: bolder;
}

#accordion1 .ui-accordion-header .ui-accordion-header-icon {
	left: 0px;
	background-image: url(../../../estilos/jquery-ui/images/ui-icons_555555_256x240.png);
}

#capaSelecMapa .ui-accordion-header{
	padding: 2px;
	margin: 0px;
	font-size: 0.9em;
	font-weight: bolder;
}

#capaSelecMapa .ui-accordion-header .ui-accordion-header-icon {
	left: 0px;
	background-image: url(../../../estilos/jquery-ui/images/ui-icons_555555_256x240.png);
}

.cabeceraCheck .a{
	float:right;
}

#accordion1{
	text-align: left;
}

#capaSelecMapa{
	text-align: left;
}

.tituloGrafico{
	font-weight: bolder;
}

#graficoForm  .consGraph{
	background-color: #89BEBA;
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: auto;
	height: 100%;
}

#graficoForm .consGraph .gFtitulo{
	padding: 0em 0.2em;
	overflow: visible;
	background: #f0f0f0;
    margin: 5px;
    border: 1px solid rgba(0,0,0,0.1);
}

#graficoForm .consGraph .gFContenido{
	overflow: auto;
	background-color: #89BEBA;
}

#graficoForm .consGraph .gFBtn{
	height:10%;
	min-height: 1.2em;
}

#mapaForm  .consGraph{
	background-color: #89BEBA;
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: auto;
	height: 100%;
}

#mapaForm .consGraph .gFtitulo{
	padding: 0em 0.2em;
	overflow: visible;
	background: #f0f0f0;
    margin: 5px;
    border: 1px solid rgba(0,0,0,0.1);
}

#mapaForm .consGraph .gFContenido{
	overflow: auto;
	background-color: #89BEBA;
}

#mapaForm .consGraph .gFBtn{
	height:10%;
	min-height: 1.2em;
}

.graph{
	height:100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: auto;
}

.graph .gFtitulo{
	min-height:2%;
}

.graph .gFtitulo .marco{
	padding: 3px;
}

#graficoNuevo{
	flex-grow: 4;
	margin: 0% 3%;
	min-height: 150px;
}

.graph .gFContenido{
	height:93%;
	overflow: hidden;
	padding: 0px 2px;
}

#accordion1 li .checkItem{
	padding: 0px 5px;
	margin: 0px;
}

#capaSelecMapa li .checkItem{
	padding: 0px 5px;
	margin: 0px;
}

#capa_tipoGrafico{
	margin-bottom:10px;
}

h3, h4 { /* Headers & Footer in Center & East panes */
	font-size:		1.1em;
	background:		#EEF8F4;
	border-width:	0 0 1px;
	padding:		7px 10px;
	margin:			0;
}

/* remove padding and scrolling from elements that contain an Accordion OR a content-div */
@media screen{
  	.ui-layout-west {
  		/*background-color: #B6C5DF;		*/
  	}

	.ui-layout-center {
		border: 0px;
	}	/* has content-div */
	.ui-layout-west ,	/* has Accordion */
	.ui-layout-east ,	/* has content-div ... */
	.ui-layout-east .ui-layout-content { /* content-div has Accordion */
		padding: 0;
		overflow: hidden;
	}
	.ui-layout-center P.ui-layout-content {
		line-height:	1.4em;
	}

	.ui-layout-east h4 { /* Footer in East-pane */
		font-size:		0.9em;
		font-weight:	normal;
		border-width:	1px 0 0;
	}

	.ui-tabs .ui-tabs-nav li a, .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
		float: left;
		padding: .2em 1em;
		text-decoration: none;
	}

	.ui-tabs .ui-tabs-nav{
		background: #89BEBA;
	}

	.ui-tabs .ui-tabs-panel {
		margin: 1px;
		padding: 2px 2px;
	}
}

@media print{

	@page{
		margin: 0;
	}

	.ui-dialog{
		position:absolute;
	}

	#tabs, #tabs::-webkit-scrollbar {
		overflow: visible;
	}

	#tabs-tabla{
		display: table;
	}

	#tabs-informe{
		display: table;
	}

	#tablaInformeContent{
		display: table;
	}

	#tablaInformeDatosPx{
		display: table-row;
	}

	.ui-layout-east .ui-layout-content { /* content-div has Accordion */
		padding: 0;
		overflow: inherit;
	}
}


.square {
	display: inline-block;
	height: 30px;
	vertical-align: top;
	width: 30px;
	display: inline;
	zoom: 1;
	outline: 1px solid red;
}

.loadingOp{
	/*background: url(../img/loading.gif) no-repeat center bottom;*/
	background: url(../../../_b/img/loading.gif) no-repeat center bottom;
	background-size: contain;
	min-height: 50px;
	min-width: 32px;
	text-align: center;
}

#capaRecarga{
	width: 30%;
	border: 1px solid #89BEBA;
	position:relative;
	text-align: center;
	margin: 0px auto;
}

#capaImgLoading{
	clear: both;
}

.waiting{
	cursor: progress;
}

@media screen {
	table.general tr th.rows{
		max-width: 200px;
		min-width: 200px;
	   	overflow: visible;
	    white-space: inherit;
	}
	table.general tr th.cols{
		max-width: 150px;
		min-width: 100px;
		width: 100px;
	   	overflow: visible;
	    white-space: inherit;
	}
}

table.general tr th.rows.rowHide{
	border-style: inset !important;
    border-width: medium;
}

table.general tr td.rowHide{
	background-color : grey;
}

table.general tr th.cols.rowHide{
	border-style: inset !important;
    border-width: medium;
}

.saveImg{
	height: 16px;
	width: 16px;
	background-repeat : no-repeat;
	padding-right: 5px;
	cursor: pointer;
}


#capaIconos {
    width: 100%;
    height: 38px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}
#capaIconos .right { margin-top: -8px; }

#capaIconosDatos a{
	text-decoration: none !important;
	display: inline-block;
}

#capaIconosDatos .right { margin-top: -8px; }

#capaIconosDatos{
	width: 100%;
	height: 32px;
	padding-top: 5px;
	display: block;
}

@media screen and (max-width: 800px){
	#capaIconosDatos { padding: 5px 0; }
	#capaIconosDatos .right { padding: 0 5px; }

	#capaIconos { padding-right: 5px; }
}

#capaIconosDatos > #tablaDetalle{
	margin-left: 0px;
}

#capaIconosDatos > .right > img, #capaIconosDatos > .right > a > img{
	/*display: inline-block !important;*/
	vertical-align: inherit !important;
}

.titulo_detalle{
	list-style-type:none;
	font-size : 0.9em ;
	margin: 0px;
    padding: 0px 0px 0px 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #DDEEEA;
}

#capaBotonGrafica{
	text-align: center;
	min-height: 1em;
}

#capaBotonGrafica>input{
	margin:20px;
	display:none;
}

#capaBotonMapa{
	text-align: center;
	min-height: 1em;
}

#capaBotonMapa>input{
	margin:20px;
	display:none;
}

ul.export{
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

ul.export li{
	list-style: none;
}

ul.export li a{
	text-decoration: none;
}

ul.export li a:hover{
	text-decoration: underline;
}

h1.export{
	margin: 0px 0px 0px 10px;
	font-size: 0.9em;
	font-weight: bold;
}

#descargaGrafico{
	display: none;
}

#descargaMapa{
	display: none;
}

table.jqplot-table-legend{

}

.cesta{
	height: 24px;
	width: 24px;
	cursor:pointer;
	display:none;
}

#btnAddCesta{
	background:no-repeat url(../../../img/cestaAdd.gif);
	width: 32px;
	height:32px;
	border:0px;
	cursor: pointer;
	background-size: 32px 32px;
}

ul#capaListaMetodologia{
	margin: 0em 1em;
	padding: 0em 1em;
	text-align: left;
	overflow: auto;
}

ul#capaListaMetodologia li{
	color:#333333;
	margin:2px 2px 2px 5px;
	padding-left:5px;
}

#btnInfo{
	cursor: pointer;
}

.iconoExporta{
	background-color: transparent;
	border: 0px;
	cursor:pointer;
	/*margin-left: 5px;*/
}

img.iconoExporta {
	width: 32px;
    height: 32px;
}

.right{
	float:right;
}

#tituloTablaGraficoImg{
	font : bold 1em Arial, sans-serif;
}

#tituloGraficoImg{
	font : 0.9em Arial, sans-serif;
}

ul.piePx{
	list-style-type: none;
	float: left;
	clear: both;
	padding: 0 0 0 27px;
}

.textoFuente{
	font : bold 0.9em Arial, sans-serif;
}

.textoContacto{
	font : bold 0.9em Arial, sans-serif;
}

.paddingLeft{
	padding:0em 0em 0em 0.2em;
}

.paddingRight{
	padding:0em 0.2em 0em 0em;
}

.paddingBothSides{
	padding:0em 0.2em 0em 0.2em;
}

.jerarquiaPadding_1{
	padding:0em 0em 0em 1em;
}

.jerarquiaPadding_2{
	padding:0em 0em 0em 2em;
}

.jerarquiaPadding_3{
	padding:0em 0em 0em 3em;
}

.jerarquiaPadding_4{
	padding:0em 0em 0em 4em;
}

.jP_1{
	padding-left:1em;
}

.jP_2{
	padding-left: 2em;
}

.jP_3{
	padding-left:3em;
}

.jP_4{
	padding-left:4em;
}

.jP_5{
	padding-left:5em;
}

.jP_6{
	padding-left:6em;
}

ul.notaUnica{
	list-style: none;
	padding: 10px 30px;
}

.fieldsettabs{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

legend{
	font:bold 0.9em Arial, sans-serif;
}

.marcoINE>fieldset>legend, fieldset.marcoINE>legend {
	min-width: inherit;
	max-width: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.marcoINE>fieldset>legend>label{
	white-space: nowrap;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.contenedor-tabla{
	display: table;
}

.contenedor-fila{
	display: table-row;
}

.contenedor-columna{
	display: table-cell;
}

#dialog_color{
	display: none;
}

#id_jscolor{
	float: left;
}


#id_jscolor span{
	float:left;
	padding: 3px;
}

.notaGraficoMaxOps{
	color : red;
	font : bold 0.8em Arial, sans-serif;
	float:left;
}

.capaMensajeErrorGrafico {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
}
.capaMensajeErrorGrafico  .childError {
    line-height: 200px;
}

.focus {
	font-weight: bolder;
	border-color: black;
    border-width: 1px;
    border-style: dashed;
}

#capa_info_amigable{
	display:none;
}

ul.contenedorArbol {
    font-size:0.75rem
}

.botonToolB {
    color: #333333;
    background: #89BEBA;
    border: 1px #DDEEEC;
    border-style: outset;
    cursor: pointer;
    padding: 2px 10px;
    overflow: visible;
    margin: 0px 5px;
    font-size: inherit;
}

#operationTools{
	width: 16px;
	height: 16px;
}

a.selectAll>img, a.selectNone>img{
	width:20px;
	heght:20px;
}

/*STYLE - TABS UPDATE - COMMON*/

#tabs-grafico,#tabs-mapa{
	display: none;
}

.tabGraphContent,.tabMapContent{
	display: flex !important;
	height: auto !important;
	flex-flow: row wrap;
	width: 100%;
}

.tabGraphContent > *, .tabMapContent > *{
	flex: 1 auto;
}

#accordion1,#capaSelecMapa{
	height: auto;
}

/*STYLE - TABS UPDATE - GRAPH*/

#tabs-grafico .ui-layout-west{
	padding-right: 5px;
	width: 30%;
}

#tabs-grafico .ui-layout-center{
	width: 70%;
	display: flex;
	flex-flow: column;
}

#tabs-grafico .ui-layout-center .gFtitulo{
	flex: 0 1 auto;
}

#tabs-grafico .ui-layout-center .gFContenido {
	display:flex;
    flex: 1 1 auto;
    overflow: hidden;
}

/*STYLE - TABS UPDATE - MAP*/

#tabs-mapa .ui-layout-west{
	padding-right: 5px;
	width: 30%;
}

#tabs-mapa .ui-layout-center{
	width: 70%;
	display: flex;
	flex-flow: column;
}

#tabs-mapa .ui-layout-center .marco{
	flex: 0 1 auto;
}

#tabs-mapa .ui-layout-center #DivMapa {
    flex: 1 1 auto;
}

/*EXTRA*/

@media all and (max-width: 700px) {
	.tabGraphContent,.tabMapContent {max-width:700px}
	.tabGraphContent .ui-layout-center, .tabMapContent .ui-layout-center { flex: 1 100%; }
	.tabGraphContent .ui-layout-west, .tabMapContent .ui-layout-west {flex: 1 100%; padding-right: 0px !important;}
}

@media screen and (min-width: 768px) {
	#tablaForm{
		display: block;
		background: url(../img/backTool.gif);
		background-repeat: no-repeat;
		background-position: bottom right;
	}
}