* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide-html {
    background-color: white;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    /*padding-left: 22px;
    background-image: url(ficheros/precargas/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;*/   
}

.control {
	float: right;
	display: block;
	/*position: relative;*/
	margin: 0 5px;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	color: #F7FDFD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.control:hover {
	color: #FFDE63 !important;
}
.highslide-move {
	cursor: crosshair;
	background-color: #74AC27;
	text-decoration: none;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
