diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c209eca
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+2021y22.csv
+*.bak
+bkp/*
diff --git a/mapa.php b/mapa.php
index 80cda02..f21cf02 100644
--- a/mapa.php
+++ b/mapa.php
@@ -4,8 +4,10 @@
-
\ No newline at end of file
+
diff --git a/style/style.css b/style/style.css
index ebc6949..900723d 100644
--- a/style/style.css
+++ b/style/style.css
@@ -393,3 +393,17 @@ table tr td
{ background: #E5E5DB;
color: #47433F;
border-top: 1px solid #FFF;}
+
+div.map-responsive{
+ overflow:hidden;
+ padding-bottom:56.25%;
+ position:relative;
+ height:0;
+}
+div.map-responsive iframe{
+ left:0;
+ top:0;
+ height:100%;
+ width:100%;
+ position:absolute;
+}