@charset "UTF-8";
/* CSS Document */
/* -- Estilos footer -- */
html, body, iframe {  }
    iframe { margin:0; padding:0; height:100%; display:block; width:100%; border:none;}
	/**  INICIA MÁS GRÁFICOS  **/
	.noMostrar{
	display:none;
	}
	#content_mas_graficos{
		overflow:visible;
		z-index:21;
		position:fixed;
		top:-140px;
		width:100%;
		background: transparent;
		height: 120px;
	}
	#mas_graficos{
		width: 100%;
		height: 140px;
	}
	#head_mas_graficos{
		width:117px;
		height: 38px;
		background:url(img/masgraficos_sprite.png);
		background-position:top;
		position: absolute;
		right: 20px;
		cursor:pointer;
	}
	#head_mas_graficos:hover{
		background:url(img/masgraficos_sprite.png);
		background-position:bottom;
	}
	#cerrar{
		width:117px;
		height:38px;
		background:url(img/cerrar_sprite.png);
		background-position:top;
		position: absolute;
		right: 20px;
		cursor:pointer;
	}
	#cerrar:hover{
		background:url(img/cerrar_sprite.png);
		background-position:bottom;
	}
	#cuerpo_mas_graficos{
		background:url(img/bg_graf.png);
		height: 140px;
	}