.titulo-pagina{
	font-family: fuente-bold;
	font-size: 25px;
	margin-top:30px;
}
.contenedor-carrito-vacio{
	display: none;
	margin-bottom:80px;
	margin-top:30px;
}

.contenedor-paso{
	margin-top:30px;
	margin-bottom: 80px;
}

.celda-carrito{
	width:75%;

}

.contenedor-desglose-carrito{
	box-shadow: 0 10px 20px 0px #AAA;
	background-color:white;
	border-radius:0px;
	margin-right: 10px;
}


.interno-fila-carrito{
	padding:10px;
	padding-top:20px;
}

.contenido-fila-carrito{
	padding-bottom:10px;
	border-bottom:1px solid #DDD;
}


.celda-foto-producto{
	width:20%;
}

.celda-foto-producto-interna{
	padding-right:10px;
}

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

.celda-info-producto{
	width:80%;
}


.carrito-nombre-producto{
	font-size:20px;
	font-family: fuente-bold;
}

.contenedor-precio{
	font-family: fuente-bold;
	margin-top:20px;
}


.contenedor-cantidad{
	margin-top:10px;
	line-height: 25px;
	font-family: fuente-bold;
}

.contenedor-cantidad span{

}

.boton-menos, .boton-mas{
	cursor:pointer;
	font-family: fuente-regular;
	width:25px;
	border: 1px solid #173465;
	text-align: center;
	background-color:white;
	display: inline-block;
}

.boton-menos{
	margin-right:10px;
}

.boton-mas{
	margin-left: 10px;
}

.boton-menos:hover, .boton-mas:hover{
	background-color: #173465;
	color:white;
}	


.eliminar-producto{
	text-decoration: underline;
	margin-top:30px;
	cursor:pointer;
}

.celda-resumen{
	width:25%;
	box-shadow: 0 10px 20px 0px #AAA;
	background-color:white;
	border-radius:0px;
}

.interno-celda-resumen{
	padding:10px;	
	padding-top:20px;
	line-height: 25px;

}

.titulo-resumen{
    color: black;
    font-size: 18px;
    font-family: fuente-regular;
    font-weight: bold;
}

.celda-resumen-productos{

}

.subtitulo-resumen{
	width:50%;
	color:#AAA;
}

.dato-resumen{
	width:50%;
	text-align: right;
	color:#AAA;
}

.boton-siguiente{
	background-color: #173465;
	color:white;
	text-align: center;
	font-family: fuente-bold;
	line-height: 35px;
	margin-top:20px;
}

@media only screen and (max-width: 1000px) {
	.carrito-nombre-producto{
		font-size: 18px;
	}
	.titulo-resumen{
		font-size: 15px;
	}
}


@media only screen and (max-width: 768px) {
	.carrito-nombre-producto{
		font-size: 15px;
	}

	.celda-carrito{
		width:65%;
	}

	.celda-resumen{
		width:35%;
	}
}


@media only screen and (max-width: 600px) {

	.celda-carrito{
		width:100%;
	}

	.celda-resumen{
		width:100%;
		margin-top:30px;
	}

	.contenedor-desglose-carrito{
		margin-right: 0px;
	}

	.celda-foto-producto{
		width:30%;
	}

	.celda-info-producto{
		width:70%;
	}
}



@media only screen and (max-width: 450px) {

	.celda-foto-producto{
		width:40%;
	}

	.celda-info-producto{
		width:60%;
	}
}
