#controlresponsivo {
    display: none;
    width: 1024px;
}

@media only screen and (max-width: 1380px) {
	section#contenidos, header#principal > div.cabecera{
		margin: 0 auto;
		width: 96%;
	}
	
	nav#menu {
		width: 90%;
	}
}

@media screen and (min-width:960px) and (max-width:1379px){
	.cuatro p {
		font-size: 1.3em;
	}
	
}

@media screen and (min-width:960px){

}

@media screen and (max-width:959px){
	
	section#contenidos, header#principal > div.cabecera{
		margin: auto 2%;
		width: 96%;
	}
	section#contenidos{
		margin: 20px 2%;
		z-index: 1;
	}
	
	#telefono p {
		float: right;
		font-size: 1.2em;
		height: 1.5em;
		margin: 10px 0;
	}
	
	.caja-arriba{
		display: none;
		}
	
	
	/*ajustando el pie*/
	footer {
		/*background: #e5e5e5;*/
		float: left;
		width: 100%;
	}
	
	footer #contenido {
		margin: 15px 2% 0 2%;
		width: 96%;
	}
	
	/*cajas promociones*/
	.cuatro {
		width: 29%;
	}
	
	.grande {
		font-size: 1.8em;
	}
	
	img#captcha_image{
		width: 85%;
	}
	.owl-carousel div a {
		z-index: 500;
	}
	
	
	

}

@media screen and (min-width:676px) and (max-width:959px){

}


@media screen and (max-width:675px){
	#telefono {
		width: 80%;
	}
	/*SLIDE
	.bx-wrapper ul li span {
		font-size: 1.8em;
		font-weight: bold;
		margin: 10% auto auto auto;
		max-width: 1180px;
		width:100%;
		z-index: 100;
		text-shadow:1px 1px 5px rgb(255, 255, 255);
		text-align: center;
	}
	.bx-wrapper ul li span strong {			
		font-weight: bold;
	}
	*/
	.bx-wrapper ul li span {
		display: none;
	}
	.bx-wrapper .bx-pager {
		display: none;
	}
	
	#submenu {
		float: left;
	}
	#submenu ul li {
		padding: 0 25px 0 0;
	}
	#submenu ul li a{
		text-decoration: underline;
	}
	
	.izda-gr, .izda, .drcha-pq, .drcha {
		width: 100%;
		margin: 0;
	}
	/*cajas promociones*/
	.cuatro {
		width: 46%;
	}
	
	.drcha img {display:none;}
	
	
}

@media screen and (min-width:551px) and (max-width:959px){

}


@media screen and (max-width:550px){
	section#contenidos h2 {
		font-size:1.8em;
	}
	.grande {
		font-size: 1.4em;
	}
	#telefono {
		width: 70%;
	}
}


@media screen and (max-width:440px){
	
	/*cajas promociones*/
	.cuatro {
		margin-right: 0;
		width: 100%;
	}	

}

@media screen and (max-width:380px){
	#telefono {
		width: 60%;
	}
}
	