@media only screen and (max-width:1900px){
    #sidebar-blog{
		/*margin-right: 0px;*/
		/*padding-left: 0px;*/
		/*width:15%;*/
		/*box-sizing:border-box;*/
		/*padding-left:40px;*/
	}
	#archive {
		/*width: 85%;*/
	}
	.page.single #item-content {  width: 80%;}	
	.page.single #sidebar-blog{ width:20%!important;}
}
  
@media only screen and (max-width:1270px){
    #sidebar-blog, .page.single #sidebar-blog{
		margin: auto;
		/*margin-bottom:70px;*/
		/*width:225px;*/
		/*max-width:100%;*/
		/*text-align:center;*/
		float:none;
		/*padding-left:0;*/
		clear:both;
	}
	#archive, .page.single #item-content {  width: 100%;margin-bottom:70px;}
	.archive-vacio{width:100%;margin-bottom:70px}
}

@media only screen and (max-width:1100px){
	.item-foto{width:100%;text-align:center;}
	.item-texto{width:100%;margin-top:30px;}
	#archive .item-texto{padding:0!important;}
}

@media only screen and (max-width:1100px){
	#principal-wrap .page.archive > h2{font-size:17px;}
	#principal-wrap .page.archive #filtro-categorias-blog ul li{font-size:15px;}
	.otros-proyectos-cont{max-width:100%;}
	.otros-proyectos-cont .otros-proyectos-texto{width:100%;}
	.otros-proyectos-cont .otros-proyectos-imagen{width:100%; text-align:center;}
	.otros-proyectos-cont .otros-proyectos-texto p{margin-top:70px;}
}

@media only screen and (max-width:780px){
	#respond #commentform textarea, #respond #commentform input{width:96%;}
}

@media only screen and (max-width:500px){	
	.item-texto p{font-size:16px;line-height: 30px;}
	.item-texto h2{font-size:26px;}
	.ncomments{display:none;}
}

@media only screen and (max-width:420px){	
	#principal-wrap .page.archive #filtro-categorias-blog ul li{width:100%;padding:0;text-align:center;}
	#principal-wrap .page.archive #filtro-categorias-blog ul li:hover{border-bottom:none!important;}
	#principal-wrap .page.archive #filtro-categorias-blog ul li:hover a{color:#000!important;}
}