/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 968px) {
		.container{
			width: 70%;
		}
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen  and (max-width: 959px) {
		.container{
			width: 65%;
		}
		header > nav{padding: .8% 0% 0% 0%;	width: 50%;	float: right;}

		header nav ul { width: 100%; float: right;}
		header nav ul li a{font-size: 1em; }
		section#header-page a {left: 38%;bottom: 7%;}
		#attach iframe{height: 260px;}
		#attach section#sidebar-inmueble #informacion ul li{border-right: 0px;width: 30%;margin-left: 0px;}
		footer{}
		#lista-proyectos article#proyecto figure{ width: 47%;font-size: .9em;}
		aside#proyecto article figure{ width: 55%;}

	}


	/* All Mobile Sizes (devices and browser) */
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (max-width: 768px) {
		.container{
			width: 50%;
		}
		header{ background: #eee;}
		header > section {margin: 0 auto;padding: 1.2% 2%;width: 26%; float: none;}
		header > nav { width: 90%; margin: 0 auto; float: none; border-left:0px}
		header nav ul li a{ padding: 4% 3% 4% 3%; font-size: 14px;}

		footer address{ text-align: left; margin-left: 5%; margin-bottom: 5%;}

		section#header-page a{ left:43%;}
		#lista-proyectos {width: 100%;float: left;margin-right: 0%;margin-bottom: 5%;}
		
		#lista-proyectos article#proyecto figure{ width: 49%;font-size: .9em;}

		
	}

	
	
	@media only screen and (max-width: 568px) {
		.container{
			width: 45%;
		}
		header > nav {width: 80%;}
		footer address {width: 100%;text-align: center;margin-left: 0%;}
		section#header-page a {left: 49%;}



	}


	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 480px) {
		.container{
			width: 30%;
		}
		header nav{width: 40%;}
		header nav ul { width: 100%;}
		header nav ul li a{	font-size: 11px;}
		section#formulario, section#ubicanos{ width: 100%; margin-right: 0%;}
		
		.flex-text {display: none;}
		aside#slideshow{ height: 235px;}
		aside .area .slide {width: 99.8%;height: 274px;}
		#slideshow .area .slide .flexslider{ height: auto;}
		aside#proyecto{ width: 93%;margin-top: 19%;}
		
		aside#proyecto article figure {width: 49%;}
		
	}

	@media only screen and (max-width: 320px){
		.container{
			width: 15%;
		}
		header nav ul{ margin-bottom: 4%;}
		header nav ul li {width: 100%;display: block;}
		header nav ul li a {text-align: center;width: 100%;padding: 4% 0% 4% 0%;}
		
		aside#slideshow {height: 220px;}
		aside .area .slide {width: 99.8%;height: 191px;}

		aside#proyecto {width: 93%;margin-top: 3%;}
		aside#proyecto article figure{ display: none;}
		aside#noticias article div figure{ display: none;}
		aside#noticias article div h2{ height: auto;}



	}
