@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:12000;
		position:fixed;
		top:-140px;
		width:100%;
		background: transparent;
		height: 120px;
	}
	#mas_graficos{
		width: 100%;
		height: 140px;
	}
	#head_mas_graficos{
	width: 32px;
	height: 32px;
	background: url(../img/masgraficos.png);
	background-position: top;
	position: absolute;
	right: 20px;
		top:20px;
	cursor: pointer;
	}
	#head_mas_graficos:hover{
		background:url(../img/masgraficos.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;
	}


@media (max-width: 1024px) {

#head_mas_graficos{
	right: 40px;
	}
	
}

@media (max-width: 800px) {

#head_mas_graficos{
	right: 10px;
	}
	
}

@media (max-width: 467px) {

#head_mas_graficos{
	top:30px;
	right: 10px;
	}
	
}

@media (max-width: 320px) {

#head_mas_graficos{
	right: 10px;
	}
	
}