@media screen and (max-width: 767px) {
	
	body {
		margin-top: 148px;
	}
	
	#logo-big, #logo-small {
		-ms-transform: scale(0.8, 0.8); /* IE 9 */
		-webkit-transform: scale(0.8, 0.8); /* Safari */
		transform: scale(0.8, 0.8);
	}
	
	#acceso-privado {
		margin-top: -40px;
		margin-bottom: 0;
	}
	
	.carousel-indicators {
		top: 10px;
	}
	
	.carousel-caption {
		top: 0;
		left: 5px;
		right: 5px;
	}
	
	.carousel-caption h3 span {
		font-size: 40px;
	}
	
	.carousel-caption p span {
		font-size: 12px;
		padding: 10px;
		line-height: 2;
	}
	
	#producto-panel h3 {
		font-size: 3em;
	}
	
}