#contenedor .productos{
	width:140px;
	height:300px;
	float:left;
	padding-right:2px;/*IE6*/
	padding-left:20px;/*IE6*/
	margin-top:50px;
}

#contenedor .productos .texto_productos{
	width:140px;
	height:63px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	padding-top:23px;
}
#contenedor .productos .texto_productos .pr_titulo{
	min-height:32px;
}
#contenedor .productos .texto_productos .pr_titulo a{
	color:#000;
	text-decoration:none;
}

#contenedor .productos .texto_productos a{
	color:#000;
	text-decoration:none;
}
#contenedor .productos .texto_productos a:hover{
	color:#CCC;
}
