
.todos_productos {
	background: ;
}

.todos_productos .tp-info {
	display: inline-block;
	margin-bottom: 10rem;
	background: ;
}

.todos_productos .imagen_TP{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 240px;
	height: 260px;
	background:;
}

.todos_productos .imagen_TP img{
	width: 100%;
	height: 100%;
}

.todos_productos .imagen_TP:hover img{
	-webkit-transform:scale(0.9);
	transform:scale(0.9);
}

.todos_productos .tp-info a {
	text-decoration: none;
}

.todos_productos .tp-info p{
	font-size: 1.6em;
	text-align: center;
	color: #696969;
}






.miPagNav {
	text-align: center;
	margin-bottom: -3em;
	background: ;
}




/*----------Detalle producto-----------*/
.detalle_producto .imagen_DP{
	width: 300px;
	height: 300px;
	background: ;
}

.detalle_producto .imagen_DP img{
	width: 100%;
	height: 100%;
}

.detalle_producto .DP-body p {
	color: #696969;
}


.detalle_producto .DP-body .desc_DP {
	margin-left:5em;
	background: ;
}

/*-------------------------------------*/






/*-------------RESPONSIVE CSS-----------------*/
@media(max-width: 1200px) {
	.todos_productos .tp-info p{
		font-size: 1.4em;
	}
	
	/*------------------------*/
	.detalle_producto .DP-body .desc_DP {
		margin-left:3em;
		width: 63%;
	}
}

@media(max-width: 992px) {
	.todos_productos .tp-info {
		width: 50%;
	}
	
	.todos_productos .tp-info p{
		font-size: 1.6em;
	}
	
	/*------------------------*/
	.detalle_producto .imagen_DP{
		float: left;
	}
	
	.detalle_producto .DP-body .desc_DP {
		float: right;
		margin-left:1em;
		width: 55%;
	}
}

@media(max-width: 768px) {/*Rojo*/
	.todos_productos .tp-info {
		margin-bottom: 7rem;
		background: ;
	}
	
	/*------------------------*/
	.detalle_producto .imagen_DP{
		float: none;
		width: 270px;
		height: 270px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.detalle_producto .DP-body .desc_DP {
		float: none;
		padding-left: 3em;
		margin-top: 2em;
		margin-left: 0em;
		width: 100%;
	}
}


@media(max-width: 576px) {/*Azul*/
	.todos_productos .tp-info {
		float: none;
		margin-bottom: 7rem;
		width: 100%;
		background: ;
	}
	
	.todos_productos .tp-info p{
		font-size: 1.4em;
	}
	
	
	
	/*------------------------*/
	.detalle_producto .imagen_DP{
		width: 250px;
		height: 250px;
	}
	
	.detalle_producto .DP-body .desc_DP {
		padding-left: 0em;
	}
}


@media(max-width: 347px) {
	.todos_productos .imagen_TP{
		width: 200px;
		height: 220px;
	}
	
	/*------------------------*/
	.detalle_producto .imagen_DP{
		width: 200px;
		height: 200px;
	}

	
}


