/* CSS Document */

div#margenes, div#margenes_g {
	width: 260px;
	float: right;
	margin-left:20px;
}

div#margenes_g {
	width: 485px;
	float: none;
	margin: 0 60px;
}


div.foto {
	width: 250px;
}

/*div.foto_g {
	width: 475px;
}*/

div.foto img/*, div.foto_g img*/ {
	border: 1px solid #E7E7E7;
	padding: 1px;
	background: #F3F3F3;
}

div.foto p/*, div.foto_g p*/ {
	color: #999;
	font-size: 11px;
}


#galeriaFotos {
	z-index: 1000000;
	background: #DEDEDE;
	padding: 4px;
	float: right;
	border: 1px solid #CCCCCC;
	clear: both;
	margin-bottom: 10px;

}
#galContenedor {
	float:right;
}
#lienzoContenedor {
	background: #DEDEDE url(images/bg_galeria.gif) repeat-x bottom;
	background: url(images/ajax_loader.gif) no-repeat 50% 50%;
	z-index:1000001;

}
#lienzoContenedor img {
	border: 1px solid #fff;
}
											
#pantallaOscura {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	z-index: 1;
	visibility: hidden;
}
#pantallaOscura {
	filter: alpha(opacity=50);
	
}
html>body #pantallaOscura {
	opacity: 0.5;
}


#lienzoContenedor #Loading {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	z-index: 100000;
}

#galBotonera {
	padding: 0px 3px;
	width: 220px;
	clear: both;
	z-index:1000002;

}
#galBotonera ul {
	height: 20px;
	padding: 5px 0;
	text-align: center;
}
#galBotonera ul li {
	float: left;
	cursor: pointer;
	padding-top: 5px;
	padding-left:0;
	margin-left:0;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 10px;
	
}
#galBotonera ul li#prevLink {
	background: url(images/prev_foto.jpg) no-repeat right 50%;
	padding-right: 25px;
	float: right;
}
#galBotonera ul li#nextLink {
	background: url(images/next_foto.jpg) no-repeat left 50%;
	padding-left: 25px;
	margin-left: 10px;
	float: right;
}
#galBotonera ul li#galAmpliar {
	background: url(images/gal_lupa.jpg) no-repeat;
	padding-left: 25px;
	margin-right: 15px;
	float: left;
}
#galBotonera ul li#galCerrar {
	background: url(images/cerrar.jpg) no-repeat;
	margin-right: 15px;
	padding-left: 25px;
	display: none;
	float: left;

}


#contenido #galeriaFotos #galPie {
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	padding: 3px;
	clear: both;
	width: 220px;
	z-index:1000003;

}
#contenido #galeriaFotos #galPieTexto {
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	width: 180px;
	z-index:1000003;
}
#contenido #galeriaFotos #galContador  {
	font-weight: bold;
	color:#666;
	float: left;
	width: 30px;
	z-index:1000003;
}
#galMiniaturas {
	display: none;
	float: left;
	width: 160px;
	z-index:1000005;
}
#galMiniaturas ul li {
	width: 50px;
	height: 50px;
	padding: 7px;
	background: url(images/gal_bg_foto.jpg) no-repeat;
	cursor: pointer;
	float: left;
	margin: 0 5px 5px 0;
}

