/* CSS Document */

#contenedor_productos {
	width:660px; 
	/*height:450px; */
	margin-top:20px; 
	margin-top:20px; 
	border:#cbcbcb solid 1px; 
	/*overflow-x: hidden; */
	/*overflow-y: scroll; */
}

#titulo_producto {
	padding:0 0 5px 0;
}

#titulo_producto a {
	font-size:16px; 
	font-weight:900; 
	font-style:oblique; 
	text-decoration:underline; 
	color:#000000; 
}

#titulo_producto a:hover {
	color:#8c8c8c;
}

#titulo_producto a:visited {
	color:#000000;
}

#precio_producto {
	color:#FF3300;
	padding:5px 0 0 0;
	float:left;
	width:400px;
	text-decoration:underline;
}

#btn_mas {
	width:50px; 
	padding:5px 0 0 0;
	float:left;
}

#linea_separacion {
	height:2px; 
	border-bottom:#cbcbcb 1px dotted;
}
