/************************************************************************************************
SAPCE GALLERY
************************************************************************************************/
#myGallery {
/*	position:absolute;
	z-index:10;*/
	margin:0 auto;
	width:495px;
	height: 320px;
/*	width: 580px;
	height: 430px;
	border:1px solid red;*/
}
#myGallery ul {
	list-style:none;
}
#myGallery img {
	border: 1px solid #5B9FD2;
}
a.loading {
	background: #fff url(../images/ajax_small.gif) no-repeat center;
}

/* ----------------------------------------------------------------------------------------------------------------*/
.spacegallery {
	position: relative;
	overflow: hidden;
}
.spacegallery img {
	position: absolute;
	left: 50%;
}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/blank.gif);
}


/* ----------------------------------------------------------------------------------------------------------------*/
#myGalleryEnd{
	position:absolute;
	z-index:1500;
	margin-top:-70px;
	width:495px;
	height:70px;
	background:url('../interfaz/endGal.png') 0 0 repeat-x;
	_background: none;
/*	border:1px solid green;*/
}


/************************************************************************************************
GALLERY
************************************************************************************************/
/* contenedor fotos ---------------------------------------------------------------------------------------*/
.pika_main{
	position: relative;margin:0 auto;
	width:485px;
	margin:0 auto;
	background:#ABC1D9 url(../ximages/ajax_small.gif) center 170px no-repeat;
/*	border:1px solid blue;*/
}
.pika_main img{border:1px solid #CCC; margin-bottom:10px;}
.pika_main img.loading {background:#ABC1D9 url(../images/ajax_small.gif) center 170px no-repeat;}

/* listado fotos ---------------------------------------------------------------------------------------*/
ul#pikame{
	padding-left:0;
	width:485px;
	margin:0 auto;
/*	border:1px solid red;*/
}

#pikame li{
	float:left;
	margin:5px 5px 0 0;
	*margin:0 7px 8px 9px;
	_margin:0 6px 6px 7px;
	border:1px solid #CCC;
	*border:0px solid #222;
}

/* thats all you NEED to edit. But continue if you'd like. */
ul#pikame li img{
	position:relative;
	cursor:pointer;
}

/* pie de  fotos ---------------------------------------------------------------------------------------*/
.pika_caption{
	width:100%;
	height:30px;
	text-align:center;
/*	color:white;
	border:1px solid green;*/
}

.pikachoose li{float:left;position:relative;overflow:hidden;list-style:none;}

.pika_play{position:absolute;top:10px;right:20px;z-index:1;}
.pika_play a{position:relative;margin-left:auto;cursor:pointer;}
.pika_play img{border:none !important;}


/* PLAYER ---------------------------------------------------------------------------------------*/
.pika_play_button, .pika_stop_button{
	display:block;
	width:34px;
	height:17px;
	text-align:center;
	font-weight:bold;
	color:#000;
	background:#ABC1D9;
}

.pika_play_button:hover, .pika_stop_button:hover{
	color:#FFF;
	background:#5E79B9;
}


/* NAVEGACION ---------------------------------------------------------------------------------------*/
.pika_navigation{
	clear:both;
	padding-top:10px;
	text-align:center;
/*	border:1px solid blue;*/
}
.pika_navigation a{
	font-size:12px;
	color:#000;
	text-decoration: none;
}
.pika_navigation a:hover{
	color:#334875;
}
