.cf_productos{
    width: 600px;
}
.productos{
	height: auto;
}
DIV.producto{
	width: 600px;
	height: 200px;
	margin: 10px 0px 0px 0px;
	border-bottom: solid 1px #ededed;
	background-color: #ffffff;
	vertical-align: top;
}
DIV.producto A{
	color: #a0a0a0;
	text-decoration: underline;
}
DIV.producto A:hover{
	color: #7cc005;
	text-decoration:none;
}
DIV.producto H1{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    font-weight: bold;
    color: #666666;
    font-size: 1.3em;
}
DIV.producto DIV.logo{
    position: absolute;
    width: 180px;
    height: 135px;
    left: 0px;
    top: 0px;
}
DIV.producto DIV.text{
    position: absolute;
    width: 420px;
    height: 135px;
    left: 190px;
    top: 0px;
}
