/* Too narrow to support three columns */
@media all and (max-width: 600px) {
	  
#tablecontents{margin-left:90px;}

img{width:100%;}	
	  
imagen > img{width:100px;}	 
	 
   #main, #page {
    -webkit-flex-flow: column;
            flex-flow: column;
   }

   #main > article {
    /* Return them to document order */
    -webkit-order: 0;
            order: 0;
   }
 
header {
    min-height: 30px;
    max-height: 30px;
   }

header a img{
display:none;
   }
   
   
#menu{
	position:fixed; 
	z-index: 120; 
	top:0;
	margin-bottom: 0px;
}
	  
#menu ul{
background:#c26ba8;/*color del desplegable del menu movil*/
position:absolute;
top:100%;
right:0;
left:0;
z-index:3;
height:auto;
display:none
}
	  
#menu ul.menus{
width:100%;
position:static;
padding-left:20px
}
	  
#menu li{
display:block;
float:none;
width:auto;
font-family: 14px  verdana,arial,helvética, sans-serif;
font-weight: bolder;

 }
#menu a{
 display: block;
 line-height: 40px;
 padding: 0 14px;/*tamaño y fuente del  menu movil*/
}
	  
#menu input,#menu label{
position:absolute;
top:0;
left:0;
display:block;
}
	  
#menu input{
z-index:4;
}
	  
#menu input:checked + label{
color:#fff;/*color de las tres barritas una vez se clica*/
}
	  
#menu input:checked ~ ul{
display:block;
}

}