@charset "utf-8";
.producto_tabla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 830px;
	height: 200px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-bottom: 10px;
	line-height: 17px;
}
.producto_tabla .producto_form input {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/spacer.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.producto_tabla span {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-decoration: none;
}

.producto_tabla .producto_item {
	float: left;
	height: 180px;
	border-right-style: solid;
	border-right-color: #666666;
	border-right-width: 1px;
	width: 271px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.producto_tabla .aviso_nuevo {
	width: 120px;
	float: left;
	margin-left: 15px;
	padding-top: 20px;
}

.producto_tabla .producto_desc {
	width: 200px;
	float: left;
	height: 180px;
	border-right-style: solid;
	border-right-color: #666666;
	border-right-width: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}.producto_tabla .producto_form {
	float: left;
	height: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

