/* GENERAL */
.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
	color: #1764c4;
}
.highslide-html {
	/*color de fondo*/
    background-color: #ae1b61;
		font-size:8px;
	color:#4F4D4F;
	font-family:Arial,Helvetica,sans-serif;
}
.highslide-html-blur {
}

/* contenido capa */
.highslide-html-content {
	position: relative;
	height: 180px;
	width: 410px;
    display: none;
	padding: 0px 5px 0px 0px;
	background-color:#f9eec7;
	font-size:8px;
	color:#4F4D4F;
	font-family:Arial,Helvetica,sans-serif;
}
.highslide-wrapper .highslide-html-content {
}
.highslide_titulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.link {
	text-decoration:none;
	font-weight:bold;
	color:#ae1b61;
}
.link:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#ae1b61;
}

/* Loading */
.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(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

/* Styles for the popup */
.highslide-wrapper .highslide-body {
	padding: 0 10px 10px 10px; 
	color:#4F4D4F; 
	font-size:11px; 
	text-align:justify; 
	font-family:Arial,Helvetica,sans-serif;
}

.highslide-wrapper, .rounded-white {
	background-color: #000000;
}

/* botones */
.highslide-wrapper .highslide-header {
	padding: 0px 0px 5px 0px;
	border-bottom:1px #ffffff dotted;

}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color:#5c7b06;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	text-decoration:underline;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.highslide-wrapper .highslide-footer {
	height: 15px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	margin-top: 4px;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}

.highslide-resize {
    cursor: nw-resize;
}

.highslide-dimming {
	background: black;
}	
	
	
	
