@media screen and (max-width: 980px) 	{
	#container{ width:94%; padding:0 3%;}
} 

@media screen and (max-width: 800px) 	{
	body{background:#fff;}
	
	#container{ width:90%; padding:0 5%;}
	.container-body{ width:100%; padding:20px 0; background:none; color:#444;}
	
	.space-header{height:0px;}
	
	#header{box-shadow:none; position:static; height:auto;}
	#header #container{ width:100%; padding:0;}
	.header-social{ 
		width:94%; 
		padding:0 3%;
	}
	.header-logo{float:none; width:100%; text-align:center; }
	.header-right{
		float:none; 
		width:94%; 
		padding:0 3%;
		margin-left:0; 
		color:#000; 
		background:#4A7085; 
	}
	.header-right .nav-h>li>a{height:70px; line-height:70px; padding:0 11px; font-size:13px; color:#fff;}
	.nav-h>li:hover>ul { top: 70px; }
	
	#banner{background:none;}
	#banner > div {width:100%; padding:0;}
	#banner .rslides_container{ background:none;}
	
	
	.body-left{float:left; width:60%; margin-right:3%;}
	.body-right{float:right; width:37%;}
	
	
	
}

@media screen and (max-width: 650px) 	{
	
	/*.container-body	img { width:100% !important; height:auto !important; margin-left:0 !important; margin-right:0 !important; margin-bottom:20px;}*/
		
	.header-right .nav-h>li>a{ font-size:12px; padding:0 7px;}
	
	
	.body-left{float:none; width:100%; margin-right:0;}
	.body-right{float:none; width:100%; margin:40px 0;}
	.form-suscripcion{ padding:25px 7%;}
	
	
	
}

@media screen and (max-width: 500px) 	{
	.social a .symbol{ font-size:34px; }	
	.header-social{position:absolute; z-index:999999; width:70%;right:0;}	
	.header-right{ display:none; }
	
	#nav-responsive{ position:absolute; display:block; top:5px; left:0; width:100%; z-index:99999; font-family: 'AUBREY1'; }	
	.header-logo{padding:35px 0 25px;}
	.header-logo img{  height:100px; padding:15px 0 15px; margin-top:0;}	
	
	
	.not-item .item-desc{ padding:15px 7%;}
	.not-item .item-desc .desc-image{ float:none; width:94%;  margin-right:0;}
	.not-item .item-desc .desc-content{ float:none; width:94%; padding-top:15px; }
	
	
	
}
	
