#bodyLeftPan .content #productos .productoItem {
	width:170px; 
	margin-top: 0px; 
	margin-right: 5px;
}

#bodyLeftPan .content #productos .productoItem div.titulo {
	width: 160px; 
	background-color: #006EA6; 
	font-weight: bold; 
	color: #FFFFFF; 
	padding-top: 0px; 
	padding-bottom: 5px; 
	padding-left: 5px; 
	padding-right: 5px; 
	margin: 0px; 
	text-align: center; 
	height: 36px; 
	overflow: hidden;
}

#bodyLeftPan .content #productos .productoItem div.titulo p {
	width:160px; 
	overflow: hidden; 
	padding: 0px;
}

#bodyLeftPan .content #productos .productoItem .precio {
	width:160px; 
	background-color: #006EA6; 
	font-weight: bold; 
	color: #FFFFFF; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	padding-left: 5px; 
	padding-right: 5px; 
	margin: 0px; 
	text-align: center;
}

#bodyLeftPan .content #productos .productoItem .imagen {
	height: 150px; 
	width: 168px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #DDDDDD; 
	text-align: center;
}

#bodyLeftPan .content #productos .productoItem .imagen img {
	margin:auto;
}

#bodyLeftPan .content #productos p.link {
	width:170px; 
	height:23px; 
	background:#FCF6E6; 
	color:#705D20; 
	margin:0px; 
	padding:0px;
}

#bodyLeftPan .content #productos p.link a {
	width:170px; 
	height:23px; 
	display:block; 
	background:#FCF6E6; 
	color:#705D20; 
	line-height:23px; 
	text-decoration:none; 
	text-align:center;
}

#bodyLeftPan .content #productos p.link a:hover {
	width:170px; 
	height:23px; 
	background:#F9E09F; 
	color:#705D20; 
	text-align:center; 
	text-decoration:none;
}

/* *********************************************** */

#bodyLeftPan .content .producto {
	margin-bottom: 30px;
}

#bodyLeftPan .content .producto p {
	padding: 0px;
}

#bodyLeftPan .content .producto a {
	color: #006EA6;
	text-decoration: none;
}

#bodyLeftPan .content .producto a:hover {
	text-decoration: underline;
}

#bodyLeftPan .content .producto .small, #bodyLeftPan .content .producto_preview .small {
	font-size: 0.8em;
	padding-top:3px;
}

#bodyLeftPan .content .producto p {
	padding: 0px;
}

#bodyLeftPan .content .producto .datos {
	margin-top: 15px;
}

#bodyLeftPan .content .producto .datos .rowImagen {
	padding: 0px;
	width: 280px;
}

#bodyLeftPan .content .producto .datos .rowDescripcion {
	padding: 10px;
	width:240px; 
	vertical-align: top; 
	text-align: center;
}

#bodyLeftPan .content .producto_preview {
	margin-right: 20px;
	padding-left: 0px;
	background-color: transparent;
}

#bodyLeftPan .content .producto_preview .block-link {
	color: #5E9908;
}

#bodyLeftPan .content .productos_listado_descripcion {
	margin-bottom: 10px;
	display: block;
}