.tabla_carrito{
	background-color: #373737;	
}

body{
	background-image: url(../img/style/fondoline.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
.algo{
	background-image: url(../img/style/fondo.png);
	background-repeat: no-repeat;
	background-position:center;
	background-position: center 156px;
	width: 100%;
}

.sidebar{
	text-align: left;	
}

.spacer{
	height: 10px;
}

.inputChico{
	border:none;
	width: 50px;
}

.inputMediano{
	border:none;
	width: 119px;
}

.inputLargo{
	border:none;
	width: 210px;
}

.inputExtraLargo{
	border:none;
	width: 550px;
}

.formSubmit{
	margin-left:20px;
	margin-top:10px;
	background-color: #8cc63e;
	border: none;
	color: white;	
}

.boton{
	background-image: url(../img/style/botonfondo.jpg);
	background-repeat: repeat-x;
	border: none;
	padding: 0px;
	margin-left: 4px;
	height: 19px;
}

/* TOP */

.header{
	background-color: red; 
	vertical-align: bottom;
}

.logo{
	height: 124px;
	float: left;
}

.menu{
	float: left;
	margin-top:120px;
	margin-right: -10px;
}

.botonBodie {
	padding-left:10px;
	padding-right:10px;
	height: 37px;
	line-height:37px;
	background-image: url(../img/style/botonBodie.jpg);
	background-repeat: repeat-x;
	float: right;
}
.botonBodieSelected{
	padding-left:10px;
	padding-right:10px;
	height: 37px;
	line-height:37px;
	background-image: url(../img/style/botonBodie.jpg);
	background-repeat: repeat-x;
	float: right;
}

.botonEnd{
	height: 37px;
	width: 2px;
	background-image: url(../img/style/botonEnd.jpg);
	background-repeat: no-repeat;
	float: right;
}

.botonLast{
	height: 37px;
	width:13px;
	background-image: url(../img/style/botonLastEnd.jpg);
	background-repeat: repeat-x;
	float: right;
}
.homeImg{
	height: 341px;
}

/* SIDE */



.menuCategoriasTitle{
	margin-bottom:5px;	
}



.separadorBarra{
	margin-top:5px;
	margin-bottom:5px;
	background-image: url(../img/style/separador.jpg);
	background-repeat: repeat-x;
	height: 3px;
}

.wagner{
	background-image: url(../img/style/wagner.jpg);
	background-repeat: no-repeat;
	height: 52px;
}

/* LISTA PRODUCTOS */

.productosListaItem{
	border:1px solid gray;
	height: 260px;
	margin-top:5px;
	margin-left:1px;
	font-family: verdana;
	width: 170px;
}

.productosListaItemMasInfo{
	height: 17px;
	margin-top: 5px;
}

.productosListaItemDescripcion{
	height:35px;
	margin-bottom:3px;
	overflow: hidden;	
}

.productosListaItemCesta{
	height: 17px;
	margin-top: 2px;
}
/* FOOTER */

.footer{
	height: 30px;
	padding-top: 10px;
	text-align: center;
}

/* GALERIA */

.galeriaMainPreview{
	background-image: url("../img/imagenes/fondoGaleriaPreview.png");
	float:left;
	height: 70px;
	width: 161px;
}

.galeriaPreviewLeft{
	float:left;
	background-image: url("../img/imagenes/galeriaPreviewLeft.jpg");
	margin-top:28px;
	margin-left:6px;
	height: 11px;
	width: 11px;
	cursor:pointer;
}

.galeriaPreviewRight{
	float:right;
	background-image: url("../img/imagenes/galeriaPreviewRight.jpg");
	margin-top:28px;
	margin-right:10px;
	height: 11px;
	width: 11px;
	cursor:pointer;
}

.loading{
	font-family: Arial, Helvetica, sans-serif;font-size: 10px;
}

.galeriaPreviewimagen{

	float:left;
	height: 64px;
	width: 74px;	
	margin-top:3px;
	margin-left: 20px;
	overflow: hidden;
}

/* PRODUCTO */

.productoThumbnails{
	
}

.thumbnail{
	float: right;
	margin-bottom: 5px;	
	margin-top:2px;
	cursor:pointer;
}

.productoDetalle{
	border:2px solid #585858;
}

.productoImg{
	height: 387px;
	overflow: hidden;
}

.procesando{	
	text-align:right;
	margin-right:10px;
	padding-top:2px;
	width:auto;
	height:auto;
}
.procesando-producto{
	text-align:right;
	width:516px;
	height:387px;
}


.titulo-carrito{
	background-color:transparent;
	font-size:11px;
	color:white;
}
.item-carrito{
	padding-left:2px;
	font-size:11px;
	background-color: #373737;
	border-bottom:1px solid #8c9a79; 
	padding-bottom: 5px;
	color:white;
	line-height: 30px;
}

.picture{
	width:516px;
	height:392px;
	background-color:white;
}
.pic-contain{
	text-align:center;
	width:516px;
	height:392px;
	background-color:white;
}

.logoSilver{float:left; font-family: arial; font-size: 9px; color:#cee2a0; margin-left: 5px;}
.logoSilver:hover{ color:green;}

a img{border:none;}
