/************************************************************************/
/*       					WEB CINUR		  							*/
/************************************************************************/



/* -------------------------------------- */
/*    Estilos del LISTADO DE GALERIAS    */
/* ------------------------------------- */

ul.listadoGalerias
{
	margin: 20px 0px 0px 5px;
	list-style-type: none;
}
ul.listadoGalerias li
{
	font-size: 1em;
	background: url(galeria/fondo_galeria.png) no-repeat 0px 0px;
	padding: 10px 0px 5px 65px;
}
ul.listadoGalerias li a:link, ul.listadoGalerias li a:visited
{
	font-size: 8pt;
}
ul.listadoGalerias li a:hover, ul.listadoGalerias li a:active
{
}
ul.listadoGalerias p
{
	color: #555;
	margin: 5px 0px 15px 0px;
}
/* no visible */
ul.listadoGalerias li.elemento_novisible
{
	background: url(galeria/fondo_galeria_off.png) no-repeat 0px 0px;	
}
ul.listadoGalerias li.elemento_novisible a
{
	color: #999;
}
ul.listadoGalerias li.elemento_novisible p
{
	color: #bbb;
}



/* ---------------------------- */
/* EStilos BLOQUE GALERIA */
/* ----------------------------*/

div#bloqueGaleria
{
	margin: 10px 10px 10px 10px;
}

div#bloqueGaleria h3
{
	font-family: "Trebuchet MS", Verdana;
	font-size: 1.4em;
	font-weight: bold;
	color: #008080;
	margin: 15px 0px 15px 0px;
}



/* Listado de fotos en pequeno */
div.ListadoFotos
{
	float: left;
	margin-top: 10px 0px 0px 0px;
	padding: 10px 25px 10px 0px;
	background: url(galeria/fondo_separador.gif) repeat-y right top;
}
div.ListadoFotos a span
{
	display: none;
}
div.ListadoFotos a.arriba:link, div.ListadoFotos a.arriba:visited
{
	display: block;
	width: 42px;
	height: 20px;
	background: url(galeria/ico_btn_arriba.gif) no-repeat;
}
div.ListadoFotos a.arriba:hover, div.ListadoFotos a.arriba:active
{
	background: url(galeria/ico_btn_arriba_over.gif) no-repeat;
}
div.ListadoFotos a.abajo:link, div.ListadoFotos a.abajo:visited
{
	display: block;
	width: 50px;
	height: 20px;
	background: url(galeria/ico_btn_abajo.gif) no-repeat;
}
div.ListadoFotos a.abajo:hover, div.ListadoFotos a.abajo:active
{
	background: url(galeria/ico_btn_abajo_over.gif) no-repeat;
}
div.ListadoFotos ul
{
	list-style-type: none;
	text-align: left;
	margin: 0px 0px 0px 0px;
}
div.ListadoFotos ul li
{
	margin: 0px 0px 0px 0px;
}
div.ListadoFotos ul li a:link, div.ListadoFotos ul li a:visited
{
}
div.ListadoFotos ul li a:hover, div.ListadoFotos ul li a:active
{
}
div.ListadoFotos ul li a span
{
	display: none;
}
div.ListadoFotos ul li a img
{	
}
div.ListadoFotos ul li a:link img, div.ListadoFotos ul li a:visited img
{
	border: 1px solid #999;
}
div.ListadoFotos ul li a:hover img, div.ListadoFotos ul li a:active img
{
	border: 1px solid #f90;
}




/* Estilos de la foto que se visualiza */
div#ElementoGaleria
{
	float:left;
	margin-left: 25px;
	background: url(galeria/loading.gif) no-repeat center center;
}
div#ElementoGaleria h4
{
	text-align: center;
	font-size: 1.1em;
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana;
	color: #666;
	margin: 0px 0px 10px 0px;
}
div#ElementoGaleria img
{
	border: none;
	margin-bottom: 10px;
	padding: 0px;
	background: #eee;
}

div#ElementoGaleria a:link, div#ElementoGaleria a:visited
{
	font-size: 1em;
	color: #333;
}

div#ElementoGaleria a:hover, div#ElementoGaleria a:active
{
	color: #f90;
}

div#bloqueVisorSimple
{
}



/* ------------------------------- */
/* ESTILOS DE LA LIBRERIA LIGHTBOX */
/* ------------------------------- */
#lightbox
{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img { border: none; }
#outerImageContainer
{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer
{
	padding: 10px;
}
#loading
{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav { left: 0; }
#hoverNav a { outline: none; }
#prevLink, #nextLink
{
	width: 49%;
	height: 100%;
	background: transparent url(galeria/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background: url(galeria/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(galeria/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer
{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData
{
	padding:0 10px;
}
#imageData #imageDetails { width: 70%; float: left; text-align: left; }	
#imageData #caption { font-weight: bold;	}
#imageData #numberDisplay { display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose { width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
	

.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix
{
	display: inline-block; 
	width: 100%;
}

* html .clearfix
{
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
