/* CSS Document */

/************************ The stuff *********************/
.transparencia {
opacity:.2;
-moz-opacity:0.2
}
.nonOpaque {
opacity:1;
-moz-opacity:1
}
a.transparencia {
cursor:default
}
a.nonOpaque {
cursor:pointer
}
#CapaGaleria a {
color:#000;
background-color:#ff9900
}
#CapaGaleria {
display:none;
position:absolute;
left:0;
top:0 !important;
width:100%;
height:100%;
background-position:50% 50%;
background-repeat:no-repeat;
text-align:center;
margin:0;
z-index:99/* IE Mac */
}
/* new style (not for IE 5 WIN or Mac) to center the whole thing if we deal with fixed height images */
/*@media screen {
#CapaGaleria {
top:50% !important;
height:440px;
margin-top:10px
}
}*/
#CapaGaleria #idDescripcion {
	color:#FFFFFF;
	padding:9px 3px;
	border:2px solid #000;
	width:350px;
	margin:0 auto;
	display:block;
	font-weight: bold;
}
#Imagen{
margin-top:15px;
padding:3px;
background:#fff;
border:2px solid #000
}
#CapaGaleria {
padding-bottom:50px !important
} /* to make sure FF does not cut-off the description below the image */
.manita {
cursor:pointer
}
* html #galeria {
width:452px
}
/* for IE5 both Win and Mac - will be reset in the IE6 CCS */
* html #CapaGaleria {
	/*background-color:#ff9900;*/
	/*background-image: url(../imagenes/fondos/fondopasto.jpg);*/
}
/* for IE5 Win and Mac that don't do opacity at all IE */
* html a.transparencia {
visibility:hidden
}
* html a.nonOpaque {
visibility:visible
}

