/* CSS Document */
body, div, span, h1, h2, h3, h4, h5, p, ul, ol, li, img, table, tr, td, form, input, legend, fieldset, object, embed, param{
 margin:0;
 padding:0;
}

ul li, ol li{list-style-type:none;}

img{
 border:0;
}


div#margenes {
	width: 250px;
	float: right;
	margin:13px 0 15px 15px;
}
div.foto {
	width: 250px;
	background-color:#666666;
}
/*div.foto img{width: 250px;}*/

div.foto p {
	color: #ffffff;
	font-size: 11px;
}


#galeriaFotos {
	z-index: 10001;
	background: #666666;
	float: right;
	clear: both;
	margin-bottom: 10px;
}
#galContenedor {
	float:right;
}
#lienzoContenedor {
	background: #666666 url(../img/bg_galeria.gif) repeat-x bottom;
	background: url(../img/ajax-loader.gif) no-repeat 50% 50%;
}
/*#lienzoContenedor img {
	width:250px;
}*/
											
#pantallaOscura {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	z-index: 10000;
	visibility: hidden;
}
#pantallaOscura {
	filter: alpha(opacity=70);
}
html>body #pantallaOscura {
	opacity: 0.7;
}


#lienzoContenedor #Loading {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	z-index: 1;
}

#galBotonera {
	padding: 0 3px 15px 3px;
	width: 240px;
	clear: both;
}
#galBotonera ul {
	height: 20px;
	padding: 5px 0;
	text-align: center;
}
#galBotonera ul li {
	float: left;
	cursor: pointer;
	padding: 5px 0;
	font: normal 11px/15px Tahoma, Arial;
	color:#FFFFFF;
}

#galBotonera ul li#prevLink {
	background: url(images/galeria/ico/prev.jpg) no-repeat left 50%;
	padding-left: 25px;
	margin-top: 5px;
	float: right;
}
#galBotonera ul li#nextLink {
	background: url(images/galeria/ico/next.jpg) no-repeat right 50%;
	padding-right: 25px;
	margin-left: 10px;
	margin-top: 5px;
	float: right;
}
#galBotonera ul li#galAmpliar {
	background: url(images/galeria/ico/lupa.jpg) no-repeat;
	padding-left: 30px;
	padding-bottom:10px;
	margin-left: 5px;
	margin-right: 15px;
	float: left;
}
#galBotonera ul li#galCerrar {
	background: url(images/galeria/ico/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;
}
#contenido #galeriaFotos #galPieTexto {
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	width: 180px;
	color:#FFF;
}
#contenido #galeriaFotos #galContador  {
	font-weight: bold;
	color:#FFF;
	float: left;
	width: 30px;
	padding-left: 5px;
}
#galMiniaturas {
	display: none;
	float: left;
	width: 160px;
}
#galMiniaturas ul li {
	width: 50px;
	height: 50px;
	padding: 7px;
	background: url(../img/gal_bg_foto.jpg) no-repeat;
	cursor: pointer;
	float: left;
	margin: 0 5px 5px 0;
}

