@media screen and (min-width: 1200px){ /* 1000 */
	.whatsapp {
		display:none;
	}
	.whatsapp_pr {
		display:none;
	}
	
	.red_social {
		position: relative;
		margin: -0.2rem 0rem 0rem 0.1rem;
	}
	
	#menuA{
		display:none;
	}
	
    #capa1{
		width: 76%;
    }
    
    #capa2{
		width: 23%;
    }
	
	#capa3{
		width: 23%;
    }
	
	#publicidad{
		width: 23%;
	}

	.pvp {
		padding: 0.5rem 0.5rem 0.2rem 65%;
	}
	
	.texto{
		width: 32%; /* 32% */
	}
}

@media screen and (max-width: 1200px){ /* 1000 */
	.whatsapp {
		display:none;
	}
	.whatsapp_pr {
		display:none;
	}

	.red_social {
		position: relative;
		margin: -0.2rem 0rem 0rem 0.1rem;
	}
	
	#menuA{
		display:none;
	}
	
    #capa1{
		width: 76%;
    }
    
    #capa2{
		width: 23%;
    }
	
	#capa3{
		width: 23%;
    }
	
	#publicidad{
		width: 23%;
	}
	
	.pvp {
		padding: 0.5rem 0.5rem 0.2rem 60%;
	}
	
	.texto{
		width: 47%;
	}
}

@media screen and (max-width: 1000px){ /* 800 */

	.red_social {
		position: relative;
		margin: -0.2rem 0rem 0rem 0.1rem;
	}
	
	.whatsapp {
		display:none;
	}
	.whatsapp_pr {
		display:none;
	}
	
    #capa1{
		width: 100%; /* 98% */
    }
    
    #capa2{
		display:none;
    }
	
	#capa3{
		display:none;
    }
	
	#publicidad{
		width: 100%;
	}
	
	.imgapubli{
		width: 50%;
	}
	
	.texto_publi{
		float: right;
		width: 50%;	
		line-height: 1.5rem;
		margin-top: -54%;
	}
	
	.texto{
		width: 48%; /* 48% */
	}
}

@media screen and (max-width: 800px){
	
	.red_social {
		position: relative;
		margin: -0.2rem 0rem 0rem 1.9rem;
	}
	
	.whatsapp {
		display:block;
	}
	.whatsapp_pr {
		display:block;
	}
	
	.elivi {
		display:none;
	}
    
	#menuA{
		display:block;
	}
	
	.img_banner{
		width: 468px;
		height: 60px;
	}	
}

@media screen and (max-width: 600px){
	.red_social {
		position: relative;
		margin: -0.2rem 0rem 0rem 1.9rem;
	}
	
	.whatsapp_pr {
		display:block;
	}

	.whatsapp {
		display:block;
	}

	#menuA{
		margin: -2rem 0.5rem 0.5rem -0.4rem; 
		display:block;
	}
	
    #capa1{
		width: 100%; /* 98% */
    }
    
    #capa2{
		display:none;
    }
	
	#capa3{
		display:none;
    }
	
	.texto{
		width: 98%; /* 96% */
	}
	
	#publicidad{
		width: 100%;
	}
	
	.imgapubli{
		float: right;
		width: 100%;
	}
	
	.texto_publi{
		float: right;
		width: 108%;	
		line-height: 1.5rem;
		margin: 1rem 0rem 0rem 0rem;
	}
}