    @media only screen and (min-width: 200px) and (max-width: 680px) {
  
  body {
      background: #ffffff; }
    #header-nav {
      display: none; }
      #header-nav ul {
        display: none; }
  li{font-size:1.2rem;}
    #sidenavtrigger {
      display: block;
      text-decoration: none;
      margin-bottom: -5rem;
      z-index: 3000; 
	  font-size:2rem;}
	  nav .nav-wrapper {
    position: absolute;
    height: 100%;
}
	  nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
    display: block;
	 text-decoration: none;
      margin-bottom: -5rem;
      z-index: 3000; 
	  font-size:2rem;
    font-size: 3rem;
    height: auto;
    line-height: auto;
}
    #slideouter {
      position: absolute;
      border: 3px solid #940030;
      width: 350px;
      top: 0;
      left: -350px;
      padding: 1rem;
      background: #fff;
      z-index: 3000;
      transition: all 1s; }
      #slideouter ul li span {
        font-size: 1.5rem; }
      #slideouter ul li a {
        font-size: 1.5rem; }
    #slideouter.slideouterVisible {
      position: absolute;
      border: 3px solid #940030;
      width: 350px;
      top: 0;
      left: 0px;
      padding: 1rem;
      background: #fff;
      z-index: 3000;
      transition: all 1s; }
      .imagesFooter img {
        margin-bottom: 1rem;
        width: 300px;
        height: auto; }
    strong {
      color: #940030; }
    h1 {
      font-weight: bold; }
    h2 {
      font-size: 3rem;
      font-weight: bold; }
    h3 {
      font-size: 2.5rem;
      font-weight: bold; }
      
    #Editoriales form{
     width:80%;
     display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
} 
 
#Editoriales ul li {
     display: flex;
    flex-direction: row;
    flex-wrap: wrap;
   justify-content: center;
    align-content: stretch;
    align-items: flex-start;
}
#Editoriales ul li #updateEditorial{
    width:80%;
     display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
}
#updateEditorial #nombre{
     width:50%;
    margin-right:2rem;
}
#Editoriales ul li #delEditorial{
    width:20%;
}


#Editoriales #addEditorial #nombre{
     width:40%;
    
}
 
 
 

	  }