

@media screen and (max-width: 2000px) {
  .Message {
    height: 100px !important;
  }
}


@media screen and (max-width: 740px) {

  #imProfesor {
    width: 50% !important;
    max-width: 150px !important;
  }

  #espacioMenu {
    margin-top: 10px !important;
    padding-top: 40px !important;
  }

  #content, aside.sidebarDC {
    float: none;
    width: 100%;
    /*margin-right: -10px !important;
    margin-left: -10px !important;*/
  }


  /*.container-fluid {
    width: 103% !important;
  }*/

  .two-columnDC {
    width: auto !important;
  }

  .BuscarTextoCursos {
    font-size: 14px !important;
  }

  #menuho {
    /*margin-left: -15px !important;
    margin-right: -15px !important;*/
    height: 36px !important;
  }

  #intro {
    margin-top: 10px !important;
  }

  .nav ul {
    margin-left: 15px;
    margin-right: 15px;
  }

  .menuIcono a {
    background-color: white !important;
    text-align: center;
  }


  /*Franja Horaria*/
  #Franja {
    max-width: 280px;
  }


  /*Principal*/
  #btPrincipalAlumno, #btPrincipalProfesor {
    font-size: 0.5em;
    padding-top: 0px;
    margin: 0px 0px 0px 0px;
    padding-bottom: 0px;
  }


  /*Contacto*/
  .name {
    max-width: 100% !important;
  }

  .Email {
    max-width: 100% !important;
  }

  .Message {
    height: 100px !important;
  }

  .pie {
    height: 40px !important;
  }
}


@media screen and (max-width: 600px) {
  .Message {
    height: 80px !important;
  }
}


@media screen and (max-width: 400px) {

  #imProfesor {
    width: 50% !important;
    margin-top: 20px;
    max-width: 150px !important;
  }

  /*Principal*/
  #btPrincipalAlumno, #btPrincipalProfesor {
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.5em;
    padding-top: 0px;
    margin: 0px 0px 0px 0px;
    padding-bottom: 0px;
  }
}



@media screen and (max-width: 990px) {
  #espacioMenu {
    margin-top: 15px !important;
    padding-top: 10px !important;
  }

  /* Textos en movil muy pequeños*/
  .control-label {
    font-size: 1.2em !important;
  }
}


@media screen and (max-width: 768px) {

  #espacioMenu {
    margin-top: 10px !important;
    padding-top: 50px !important;
  }
}
