.normal {
	font-family: Tahoma;
	font-size: 12pt;
}

.pequena {
	font-family: Tahoma;
	font-size: 11pt;
}

.formulario { 
	font-family: Tahoma;
	font-size: 10pt;
	border: 1px solid;
}

.producto {
	height: 150px;
	text-align: left;
	padding: 6px 6px 6px 6px;
	border: 1px solid #048;
	margin-top: 2px;
	overflow: hidden;
	color: #038;
	background-color: White;
}

.imagen_producto {
	height: 150px;
	width: 150px;
	float: left;
}

.imagen_producto a {
	padding: 0px;
	/*border: 1px solid #048;*/
	display: block;
}

.imagen_producto a:hover {
	padding: 0px;
	padding-top: 1px;
	padding-left: 1px;
	/*border: 3px solid #048;*/
	display: block;
}

.imagen_producto img {
	max-height: 150px;
	max-width: 150px;
   /*width: expression(this.width > 120 ? 120: true);*/
   /*height: expression(this.height > 120 ? 120: true);*/
	width: expression(this.width > 120 ? 120: true);
	/*height: expression(this.height > 100 ? 100: true);*/
	margin-right: 6px;
	border: 1px solid #048;
}

.texto_producto {
	margin-left: 160px;
}

.producto p {
	margin-left: 160px;
}

.producto form {
	text-align: right;
	/*width: 100%;*/
}

.dcha {
	text-align: right;
}

.pvp {
	color: #dfa;
	font: bold 13px Verdana;
	padding: 0px 2px 1px 2px;
	background-color: #038;
	text-align: left;
	border: 0px solid #048;
}

