#galeria{
	position: absolute;
	top: 0px;
	right: 30px;
	width:318px;
	margin-top: 20px; padding: 0px;
}
#galeria ul{
	display:block;
	position:relative;
	top: 0;
	width:318px;
	min-height:106px;
	right: 0;
	list-style: none;
	margin: 0; padding: 0px;
	float:left;s
}
#galeria ul li{
	cursor:pointer;
	position:relative;
	float:left;
	width: 100px;
	height: 100px;
	border:3px solid white;
	background:white no-repeat center center url("../imagenes/plantilla/loader.gif")
}
#galeria a{
	margin: 5px 2px;
	text-align:center;
	position:relative;
	float:left;
	background:#000;
	display:block;
	width:20px;
	height: 20px;
	line-height:21px;
	border: 1px solid white;
	color:white;
	bottom: 0;
}
#galeria a.clic{
	background:white;
	color:black;
}
#galeria .marco{
	overflow: hidden;
	z-index: 0;}
#galeria ul li img{
	position:absolute;
	border: 1px solid white;
}
.fotoV{
	width:100px;
	left:0;
	top:-25px;
}
.fotoH{
	top:-5px;
	width: 200px;
	left:-50px;
}
#mascaraGal{
	top:0;
	left:0;
	width:100%;
	height: 100%;
	z-index: 11;
	display:none;
	position: fixed;
	background:#000;
	background-image: url("../imagenes/eventos/logoFondo.png");
}
#cerrarGal {
    position: absolute;
	right: -20px;
    top: -25px;
    z-index: 12;
    display: none;
}
#fotoGal{
	position: relative;
}
#marcoFoto{
	width:50px;
	height:50px;
	display:none;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	border:6px solid white;
}
#galAbierta{
	position: absolute;
    right: 20px;
    top: 20px;
    width: 318px;
    height: 370px;
    border:solid white 1px;
}
#tituloGal{
	padding:10px;
	width:100%;
	display:block;
	bottom:0;
	position: absolute;
	background: url(../imagenes/mascara.png);
	color:#fff;
}
