.pagina {
  font-size: 24PX;
  background-color: white;

  box-sizing: border-box;
  border-style: groove;
  margin: auto;
  width: 80%;
  min-width: 325px;
  }

#BlogImg {
   clear: both;
   width: 100%;
   background-size: cover;
   margin-top: 50px;
  }
.contenedor {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
  }
 #fecha {
   text-align: left;
   margin-top: 20px;
   color: #5C5C5C;
   font-size: 16px;
  }
 #BlogTit {
   margin-top: 20px;
   color: #FF5627;
   font-size: 30px;
   font-family: sans-serif;
   font-weight: normal;}
 .parrafo {
  clear: both;
  display: contents;
  }
 #texto {
  font-family: sans-serif;
  margin-top: 15px;
  text-align: justify;
  font-size: 18px;
  color: #585858  ;
  clear: both;
  line-height: 1.5;
  font-weight: normal;
  }
#ImgCont {
  margin: 0 auto;
  width: 70%;
  background-size: cover;
  margin-top: 30px;
  margin-bottom: 10px;
  }
@media screen and (min-width: 981px) and (max-width: 1280px) {
#BlogImg {
   margin-top: 44px;
  }
#ImgCont {
  width: 75%;
  }
}
@media screen and (min-width: 781px) and (max-width: 980px) {
#BlogImg {
   margin-top: 38px;
  }
#ImgCont {
  width: 80%;
  }
}
@media screen and (min-width: 721px) and (max-width: 780px) {
#BlogImg {
   margin-top: 28px;
  }
#ImgCont {
  width: 85%;
  }
}
@media screen and (min-width: 451px) and (max-width: 720px) {
#BlogImg {
   margin-top: 13px;
  }
.pagina {
  width: 94%;
 }
#texto {
  font-size: 16px;
  }
#ImgCont {
  width: 90%;
  }
}
@media screen and (max-width: 450px) {
#BlogImg {
   margin-top: 13px;
  }
.pagina {
  width: 96%;
 }
#texto {
  font-size: 14px;
  }
#ImgCont {
  width: 95%;
  }
} 