.ruta{
	margin-top:40px;
}


.producto-ruta{
}


.ficha{
	margin-top:30px;
}

.celda-miniaturas{
	width:13%;
	overflow: auto;
}

.celda-miniaturas .interno{
	padding-right: 10px;
}

.miniatura{
	margin-bottom: 10px;
	border:1px solid black;
	cursor:pointer;
}

.miniatura img{
	display: block;
	width:100%;
}

.celda-foto{
	width:35%;
}

.celda-foto .interno{
	padding-left: 10px;
	padding-right: 10px;
}

.celda-foto img{
	width: 100%;
	display: block;
}

.celda-informacion{
	width:52%;
}

.celda-informacion .interno{
	padding-left: 10px;
}

.nombre-producto-detalle{
	color:#173465;
	font-family: fuente-bold;
	font-size: 45px;
}

.precio-producto-detalle{
	color:black;
	font-family: fuente-bold;
	font-size: 30px;
}

.dato-producto{
	font-size: 20px;
	margin-top:20px;
	font-family: fuente-bold;
}

.codigo-producto{
	color:black;
}

.contenedor-cantidad{
	background-color: #C0C0C0;
	line-height: 20px;
	text-align: center;
	margin-bottom: 30px;
	margin-top:20px;

}

.menos-cantidad{
	width:20px;
	cursor:pointer;
}

.mas-cantidad{
	width:20px;
	cursor:pointer;
}

.valor-cantidad{
	width:50px;
}

.boton-agregar-detalle{
	background-color: #72BFD7;
	color:white;
	line-height: 30px;
	font-size: 20px;
	font-family: fuente-bold;
	padding-left: 10px;
	padding-right: 10px;
}



.informacion-producto{
	padding-top:80px;
}

.contenedor-informacion{
	margin-bottom: 30px;
}

.titulo-informacion{
	font-family: fuente-bold;
	font-size: 20px;
	border-bottom: 1px solid #173465;
}

.contenido-informacion{
	margin-top:20px;
}



.productos-relacionados{
	padding-top:50px;
}

.productos-relacionados .desplazables{
	position: relative;
	left: 0px
}

.carrusel-relacionados{
	position: relative;
	margin-top:50px;
}

.contenedor-flecha{
	position: absolute;
	top:50%;
	font-size: 40px;
	transform: translateY(-50%);
}

.contenedor-flecha-izquierda{
	left: 0px;
}

.contenedor-flecha-derecha{
	right: 0px;
}

.carrusel-productos{
	overflow: auto;
	padding-top:20px;
	padding-bottom: 20px;
}

.boton-agregar-detalle{
	cursor:pointer;
}

.tachado{
	text-decoration: line-through;
}

.celda-descuento{
	color:#72BFD7;
	font-family:fuente-bold;
	font-size: 30px;
	margin-left: 10px;
}

.celda-precio-con-descuento{
	color:#173465;
	font-family:fuente-bold;
	font-size: 30px;
	margin-left: 10px;
}

@media only screen and (max-width: 1000px) {
	.nombre-producto-detalle{
		font-size: 35px;
	}
	.precio-producto-detalle{
		font-size: 23px;
	}
}

@media only screen and (max-width: 768px) {
	.nombre-producto-detalle{
		font-size: 25px;
	}
	.precio-producto-detalle{
		font-size: 20px;
	}
}

@media only screen and (max-width: 650px) {
	.celda-miniaturas{
		width:25%;
	}
	.celda-foto{
		width:60%;
	}
	.celda-informacion{
		width:100%;
		margin-top:30px;
	}
}

@media only screen and (max-width: 450px) {
	.celda-foto{
		width:75%;
	}
}