#banners-index{
	margin-top:10px;
}
#banners-index #banners-index-izquierda{
	width:285px; 	
	float:left;
}

	#banners-index #banners-index-derecha{ 
	width:285px; 
	float:right;
}
	#banners-index a:hover img{ 	
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */ 
	}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div.colCont h2.inicio{
	color:white;
	background-color:#cc0000;
	font-size:1.4em;
	padding:2px;
	margin-top:20px;
}
#contenido .colCont {padding-bottom: 50px;}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div.colCont .producto {
	width: 175px;
		min-height: 250px;
	height: auto;
	_height:250px;
	overflow: hidden;
	_overflow: visible;
	float: left;
	margin: 5px 3px;
	padding:20px 5px 5px 5px;
	text-align: center;	
	color:#666666;
	border:1px solid #f1f1f1;
}
.producto.novedad {
	background-image:url(../images/ico-novedad.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
 .producto.oferta { 
	background-image:url(../images/ico-oferta.gif);
	background-position:top right;
	background-repeat:no-repeat;	
}
 .producto.liquidacion { 
	background-image:url(../images/ico-liguidacion.gif);
	background-position:top right;
	background-repeat:no-repeat;	
}
div.colCont .producto a:hover img{
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	} 
div.colCont .producto dl{ margin:5px 0;}
div.colCont .producto dl dt{
	width:80px;
	float:left;
	text-align:right;	
}
div.colCont .producto dl dd{
	width:80px;
	float:left;
	clear:right;
	text-align:left;
}
	div.colCont .producto .marca{ color:black;}
	div.colCont .producto .precio_pasado{ text-decoration:line-through;}
	div.colCont .producto .precio_actual{ color:#CC0000; font-size:150%;}
	div.colCont .producto p{ margin:5px 0;  }
	div.colCont .producto form{  }
	div.colCont .producto form fieldset{ border:none; }
	div.colCont .producto form legend{ display:none; }
	div.colCont .producto .botonComprar {	
		margin-top:10px;
		width:auto;		
		text-align: right;	
		background-color:#9D0309;
		background-image:url(../images/fnd-botonComprar.gif);
		background-position:0 0;
		background-repeat:no-repeat;	
		border: none;
		color: #fff;
		font-weight: bold;
		padding: 2px 5px 6px 30px;
		cursor: pointer;	
	}
	div.colCont .producto .botonComprar a{ color:white;}
/*/////////////////////////////////////////////////////////////*/
.colCont .separata {
	clear: both;
	margin: 10px 0;
}
.colCont .separata hr {
height:1px;
border:1px solid #f1f1f1;
}
/*/////////////////////////////////////////////////////////////*/
div.colCont .top-ventas {
	width: 175px;
	float: left;
	margin: 5px 3px;
	padding:5px;
	text-align: center;
	color:#666666;
	background-color:#F1F1F1;
}
div.colCont .top-ventas h2{
	font-size:12px;
	text-align:left;
	margin-bottom:5px;
}
div.colCont .top-ventas p{
	text-align:left;
	margin-bottom:10px;	
}
div.colCont .top-ventas p.ver-mas{ text-align:right;}
div.colCont .top-ventas p.ver-mas a{ text-decoration:underline; color:#666666;}
div.colCont .top-ventas p.ver-mas a:hover{ text-decoration:none;}  
div.colCont .top-ventas ol{
		margin-left:18px;
		margin-bottom:10px;
		font-weight:bold;
	}
div.colCont .top-ventas ol li{
	text-align:left;
	list-style:decimal;
	padding-left:0px;
	margin-bottom:5PX;
}
div.colCont .top-ventas ol li a{
	font-weight:normal;
	color:#666666;
}
div.colCont .top-ventas ol li a:hover{ 	
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */ 
	text-decoration:underline;
}
/*/////////////////////////////////////////////////////////////*/
div.colCont #presentacion{}
div.colCont #presentacion p{ margin:15px 0;}
/*/////////////////////////////////////////////////////////////*/
div.subir {
	display: block;
	text-align: right;
	margin: 10px 0 0 0;
	border-top: 1px solid #f1f1f1;
	padding: 10px 0 0 0;
}
div.subir a {
	color: #ccc;
	font-weight: bold;
}
div.subir a:hover {
	text-decoration: underline;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */ 
}
/*/////////////////////////////////////////////////////////////*/
#ley { }
#ley p{ 
	font-size:85%;
	font-style:italic;
	text-align:justify;
	margin:20px 0;
} 
