﻿.fondo_productos
{
	float:left;
	min-height:580px;
	padding-bottom:10px;
	width:732px;
	
	background:url('../softindustries/img/fondo_interesa.jpg');
	color:#FFF;
}

.fondo_productos a
{
	color:#FFF;
	font-weight:bold;
	text-align:center;
}
*html .fondo_productos
{
	height:580px; /* para IE5+ */
}
.producto_izquierda
{
	width:230px;
	float:left;
	margin-top:15px;
	margin-left:10px;
	padding-right:10px;
	
	border-right:1px dotted #FFF;
	
}
*html .producto_izquierda {margin-left:2px;margin-right:0;padding-right:0;}
.producto_izquierda .contenido_producto
{

	float:left;
	margin-top:10px;
	width:230px;
}
.producto_izquierda img
{
	float:left;
	height:229px;
	width:229px;
	
	border:solid 1px #fc6703;
}
.producto_izquierda .texto_producto
{
	float:right;
	margin-top:10px;
	width:230px;
	
	color:#fff;
	font-weight:bold;
}
.producto_izquierda .descripcion_producto
{
	float:right;
	width:230px;
	text-align:justify;
	color:#fff;
}
.producto_izquierda .precio_producto
{
	float:right;
	margin-right:5px;
	margin-bottom:20px;
	width:230px;
	
	color:#fff;
	font-size:20px;
	text-align:right;

}
.producto_izquierda .precio_antes
{
	float:right;
	margin-right:5px;
	margin-top:10px;
	width:140px;
	color:#fff;
	font-size:15px;
	text-align:right;
	text-decoration:line-through;
}
.producto_izquierda .anadir
{
	float:right;
	margin:0 5px 6px 0;
}
.productos_derecha
{
	width:465px;
	float:left;	
	
} 
.productos_derecha .contenido_producto
{

	float:left;
	margin-bottom:10px;
	width:155px;
}
*html .productos_derecha .contenido_producto {padding:0; margin:0}
.productos_derecha a
{
	/*float:left;
	width:145px;*/
	text-align:center;
	/*text-transform:uppercase;*/
}
.productos_derecha img
{
	float:left;
	height:145px;
	margin:10px;
	width:145px;
	border:solid 1px #fc6703;
}
*html .productos_derecha img { margin:4px;}
.productos_derecha .texto_producto
{
	float:right;
	margin-top:10px;
	width:145px;
	
	color:#fff;
	font-weight:bold;
}
.productos_derecha .precio_producto
{
	float:right;
	margin-right:5px;
	margin-top:10px;
	width:140px;
	color:#fff;
	font-size:20px;
	text-align:right;
}
.productos_derecha .precio_antes
{
	float:right;
	margin-right:5px;
	margin-top:10px;
	width:140px;
	color:#fff;
	font-size:15px;
	text-align:right;
	text-decoration:line-through;
}
.productos_derecha .anadir
{
	float:right;
	margin:10px 5px 6px 0;
}
.categorias_derecha
{
	float:right;	
	margin-left:1px;
	margin-top:25px;
	width:480px;
	
}