/* For mobile with max-width of 481px and min-width of 640px */
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .bodyMobile {
    width: 100%;
    margin: 0px !important;
  }
  .headerMobile {
    width: 100%;
    background: #870150 url(../../images/fondo_cabecera.png) repeat-y center top;
    display: table;
  }
  .logoHeader {
    float: right;
    max-width: 65%;
    margin: 5px;
  }
  .contentMobile {
    padding: 10px;
  }
  .bottomMobile {
    text-align: center;
    background-color: #333333;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 25px;
  }
  .bottomMobile a {
    color: white;
  }
  .bottomMobile div {
    height: 10px;
    padding: 1px;
  }
  .imgPlanificacionFases,
  .imgPlanificacion {
    width: 100%;
  }
  .lineaPunteada {
    width: 50%;
    padding-top: 45px;
    padding-bottom: 25px;
    padding-left: 25%;
  }
  .borde {
    border: medium none;
    font-size: 14px;
    padding: 5px 0 5px 5px;
    text-align: left;
    width: 90%;
  }
  #the_iframe {
    width: 100%;
  }
}
