@media (max-width: 700px){
	
	/*.page{
		width: 98%;
		padding: 1%;
	}*/
	
	body{
		font-size: 17px;
	}
	
	.cabecera{
		min-width: 100%;
		height: 142px;
		background-position: -100px 0px;
		overflow: hidden;
	}
	
	.content-cabecera{
		min-width: 100%;
		width: 100%;
	}
	
	#site-navigation{
		display: none;
	}
	
	.site-content{
		width: 100%;
	}
	
	.slider{
		width: 100%;
		height: 400px;
	}
	
	.noticia-slider{
		width: 100%;
		height: 400px;
		top: 0px;
	}
	
	.noticia-slider .imagen{
		width: 100%;
		height: 400px;
		background-position: center center;
		background-size: cover;
	}
	
	.noticia-slider .titular{
		width: 100%;
		left: 0px;
	}
	
	.noticia-slider .titular a{
		font-size: 30px;
    	line-height: 33px;
    }
	
	.slider .acceso{
		display: none;
	}
	
	.slider .anterior, .slider .siguiente{
		top: 0px;
		z-index: 2000;
		background: rgba(0, 0, 0, 0.64);
	}
	
	.wrap-footer {
		min-width: 100%;
	}
	
	.site-footer{
		width: 100%;
	}
	
	.home-columna1 {
		width: 100%;
	}
	
	.noticia-home {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		min-height: intrinsic;
	}
	
	.noticia-home .imagen{
		width: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	
	.boton_mas_noticias{
	    font-size: 18px;
	    margin-left: 5%;
	    margin-bottom: 5%;
	    width: 90%;
	}
	
	.home-columna2 {
		width: 100%;
	}
	
	.cont-columna2{
		width: 80%;
		margin-left: 10%;
	}
	
	.home-columna3 {
		width: 100%;
	}
	
	.titular{
		font-size: 20px;
	}
	
	.noticias-listado-imagen a {
		width: 60%;
	}
	
	.single-columna1 {
		width: 100%;
		padding: 5%;
		padding-bottom: 30px;
	}
	
	.entry-content img{
		width: 100%;
	}
	
	.sub-menu {
		top: 0px !important;
	}
	
	.noticia-home.archivo {
		width: 100%;
		margin-left: 0%;
		margin-right: 0;
	}
	
	.site-branding{
		top: 20px;
	}
	
	.page-title{
	}
}

@media (max-width: 500px){
	
	
	.site-branding {
	    width: 60%;
	    position: relative;
	    margin: auto;
	    background-size: contain;
	    margin-top: 0px;
	    left: 0px;
	}
	
	.cabecera{
		min-width: 100%;
		height: 112px;
		background-position: -100px 0px;
	}
	
}