/***************************************************
----- CONDICIONALES DE MEDIA QUERIES -----
****************************************************/




  @media all and (min-width: 500px) {
   body{
    -webkit-flex-flow: column;
            flex-flow: column;
   }

  
   .flex_panel_iz{
    -webkit-flex-flow: 0;
            flex-flow: 0;
   }

  
   .flex_panel_ce{
    /* Return them to document order */
    -webkit-flex-flow: 0;
            flex-flow: 0;
   }
  
   .flex_panel_de {
    /* Return them to document order */
    -webkit-flex-flow: 0;
            flex-flow: 0;
   }
  
   footer {
    /* Return them to document order */
    -webkit-flex-flow: column;
            flex-flow: column;
   }
  
  
   .flex_panel_iz > nav, .flex_panel_iz > aside, header, footer {
    min-height: 5%;
/*     max-height: 50%;
 */   }
  }


  
  
  
  
@media screen and (min-width: 700px) {

	html {
		-webkit-text-size-adjust: none;
	}
	#main-nav a {
		font-size: 0.9em;
		padding: 10px 8px;
	}
	figure.post-imagen img {
    float: left;
    margin: 5px;
    max-width: 10em;
    }

}







@media screen and (min-width: 800px) {

	header {
		height: auto;
	}
	#searchform {
		position: absolute;
		top: 5px;
		right: 0;
		z-index: 100;
		height: 2.5em;
	}
	#searchform #s {
		width: 4.38em;
	}
	#searchform #s:focus {
		width: 10em;
	}
	#main-nav {
		position: static;
	}
	#site-logo {
		margin: 15px 100px 5px 0;
		position: static;
	}

	/* site description */
	#site-description {
		margin: 0 0 15px;
		position: static;
		text-align: center;
	}
	#content {
		width: auto;
		float: none;
		margin: 20px 0;
	}
	figure.post-imagen img {
    float: left;
    margin: 5px;
    max-width: 11.25em;
    }
	#sidebar {
		width: 100%;
		margin: 0;
		float: none;
	}
	#sidebar .widget {
		padding: 3% 4%;
		margin: 0 0 10px;
	}


}

@media screen and (min-width: 850px) {

	#pagewrap {
		width: 95%;
	}
	#content {
		width: 60%;
		padding: 3% 4%;
	}
	figure.post-imagen img {
    float: left;
    margin: 5px;
    max-width: 14.38em;
    }
	#sidebar {
		width: 30%;
	}
	#sidebar .widget {
		padding: 8% 7%;
		margin-bottom: 0.63em;
	}

}
