
div.producto
{
	position: relative;
	float: left;
	width: 284px;
	height: 150px;
	top:0px;
	left:0px;
	
	overflow: hidden;
	
	margin: 5px 0px 0px 5px;
	padding-bottom: 5px;
	
}

div.producto table
{
	width: 100%;
	height: 100%;
}

div.producto img
{
	width: 150px;
	height: 150px;
	border: 0px;
	
	border-top: 1px solid #689159;
	border-bottom: 1px solid #689159;
	border-left: 1px solid #689159;
}

div.producto td,
div.producto b,
div.producto i,
div.producto select,
div.producto option
{
	font-size: 12px;
	color: #0B3100;
	vertical-align: top;
}

div.producto select
{
	border: 1px solid #689159;
	margin: 2px;
}

div.producto td.texto,
div.producto td.precio
{
	padding: 4px;
	border: 1px solid #689159;
}


div.producto td.precio
{
	font-size: 14px;
	font-weight: bold;
	background-color:#689159;
	color:white;
	
	padding: 0px 4px 4px 0px;
	text-align: right;
	vertical-align: bottom;
}

div.producto td.boton
{
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	background-color:#689159;
}


div.tienda_comocomprar
{
	background-color: #CEDDC8;
	text-align: center;
	/*margin-top: 20px;*/
	
	padding-top: 10px;
	padding-bottom: 10px;
}

div.tienda_comocomprar p,
div.tienda_comocomprar b,
div.tienda_comocomprar i,
div.tienda_comocomprar a
{
	color: #0B3100;
	font-size: 11px;
}

div.tienda_comocomprar p
{
	text-align: left;
	margin: 5px 10px 5px 10px;
}

div.tienda_comocomprar b
{
	padding-top: 20px;
}


table.gastoenvio
{
	width: 100px;
}


table.gastoenvio td
{
	color: #0B3100;
	font-size: 12px;
}