
@CHARSET "ISO-8859-1";
.productoHomeCategory{
	border-bottom: 1px dashed rgb(160, 160, 160);
	height: 135px;
	position: relative;
	margin-bottom:10px;
}
.lastProductoHomeCategory{
	height: 135px;
	position: relative;
}

#ultimoProducto{
	height: 150px;
	position: relative;
}

.redondeado_contenidoCateg{
	background:#FFFFFF;
	color:#33FF00;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	border-color: #CCCCCC;
	padding: 5px 5px 5px 5px; 	
}

.checkCompare{
	width: 20px;
	float:left;
}

.rotuloCheckCompare{
	font-family:Verdana;
  	font-size:10px;
  	line-height: 15pt; 
  	color:#BE9600;
}

.bloqueRotuloCompare{
	padding-left: 3px;
	float:left;
}

.checkRotuloBlock{
	position: absolute;
	bottom: 4px;
	right: 18px;
}

.textCompareSelec{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BE9600;
	font-weight:bold;
	float: right;
	cursor:pointer;
    m: expression(this.onmouseover =  new Function("this.className = 'textCompareSelec-hover';"));	
}

.textCompareSelec:hover,
.textCompareSelec-hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: 	#dcb432;
	font-weight:bold;
	float: right;
	cursor:pointer;
	text-decoration: none;
    m: expression(this.onmouseout =  new Function("this.className = 'textCompareSelec';"));	
}

.botonSearchCompare{
	height: 14px;
	width: 14px;
	float: right;
	cursor: pointer;
	line-height: 14px;
	vertical-align: top;
}

.blockCompareSelec{
	height: 17px;
	margin-bottom: 0px;
	font-size: 2px;
	vertical-align: middle;
}

.blockCompareSelec img{
	border:0;
}

.imagenProductoHomeCategory img{
	border:0;
}
	
.recuadroCategoria{
	margin-bottom: 10px;
}

.imagenProductoHomeCategory{
	height: 110px;
	width: 110px;
	float: left;
	align:center;
	text-align:center;
}

.textNegritaCateg{
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	color: black;
	

}

.textoProductoCategoryHome{
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 8px;
	text-align: left;
	
}

.linkCategoryHomeCopete{
	color: black;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
	m: expression(this.onmouseover = new Function("this.className = 'linkCategoryHomeCopete-hover';"));
	text-align: left;
}

.linkCategoryHomeCopete:hover,
.linkCategoryHomeCopete-hover{
	color: gray;
	text-decoration: none;
	cursor: pointer; 
	m: expression(this.onmouseout = new Function("this.className = 'linkCategoryHomeCopete';"));
}

.linkCategoryHomeDisplay{
	color:#BE9600;
	font-family:Verdana;
	line-height:15pt;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
}

.linkCategoryHomeDisplay:hover,
.linkCategoryHomeDisplay-hover{
	color: #dcb432;

}


.linkCategoryHome{
	color: black;
	font-family: verdana;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	m: expression(this.onmouseover = new Function("this.className = 'linkCategoryHome-hover';"));
	text-align: left;
}

.linkCategoryHome:hover,
.linkCategoryHome-hover{
	color: gray;
	font-size: 14px;
	font-family: verdana;
	text-decoration: none;
	cursor: pointer; 
	m: expression(this.onmouseout = new Function("this.className = 'linkCategoryHome';"));
}