#slideshow-container
{
	width:650px;
	height:350px;
	position:relative;
}

#slideshow-container img
{
	border:4px solid white;
	display:block;
	height:342px;
	left:0;
	position:absolute;
	top:0;
	width:642px;
	z-index:-1;
}

#slideshow-container-controls
{
	display:block;
}

#slideshow-container-controls img
{
	cursor:pointer;
	width:100px;
	height:75px;
	border:1px solid #ccc;
	float:left;
	margin:0 1px 0 0;
}

#slideshow-container-caption
{
	height:350px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:9;
	overflow:hidden;
	text-align:left;
}

* html #slideshow-container-caption
{
	width:100%;
}

#slideshow-container-caption h3
{
	color:#FFFFFF;
	float:left;
	font-size:24px;
	padding:10px 10px 3px;
	z-index:0;
}

#slideshow-container-caption div.enlace
{
	display:block;
	float:left;
	height:100px;
	left:0;
	position:relative;
	top:250px;
	width:646px;
	background-color:#000;
}

#slideshow-container-caption div.enlace a.mas_info
{
	background:url("../../img/index/bg_mas_info.png") no-repeat scroll 0 254px transparent;
	color:#FFEA00;
	display:block;
	float:left;
	font-size:15px;
	font-weight:bold;
	height:350px;
	padding:0;
	position:absolute;
	text-indent:-9999px;
	top:-250px;
	width:650px;
	z-index:0;
}

#slideshow-container-caption p
{
	color:#eee;
	font-size:11px;
	padding:0 10px 10px 10px;
}

.toc
{
	background:none repeat scroll 0 0 #78A22F;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:10px;
	font-weight:bold;
	height:12px;
	left:502px;
	margin-left:2px;
	padding:2px 2px 5px;
	position:relative;
	text-align:center;
	text-decoration:none;
	top:321px;
	width:15px;
	z-index:10;
}

.toc-active
{
	background:#fff;
	color:#78A22F;
}

#play
{
	z-index:11;
	color:#78A22F;
	background:url(../../img/index/play_off.png) no-repeat 0px 0px scroll #ffffff;
	text-indent:-9999px;
	left:497px;
}

#play:hover
{
	color:#78A22F;
	background:url(../../img/index/play_on.png) no-repeat 0px 0px scroll #ffffff;
}

#pause
{
	z-index:11;
	color:#78A22F;
	background:url(../../img/index/pause_off.png) no-repeat 0px 0px scroll #ffffff;
	text-indent:-9999px;
	left:497px;
}

#pause:hover
{
	color:#78A22F;
	background:url(../../img/index/pause_on.png) no-repeat 0px 0px scroll #ffffff;
}

.apagado
{
	display:none;
}
