body.interior, #ifrm {
	background: #ffffff;
}
body{
	background: #ffffff;
	cursor: default;
	font: normal 11px Trebuchet MS;
	color: #666666;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
input, select, option, textarea {
    background: #FFF;
    color: #666;
}

.left{
	background: url(/images/shop/es/vertical_dots.gif) repeat-y top right;
	width: 200px;
	text-align: left;
}
.shoppingCartHolder{
	width: 180px;
	height: 92px;
	padding: 10px;
}
.shoppingCartIcon{
	width: 67px;
	height: 92px;
	margin: 0px 3px 0px 0px;
	float: left;
}
.shoppingCartInfo{
	width: 100px;
	height: 25px;
	margin: 0px 0px 3px 0px;
	background: url(/images/shop/es/bg_shoppingcart.jpg);
	float: left;
	padding: 7px 0px 0px 10px;
}
.shoppingCartConfirmar{
	width: 110px;
	height: 21px;
	float: left;
}
.menuButton{
	width: 189px;
	height: 25px;
	background: url(/images/shop/es/bg_button.jpg) repeat-x top left;
	font: bold 11px Trebuchet MS;
	text-align: left;
	clear: both;
	padding: 5px 0px 0px 10px;
}
.menuButton a{
	color: #666666;
	text-decoration: none;
	display: block;
}
.menuButton a:hover{
	color: #DA1715;
}
.menuButton a:visited{
	color: #666666;
}

/* producto seleccionado */
.imgBig{
	width: 272px;
	height: 364px;
	padding:0;
	
	margin: 10px 10px 20px 10px;
	float: left;
	display:block;
        border: 1px solid #CCC;
        backgorund: transparent url(/images/lightbox/loading.gif) no-repeat middle center;
}
.productInfo{
	width: 208px;
	height: 284px;
	float: left;
	padding: 80px 0px 0px 20px;
}
.productInfo p{
	color: #DA1816;
	font: bold 11px Trebuchet MS;
	padding: 0px;
	margin: 0px;
}
.tallas{
	width: 120px;
	height: 20px;
	font: normal 11px Trebuchet MS;
	color: #666666;
	margin: 5px 0px 0px 0px;
}
.cantidad{
	width: 50px;
	height: 20px;
	font: normal 11px Trebuchet MS;
	color: #666666;
	margin: 5px 0px 0px 0px;
}
.botonesProducto{
	margin: 0px 3px 5px 0px;
}
.completaLookHolder{
	width: 530px;
	padding: 5px 0 0 0;
	text-align: center;
	margin:0;	
}
.completaLookImg{
	width: 75px;
	height: 100px;
	border: 1px solid #cccccc;
	margin: 0px 12px;
	padding:0;
	float: left;
}
/* end producto seleccionado */

/* producto catalogo */
.catalogo{
	width: 520px;
	padding: 10px 0px 10px 10px;
}
.catalogoImg{
	width: 123px;
	height: 165px;
	border: 1px solid #cccccc;
	margin: 0px 3px 3px 0px;
	float: left;
        backgorund: transparent url(/images/lightbox/loading.gif) no-repeat middle center;
}
.bAnterior{
	width: 110px;
	height: 21px;
	float: left;
	margin: 10px 0px 0px 10px;
}
.bSiguiente{
	width: 110px;
	height: 21px;
	float: right;
	margin: 10px 10px 0px 0px;
}
/* end producto catalogo */

/* carrito */
.carritoProductoHolder{
	width: 510px;
	padding: 10px;
}
.carritoItem{
	clear: both;
}
.carritoItem div{
  font: bold 11px Trebuchet MS;
  text-align: center;
}
.carritoImg{
	width: 150px;
	height: 110px;
	float: left;
	text-align: center;
       padding: 5px;
}
.carritoImg img{
  border: 1px solid #ccc;
}

.carritoPrecioUnidad{
	width: 77px;
	height: 60px;
       padding: 50px 0 0 0;
	margin: 5px 3px 0px 0px;
	background: #eeeeee;
	float: left;
}
.carritoPrecioCantidad{
	width: 60px;
	height: 60px;
       padding: 50px 0 0 0;
	margin: 5px 3px 0px 0px;
	background: #eeeeee;
	float: left;
}
.carritoPrecioTalla{
      display:block;
	width: 40px;
	height: 60px;
       padding: 50px 0 0 0;
	margin: 5px 3px 0px 0px;
	background: #eeeeee;
	float: left;
}
.carritoPrecioSubtotal{
	width: 77px;
	height: 60px;
       padding: 50px 0 0 0;
	margin: 5px 3px 0px 0px;
	background: #eeeeee;
	float: left;
}
.carritoPrecioDelete{
	width: 70px;
	height: 60px;
       padding: 50px 0 0 0;
	margin: 5px 3px 0px 0px;
	background: #eeeeee;
	float: left;
}
.inputCantidad{
	width: 37px;
	height: 17px;
	text-align: center;
	border: 1px solid #999999;
	font: bold 11px Trebuchet MS;
	color: #666666;
}
.totalCompra{
	width: 500px;
	height: 18px;
	text-align: right;
	color: #ffffff;
	font: bold 11px Trebuchet MS;
	padding: 3px 10px 0px 0px;
	margin: 10px 0px 0px 0px;
	background: url(/images/shop/es/bg_carrito_total.jpg) no-repeat;
	float: left;
}
.botonesCarrito{
	width: 510px;
	text-align: right;
	float: left;
	padding: 0px 20px 0px 0px;
	margin: 10px 0px 20px 0px;
}
/* end carrito */


#form{
 width:510px; 
 text-align: left;
 padding: 0 20px 0 0;
 margin: 15px 0 0 0;
}
#form label{
    display: block; 
    float: left;
    width: 130px; 
    margin: 5px 10px 5px 20px;
    text-align: right; 
    font-weight: bold;
    height: 25px;
    line-height: 30px;
}
#form input, #form textarea {
    float: left;
    margin: 5px 0;
   width: 200px; 
}
#form br { clear: both;}

.formFila{
  width: 510px;
  margin: 0px 0px 5px 0px;
  border-bottom: 1px solid #cccccc;
  clear: both;
}



/* TABLA DE DATOS */
#factura {
  border-collapse: separate;
  padding: 2px;
  width: 510px; 
}
#factura td {
  font-weight: bold; 
  font-size: 10px; 
  background: #EEE;
  margin: 2px; 
  padding: 4px; 
  text-align: left;
}
#factura td.producto { width: 200px; }
#factura td.precio   { width: 70px; text-align: right;}
#factura td.uds      { width: 40px; text-align: right;}
#factura td.talla    { width: 70px; text-align: center;}
#factura td.subtotal { width: auto; text-align: right;}