



  /***********************************************************************/
 /*  TITULO                                                             */
/***********************************************************************/ 
.highslide-heading {
	float:left;
	color:#000;
	text-align:left;
}

  /***********************************************************************/
 /*  PIE                                                                */
/***********************************************************************/ 
.floating-caption .highslide-caption {
	font-family:Arial, Helvetica, sans-serif;
	position: relative;
	float:left;
	padding: 2px 10px 0px 6px;
	background: none;
	background-color:#FFF;
	color: #000;
	border: none;
	/*font-weight: bold;*/
	font-size:9px;
	margin-top:-13px;
}

/* Elimina relleno de las filas pares */
.highslide-container table tr.even,
.highslide-container table tr.alt,
.highslide-container table tr:nth-of-type(2n) {
    background: none;
}