#capa_intro
{
	width: 640px;
	height: 327px;
	z-index:5;
}

.intro
{
	display: none;
	overflow:hidden;
	position: relative;
}

.intro img
{
	border: 0;
	margin: 0;
}

.intro .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #FFF;
	background-repeat: no-repeat;
}

.intro .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('imagenes/loading-bar-black.gif');
}

.intro .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background:#000;
	color: #fff;
	text-indent: 0;
}

.intro .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.intro .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
	
}

.intro a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.intro a.right, .intro a.left
{
	position: absolute;
	height: 100%;
	width: 40%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}

* html .intro a.right, * html .intro a.left
{
	filter:alpha(opacity=50);
}

.intro a.right:hover, .intro a.left:hover
{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}

.intro a.left
{
	left: 0;
	top: 0;
	/*background: url('img/fleche1.png') no-repeat top left;*/
}

* html .intro a.left { background: url('img/fleche1.gif') no-repeat top left; }

.intro a.right
{
	right: 0;
	top: 0;
	/*background: url('img/fleche2.png') no-repeat top right;*/
}

* html .intro a.right { 
	/*background: url('img/fleche2.gif') no-repeat top right; */
}