@charset "utf-8";
/* CSS Document */
.novedades{
	width:604px;
	float:left;
	background-image:url(_img/categoria_novedades_bg.gif);
	background-repeat:no-repeat;
	margin-top:10px;
	padding-top:25px;
	margin-bottom:15px;
	/*display:none;*/
}
.novedades .reg{
	width:147px;
	height:213px;
	overflow:hidden;
	float:left;
	margin-right:4px;
	margin-bottom:20px;
	display:inline;
	background-image:url(_img/home_ofertas_bg.gif);
}
.novedades .reg_img{
	width:140px;
	height:140px;
	margin-left:4px;
	margin-top:4px;
	display:inline;	
	overflow:hidden;
	float:left;
}
.novedades .reg_tit{
	width:132px;
	height:42px;
	overflow:hidden;
	float:left;
	font-weight:bold;
	color:#333333;
	line-height:12px;
	padding-top:2px;
	padding-left:4px;
	padding-right:4px;
}
.novedades .reg_tit a{
	color:#0056B2;
}
.novedades .reg_tit a:hover{
	color:#0066FF;
}
.novedades .reg_precio{
	width:68px;
	height:19px;
	float:left;
	margin-left:4px;
	display:inline;
	margin-right:3px;
	padding-right:3px;
	padding-top:2px;
	color:#FFFFFF;
	font-size:13px;
	letter-spacing:-1px;
	font-weight:bold;
	text-align:right;
	background-image:url(_img/home_ofertas_reg_precio_bg.gif);
	overflow:hidden;
}

.novedades .reg_comprar{
	width:65px;
	height:21px;
	float:left;
	overflow:hidden;
}

.listado{
	background-image:url(_img/categoria_listado_bg.gif);
	background-color:#FFFFFF;
}


.listado .reg{
	width:600px;
	float:left;
	overflow:hidden;
	display:inline;
	border-bottom-color:#E1E1E1;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin-top:10px;
	padding-bottom:4px;
}
.listado .reg_img{
	width:90px;
	height:90px;
	margin-right:5px;
	float:left;
}
.listado .reg_cont{
	width:500px;
	float:left;
	padding-bottom:4px;
}
.listado .reg_tit{
	width:500px;
	height:70px;
	float:left;
	padding-bottom:4px;
}

.listado .reg_tit h2{
	font-size:11px;
	line-height:12px;
	font-weight:bold;
	color:#000000;	
	padding-top:2px;
}
.listado .reg_tit h2 a{
	color:#000000;	
	font-size:11px;
	line-height:12px;
}
.listado .reg_tit h2 a:hover{
	color:#FF0000;	
	font-size:11px;
	line-height:12px;
}
.listado .reg_tit p a{
	color:#333333;
	font-size:11px;
	line-height:11px;
}

.listado .reg_precio{
	width:90px;
	height:18px;
	float:left;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}
.listado .reg_comprar{
	width:64px;
	height:14px;
	padding-top:2px;
	float:left;
	overflow:hidden;
}
.listado .reg_masinfo{
	width:90px;	
	height:14px;
	padding-top:2px;
	float:right;
	text-align:right;
}
.listado .reg_masinfo a{
	color:#FF0000;
}
.listado .reg_masinfo a:hover{
	color:#990000;
}


