div .destPrin {
	position:relative;
}

div .destTit {
	position:relative;	
}

div span.destTit {	
	font-size:24px;
	color:#7f0016;
}

div span.destText {
	position:relative;
	font-size:14px;
	color:#333;
}
div .destProd {
	width:240px;
	height:290px;
	overflow:hidden;
	border-bottom:#7f0016 solid 3px;
	/*border-bottom:#7f0016 solid 10px;*/
	cursor:pointer;
	float:left;
}



div .destProd div .destImg {
	position:relative;	
	z-index: 60;
}

div .destProd div.destTexto {
	position:relative;
	float:left;
	bottom:40px;
	background-color:#999;
	opacity:0.9;
	height:30px;
	width:240px;
	z-index: 61;
	text-align:center;
	padding-top:10px;
	color:#000;
}

div .destProd div.destTexto span.SpecialSpan {
	position:relative;
	opacity:1;
	
}

div #articulos {
	position:relative; 
	height:auto;
	display:none;
	background-color:white;
	border-radius: 10px;
	margin-top:10px;
	padding:10px;
	width:97%;
	cursor:pointer;
	
}


div #artIzq {
	position:relative;
	float:left;
	width:25%;
}

div #artDer {
	position:relative;
	float:left;
	width:75%;
	min-height: 125px;
	overflow:hidden;
	
}

div #artDer #list {
	position:relative;
	float:left;
	width:62%;
	background-color:#C6C6C6;
	padding:10px;
	margin-right:15px;
	border-radius: 10px;
}

div #artDer #imgArticulos {
	position:relative;
	float:left;
	width:32%;
	height: 350px;
	background-color:white;
	overflow-x:hidden;
	border-radius:10px;
}
