.gridContainerList {
		margin: auto;

		width:900px;

		padding-top:150px;
		background-color:white;
	}
		#wrapcenter {
		width:900px;
		padding-top: 25px;
		position:relative;

	
	}
	
	#divProdPrincipal {
	width: 100%;
	height:280px;
	margin-bottom: 40px;
}
		/* divs Producto Principal */
		#apModelo {
			position: relative;
			width: 294px;
			height: 24px;
			font-size:22px;
			font-weight:bold;
			color:black;
			padding:33px 0px 10px 0px;		
		}
		#apNombre {
		position: relative;
		left: -43px;
		width: 322px;
		height: 45px;
		padding: 8px 0px 0px 28px;
		font-size: 9px;
		line-height:18px;
		text-align:center;
		font-weight: 600;
		color: rgba(58,54,54,1);
		background: rgba(226,227,230,1);
		border-radius: 0px 10px 0px 0px;
		}
		#apCaracteristicas {
			position: relative;
			left: -43px;
			margin-top:2px;
			width: 350px;
			height:27px;
		}
				#apIconos {
					background:rgba(226,227,230,1);
					border-radius:0px 0px 10px 0px;
					height:30px;
					padding-left:22px;
					
				}
		#apDescripcion {
			position: relative;
			width: 284px;
			height: 90px;
			font-size:10px;
			text-align:justify;
			color:rgba(102,102,102,1)
		}
		#apComprar {
			position: relative;
			left: 0px;
			top: 0px;	
			width: 284px;
			height: 27px;
		}
		#apColores {
			position: relative;
			float:left;
			left: 0px;
			top: 0px;	
			width: 284px;
			height: 74px;
		}
		#apImagen {
			position: relative;
			top:-350px;
			left:350px;
			width: 500px;
			height: auto;
			margin-left:45px;
			text-align: center;
		}
				#apImagen  img{
			width: 500px;
			height: auto;

		}
		#apMiniaturas {
			position: relative;
			top:-235px;
			left:270px;
			width: 460px;
			height: 47px;
			text-align: right;
		}
		/* EO divs Producto Principal */
#divProdDescripcion {
	width: 745px;
	height: 345px;
	margin-bottom: 40px;
	text-align:center;
}
#divProdUsabilidad {
	width: 100%;
	height: 340px;
	text-align:center;
	margin-bottom: 40px;
}
#divProdAccesorios {
	width: 100%;
	height: 147px;
	text-align:center;
	margin-bottom: 40px;
}

.apImagen {
      position: relative;
      top:-300px;
      left:270px;
      width: 622px;
      height: 390px;
      margin-left:45px;
}
/* Clases para el jquery del zomm */

.zoom{
    transition: 1.5s ease;
    -moz-transition: 1.5s ease; /* Firefox */
    -webkit-transition: 1.5s ease; /* Chrome - Safari */
    -o-transition: 1.5s ease; /* Opera */
	z-index:50;
  }

  .zoom:active{
    z-index: 999;
    transform : scale(1.6);
    -moz-transform : scale(1.6); /* Firefox */
    -webkit-transform : scale(1.6); /* Chrome - Safari */
    -o-transform : scale(1.6); /* Opera */
    -ms-transform : scale(1.6); /* IE9 */
  }

   
}

body,td,th {
	font-family: "Exo 2";
}

.icono_desc {
	width: 30%;
	float: left;
	border-right: solid white 2px;
	padding-top: 2px;
	height: 58px;
	font-size: 9px ;
	font-weight:bold;
	color:rgba(0,0,0,.5);
	padding-left:3px;
	padding-right:3px;
	text-align:center;
}

            .jssora03l, .jssora03r, .jssora03ldn, .jssora03rdn
            {
            	position: absolute;
            	cursor: pointer;
            	display: block;
                background: url(../images/a03.png) no-repeat;
                overflow:hidden;
            }
            .jssora03l { background-position: -3px -33px; }
            .jssora03r { background-position: -63px -33px; }
            .jssora03l:hover { background-position: -123px -33px; }
            .jssora03r:hover { background-position: -183px -33px; }
            .jssora03ldn { background-position: -243px -33px; }
            .jssora03rdn { background-position: -303px -33px; }