@import "molles.css";
@import "categorias.css";
@import "producteInfo.css";
@import "productoDetalle.css";

.botonera{
	width:100px;
}
.botonera .preus
{	
	width:100px;	
}

.botonera .precioTotal
{
	float:left;
	border:0px;
	width:50px;
	background-color:rgb(245,246,246);
	color:rgb(118,127,138);
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin-top:2px;
	margin-left:2px;
	vertical-align:middle;
}

.botonera .tablaDespuesPrecio
{
	width:100px;
	clear:both;

}
.botonera .tablaDespuesPrecio img
{
	padding-top:10px;
	border:0px;
}
.botonera .inputCantidad
{
	text-align:right;
	margin-left:5px;
	margin-right:5px;
	border:0px;
	width:20px;
	color:rgb(118,127,138);
}

.txt
{
	float:left;
	text-transform:uppercase;
	font-weight:bold;
}


