.noresponsive{
	display: block;
}

.responsive{
	display: none;
}

@media (min-width: 0px) and (max-width: 1199px){
	
	#page{
		min-width: 0px;
	}
	
	
	.page-template-home .pagina-area{
		width: 100%;
		padding: 20px;
	}
	
	.site-footer .site-info{
		width: auto;
	}
	
	.site-content, .content-area{
		width: 100%;
	}
	
	.home-columna1, .home-columna2, .single-columna1, .single-columna2{
		width: 100%;
	}
	
}

@media (min-width: 0px) and (max-width: 800px){
	
	
	
	.wrap-site-header{
		display: none;
	}
	
	.wrap_header{
		height: 70px;
	}
	
	.site-content{
		/*padding-top: 70px;*/
	}
	
	.noticia-home{
		margin-left: 0px;
		width: 100%;
		
	}
	
	.noticia-home .imagen{
		width: 100%;
		height: 220px;
		background-size: cover;
		background-position: center center;
	}
	
	.entry-title, h1{
		font-size: 32px;
	}
	
	.noticias-listado-imagen a{
		width: 140px;
	}
}