@media only screen and (max-width: 480px){
	#redes{
		display: none;
	}
	.contenedorColumnas{
		display: block;
	}
	.columnasx3{
		width: 100%;
		margin: 20px;
	}
	.columnasx3 img{
		width: 100%;
		margin: 2px;
	}
	.tablax4{
		width: 100%;
	}
	.tablades{
		width: 100%;
	}
	.ancho{
		height: 50px;
	}
	.logo{
		width: 100%;
		height: 25px;
		text-align: right;
		padding: 0;
		margin: 0;
	}
	.logo p a{
		width: 100%;
		font-size: 20px;
		margin: 0;
	}
	nav{
		width: 100%;
		text-align: center;
		margin-top: 1px;
		padding: 0;
	}
	nav ul li a{
		font-size: 7px;
	}
	.bloqueLetras{
		top: 90px;
	}
	.letrasSlider h1{
		font-size: 20px;
	}
	.letrasSlider p{
		display: none;
	}
}

@media only screen and (min-width: 481px) and (max-width: 900px){
	.contenedorColumnas{
		display: block;
	}
	.columnasx3{
		width: 100%;
		margin: 2px;
	}
	.tablax4{
		width: 100%;
	}
	.tablades{
		width: 100%;
	}
	.logo{
		width: 100%;
		height: 35px;
		text-align: center;
		padding: 0;
		margin: 0;
	}
	.banner2{
		height: 150px;
	}
	.banner2 h3{
		font-size: 16px;
		padding-top: 8%;
	}
	.logo p a{
		width: 100%;
		font-size: 28px;
		margin: 0;
	}
	nav{
		width: 100%;
		text-align: center;
		margin-top: 5px;
		padding: 0;
	}
	nav ul li a{
		font-size: 9px;
	}
	.bloqueLetras{
		top: 80px;
	}
	.letrasSlider h1{
		font-size: 40px;
	}
	.letrasSlider p{
		font-size: 12px;
	}
}

@media only screen and (min-width: 901px) and (max-width: 1200px){
	.precio4{
		font-size: 30px;
	}
	.bloqueLetras{
		top: 70px;
	}
	.letrasSlider h1{
		font-size: 80px;
	}
	.letrasSlider p{
		font-size: 25px;
	}
}

