/*estilo del area de los productos en oferta*/

#listaproductos h6 {
	border:1px solid rgb(255,255,255);
	background-color:rgb(100,100,100);
	color:#FFFFFF;
}

#listaproductos ul {
	background-color:white;
	list-style:none;
}
#listaproductos li {
	width:70%;
	margin-bottom:5px;
	border:1px solid rgb(200,200,200);
	border-left:4px solid rgb(166,58,67);
	padding-left:1px;
}

#listaproductos {
	border:1px solid rgb(128,128,128);
	width:100%;
	text-align:center;
}

#listaproductos img {
	width:50px;
	border:none;
}

#listaproductos h3 {
	background-color:#333333;
	color:rgb(234,228,204);
	border:1px solid rgb(234,228,204);
	padding:3px;
	font-size:10px;
}
#listaproductos h5 {
	border:1px solid rgb(100,100,100);
	font-size:9px;
	font-weight:normal;
}

#listaproductos h6 {
	font-size:9px;
	font-weight:normal;
}

#der #productos {
	border:1px solid rgb(128,128,128);
	width:598px;
	text-align:center;
	/*598 + 2*/
}
/*
#der #productos ul{
	background-color:white;
	list-style:none;
}

#der #productos li{
	width:33%;
	border:1px solid rgb(200,200,200);
	float:left;
	margin-left:1px;
}
*/

#der #productos h3 {
	background-color:#333333;
	color:rgb(234,228,204);
	border:1px solid rgb(234,228,204);
	padding:3px;
}
/*
#der #productos h5 {
	border:1px solid rgb(100,100,100);
	height:35px;
}
*/
/*
#productos a {
	color:white;
	text-decoration:none;
	background:url(../images/sobre.gif) 5px 50% no-repeat;
	display:block;
	padding:5px 5px 5px 15px;
}
#productos a:hover {
	background-color:#4C1C20;
}
*/