.destacados {
	float: left;
	width: 630px;
	margin-bottom: 10px;
	background: url(img/recomendados-tit-home.png) no-repeat;
	padding-top: 27px;
}
.destacados .box1 {
	float: left;
	width: 192px;
	height:232px;
	display: inline;
	background: #FFFFFF;
	margin:5px 9px;
}
.destacados .box1 .img {
	text-align: center;
	float: left;
	height: 175px;
	width: 190px;
	overflow: hidden;
	border:solid 1px #CCCCCC;
}
.destacados .box1 h2 {
	display: inline;
	padding: 2px 0px 2px;
	float: left;
	height: 25px;
	width: 190px;
	overflow: hidden;
	font-size: 12px;
	line-height: 13px;
	margin: 0px;
	text-align:center;
}
.destacados .box1 h2 a{
	text-decoration:none;
	color:#333333;
}
.destacados .box1 h2 a:hover{
	text-decoration:none;
	color:#B9154A;
}

.destacados .box1 .compra {
	float: left;
	height: 16px;
	width: 180px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding: 5px;
	overflow:hidden;
	margin-top: 4px;
	background-color:#F8E7ED;
}
.destacados .box1 .precio {
	float: left;
	padding-top:1px;
	width:90px;
	text-align:center;
	line-height:14px;
}
.destacados .box1 .compra .botComprar {
	float: right;
}
.destacados .box1 .botVerDet {
	float: right;
	height: 11px;
	width: 86px;
	margin-top:6px;
	margin-right:10px;
}
#all .middle .colCenter .banner {
	float: left;
	width: 600px;
	margin-bottom: 10px;
}



.recomendados {
	float: left;
	width: 630px;
	margin-right: 10px;
	border-top:dotted 2px #CCCCCC;
	padding-top:10px;
	overflow:hidden;
}
.recomendados .box1 {
	float: left;
	width: 141px;
	display: inline;
	margin: 8px;
	background: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	overflow:hidden;
}
.recomendados .box1 .img {
	text-align: center;
	float: left;
	height: 135px;
	width: 135px;
	padding:2px;
	overflow: hidden;
	border:solid 1px #CCCCCC;
}
.recomendados .box1 h2 {
	display: inline;
	padding: 3px 3px 2px;
	float: left;
	height: 25px;
	width: 135px;
	overflow: hidden;
	font-size: 12px;
	line-height: 13px;
	margin: 0px;
	border:0;
}
.recomendados .box1 h2 a{
	text-decoration:none;
	color:#333333;
}
.recomendados .box1 h2 a:hover{
	text-decoration:none;
	color:#B9154A;
}

.recomendados .box1 .compra {
	float: left;
	height: 16px;
	width: 135px;
	font-weight: bold;
	color: #666666;
	padding: 5px 3px 3px 3px;
	overflow:hidden;
	margin-top: 4px;
	background-color:#F8E7ED;
}
.recomendados .box1 .compra .precio {
	float: left;
	width: 68px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	overflow:hidden;
	line-height:12px;
	text-align:center;
}
.recomendados .box1 .compra .botComprar {
	float: left;
	height: 13px;
	width: 67px;
}

