/* Estilos para el trailer*/
div.contenedor-img {
	position: relative;
	height: 1%;
	margin: 0 auto;}
	div.nota {
		position: absolute;
	}
  div.nota-border{
    border: 1px dashed #333;
    background: #ff6;
  }
	a.notita {
		display: block;
		/*background: #f00;*/
		width: 100%;
		height: 100%;
	}
div.subcategoria {
	display: none;
}
	a.producto {
		display: block;
	}
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #8EBECC;
	padding: 8px 8px 4px;
	background: #111;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #111;
}
