/*
jquery flowplayer

	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	/* required settings */
    position:relative; 
   
    overflow:hidden; 
    /*width: 100%; */
    height:300px; 
	/* custom decorations */
	border:1px solid #ccc;
	background:url(/img/global/gradient/h300.png) repeat-x;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:10px 10px 10px 10px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}

/*tooltip de los mapas*/

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px;
    opacity: 0.85;
	font-size:10px;
	color:#000000;
}
#tooltip h3, #tooltip div { clear:both; margin: 0;text-align:center;}
#tooltip h3 {font-size: 1.2em;color:#A00000;}
#tooltip p {color:#000000;font-size: 1em;}
#tooltip.pretty {
    border: none;
    width: 210px;
    padding:20px;
    height: 135px;
    opacity: 0.8;
    background: url(img/shadow.png);
}

#tooltip img { max-width: 100px; max-height:100px;margin: 0px 3px 0px 0px;}

/**********************/
/**********************/
/**********************/

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	padding: 20px 15px;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(img/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.simple_overlay img {float: left; margin: 0px 15px 0px 0px;}


/* styling for elements inside overlay */
.details {
	/*position:absolute;
	top:15px;
	right:15px;*/
	/*float: left;*/
	font-size:11px;
	color:#fff;
	/*width:200px;*/
}
	
.details h3 {
	color:#CC9900;
	font-size:15px;
	margin:0 0 -10px 0;
}
.details p {margin-bottom:0em;color:#FFCC00;}

/* some styling for triggers */
#triggers {
	text-align:center;
}

#triggers span {
	cursor:pointer;
	margin:0 5px;
	padding:2px;

}



/* styling for elements inside overlay */
/*.details {
	position:absolute;
	top:15px;
	right:15px;
	font-size:11px;
	color:#fff;
	width:150px;
}

.details h3 {
	color:#aba;
	font-size:15px;
	margin:0 0 -10px 0;
}*/




/**********************/
/**********************/
/**********************/

/* the overlayed element */
.url_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#F8F8EF;
	
	/*width:675px;	*/
	min-height:200px;
	border:1px solid #666;
	padding: 20px 15px;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #444;
	-webkit-box-shadow: 0 0 90px #444;	
}

/* close button positioned on upper right corner */
.url_overlay .close {
	background-image:url(img/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.url_overlay img {float: left; margin: 0px 15px 0px 0px;}


/* styling for elements inside overlay */
.urldetails {
	/*position:absolute;
	top:15px;
	right:15px;*/
	/*float: left;*/
	font-size:11px;
	color:#333;
	/*width:200px;*/
}
	
.urldetails h3 {
	color:#4B1E00;
	font-size:15px;
	margin:0 0 -10px 0;
}
.urldetails p {margin-bottom:0em;color:#996600;}


/**********************/
/**********************/
/**********************/

/* use a semi-transparent image for the overlay */
	#overlay {
		background-image:url(http://static.flowplayer.org/img/overlay/transparent.png);
		color:#efefef;
		height:450px;
	}
	
	/* container for external content. uses vertical scrollbar, if needed */
	div.contentWrap {
		height:441px;
		overflow-y:auto;
	}


/**********************/
/**********************/
/**********************/

/* root element for tabs  */
ul.css-tabs { 
	float:left;	
	width: 100%;
	margin:0 0 1em 0;
	padding:0;
	border-bottom:1px solid #999;	 	
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0px; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	/*float:left;*/
	display:block;
	padding:5px 10px 5px 10px;
	font-size:1em; text-transform: uppercase;font-weight: bold;
	text-decoration:none;
	border:1px solid #CCC;	
	border-bottom:0px;
	height:16px;
	background-color:#efefef;
	color:#666;
	margin-right:2px;
	position:relative;
	top:1px;	
	outline:0;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius:4px 4px 0 0;		
}

ul.css-tabs a:hover {
	background-color:#F7F7F7;
	color:#666;
}

	
/* selected tab */
ul.css-tabs a.current {
	background-color:#fff;
	border:1px solid #666;	
	border-bottom:1px solid #ffffff;
	color:#000;	
	cursor:default;
}

	
/* tab pane */
.css-panes div {
	display:none;
	/*border:1px solid #666;*/
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:15px 0px;
	/*background-color:#ddd;	*/
}




