html, body {height: 100%; overflow-y:auto; overflow-x:hidden; }

body {
  display: table;
  width: 100%;
  font-size:12px;
  padding-top: 45px;
  color:#555;
}

p {
	font-size: 14px;
}

#cuerpo {
	position:absolute;
	top:0;
	left:0;
	z-index:999999;
	width:100%;
	height:4000px;
	background-color:rgba(0, 0, 0, 0.5);
	text-align: center;
}
th, td { padding: 2px !important; }

#myInput {
  background-image: url('../../image/search.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 24px;
  height: 25px;
  font-size: 12px;
  padding: 0 0 0 35px;
  border: 1px solid #ddd;
  margin-bottom: 0;
}

mark {
  background: yellow;
}

mark.current {
  background: orange;
}

#cuerpo_imagen {
   position: relative;
	top: 150px;
	border: none;
}

#menu_general {
	transition:	all 0.3s ease 0s;
	z-index: 999;
}

.clase-general{
  display: table-row;
  margin: 3px;
}

.row {
   width:96%;
	margin-left:2%; 
}

.row-graficas {
   width:100%;
	margin:0; 
}

.navbar {
	min-height:30px;
	margin-bottom: 0;
}

.navbar-text {
	margin-top: 5px;
	margin-bottom: 5px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #dddddd;
}

.navbar-inverse .navbar-text {
    color: #ffffff;
}


.linea {
	width: 100%; height: 1px; background-color: #d9d9d9;
}

.dato_real {
	font-size: 1.4em;
}

.dato_comparativo {
	font-size:0.7em;
}

.dato_absoluto_mitad {
	font-size: 1.4em; /* 2.2em */
}
	
.dato_imagen {
	width: 32px;
}

.dato_porcentaje_mitad {
	font-size: 0.9em;  /* 1.5em */
}

#cuadro1, #cuadro2, #cuadro3, #cuadro4 {
	height: 160px;
}


.btn-info {
   /*background-color: #d18181;
   border-color: #d18181;*/
   background-color: #fcd666;
   border-color: #fcd666;
}
.btn-info:hover {
   /*background-color: #BE4E4E;
   border-color: #BE4E4E;*/
   background-color: #fbcf4c;
   border-color: #fbcf4c;
}

.btn-warning {
   background-color: #c0c0c0;
   border-color: #c0c0c0;
}
.btn-warning:hover {
   background-color: grey;
   border-color: grey;
}

.btn {
    border-radius: 4px;
	margin: 3px;
}

.btn2 {
    background-color: #4F6254;
	color: white;
	border-color: #4F6254;
    border-radius: 4px;
	/* padding: 7px; */
}

.btn3 {
    background-color: #4F6254;
	color: white;
	border-color: #4F6254;
}

#menu_general {
	position:fixed;
	right:0;
	bottom:6px;
	margin-right:2%;
}

.margin-negativo {
	position: absolute;
	/*top: 45px;*/
	width: 99%;
}

.panel {
	background-color: #fff;
	box-shadow: none;
	margin-bottom: 0;
}

.panel-body {
	padding: 0 0 0 0;
}

.panel-title {
	font-size: 12px; 
}

.panel-collapse, .panel-success {
	background-color: #f5f5f5;
}

#selector_ejes {
	padding-left:30px;
}

.titulo {
	position: relative; 
	float: right; 
	color: white; 
	padding-right:30px;
}

.subrayado {
    text-decoration: underline;
    -moz-text-decoration-color: #F5F5F5; /* Code for Firefox */
    text-decoration-color: #F5F5F5;
}

/*! anchura */
.exp_col{cursor:pointer }
.exp_col, #descripcion_1, #descripcion_2{ padding:3px; }
#descripcion_1, #descripcion_2{overflow:hidden; padding-right:20 !Important; }
.exp_col { position:absolute; display:inline !important; }

/* General styles for all menus */
.cbp-spmenu {
	background: #4F6254;
	color: #fff;
	position: fixed;
}

.cbp-spmenu h3 {
	color: #fff;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: #4F6254;
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
}

.cbp-spmenu a:hover {
	background: #4F6254;
}

.cbp-spmenu a:active {
	background: #4F6254;
	color: #fff;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #4F6254;
	padding: 1em;
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 28px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #4F6254;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -240px;
}

.cbp-spmenu-right {
	right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -25px;
}

.cbp-spmenu-bottom {
	bottom: -25px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */
@media (max-device-width: 1024px) and (orientation: landscape) {
	
	.dato_imagen_mapa_spain {
		width: 20px;
	}
	
	.dato_imagen_mapa_mundo {
		width: 40px;
	}
	
	.dato_absoluto_mitad {
		font-size: 1.9em;
	}
	
	.dato_imagen {
		width: 24px;
	}
	
	.dato_porcentaje_mitad {
		font-size: 1.2em;
	}

}	

/* Example media queries */
@media (max-device-width: 640px) and (orientation: landscape) {
	
	.dato_absoluto_mitad {
		font-size: 1.5em;
	}
	
	.dato_imagen {
		width: 16px;
	}
	
	.dato_porcentaje_mitad {
		font-size: 1em;
	}

	.margin-negativo {
		position: relative;
		top: 0;
	}

	.panel-body {
		padding: 10px 0 0 0;
	}

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 85px;
		margin-top: 3px;
	}

	.cbp-spmenu-top {
		top: -82px;
	}

	.cbp-spmenu-bottom {
		bottom: -82px;
	}
}

@media (max-device-width: 640px) and (orientation: portrait) {
	
	.dato_absoluto_mitad {
		font-size: 1.5em;
	}
	
	.dato_imagen {
		width: 16px;
	}
	
	.dato_porcentaje_mitad {
		font-size: 1em;
	}

	.margin-negativo {
		position: relative;
		top: 0;
	}

	.panel-body {
		padding: 10px 0 0 0;
	}

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 85px;
	}

	.cbp-spmenu-top {
		top: -82px;
	}

	.cbp-spmenu-bottom {
		bottom: -82px;
	}
}

@media (max-device-width: 360px) and (orientation: portrait) {
	
	.dato_absoluto_mitad {
		font-size: 1em;
	}
	
	.dato_imagen {
		width: 16px;
	}
	
	.dato_porcentaje_mitad {
		font-size: 0.6em;
	}

	.margin-negativo {
		position: relative;
		top: 0;
	}

	.panel-body {
		padding: 10px 0 0 0;
	}

	#selector_ejes {
		padding-left:0;
	}

	.titulo {
		padding-right: 15px;
	}

}

@media (max-device-width: 600px) and (orientation: portrait) {

	header {
		width: 98%;
	}

	footer {
		width: 98% !Important;
	}

}
