

/*
*
*	Estilo para la galeria de imagenes de ņa pagina principal
*
*
*/
#gallery {position:relative; width:350px; /*margin:40px auto;*/ padding:10px; border:6px solid #fff; background:#f1f1f1; }
#images {border:2px solid #9ac1c9; height:225px; background:#eef5f6; margin-bottom:20px}
#image {position:relative; width:340px; height:300px; padding:5px; border:2px solid #dddddd; background:#FFF url(../img/galeriaimg/loading.gif) center center no-repeat;}
#image img {position:absolute; top:5px; left:5px; width:340px; height:300px;}
#thumbwrapper {margin-top:10px; padding:5px 0; width:350px; height:50px; border:2px solid #dddddd; background:#FFF}

#thumbarea {position:relative; overflow:hidden; height:50px; width:350px; }
#thumbs {position:absolute; list-style:none; margin-left:-40px; height:50px; width:10000px; border-right:5px solid #FFF; margin-top:-5px;}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {position:absolute; height:375px; width:20%; height:375px; width:20%; outline:none; cursor:pointer}
#previmg {left:0; background:url(../img/galeriaimg/left.gif) left center no-repeat; border-left:5px solid #FFF; height:300px; z-index:99;}
#previmg:hover {opacity:1; filter:alpha(opacity=100); }
#nextimg {right:0; background:url(../img/galeriaimg/right.gif) right center no-repeat; border-right:5px solid #FFF; height:300px; z-index:99;}
#nextimg:hover {opacity:1; filter:alpha(opacity=100);}

/*
*
*	Estilo para la galeria ciudadana
*
*
*/

#galleryc {-moz-border-radius:14px; position:relative; width:600px; /*margin:40px auto;*/ padding:10px; border:6px solid #fff; background:#B4E2ED; }
#imagesc {border:2px solid #9ac1c9; height:500px; background:#eef5f6; margin-bottom:20px}
#imagec {position:relative; width:587px; height:440px; padding:5px; border:2px solid #76AFBD; background:#FFF url(../img/galeriaimg/loading.gif) center center no-repeat;}
#imagec img {position:absolute; top:5px; left:5px; width:585px; height:440px;}
#thumbwrapperc {margin-top:10px; padding:5px 0; height:100px; border:2px solid #76AFBD; background:#FFF}

#thumbareac {position:relative; overflow:hidden; height:100px;}
#thumbsc {position:absolute; list-style:none; overflow:hidden; width:50000px; border-right:5px solid #FFF; margin-top:-5px;}
#thumbsc li {float:left; margin-right:5px; cursor:pointer}
.imgnavc { width:20%; outline:none; cursor:pointer}
#previmgc {left:0; background:url(../img/galeriaimg/left.gif) left center no-repeat; border-left:5px solid #FFF; height:445px; z-index:1;}
#previmgc:hover {opacity:1; filter:alpha(opacity=100); }
#nextimgc {right:0; background:url(../img/galeriaimg/right.gif) right center no-repeat; border-right:5px solid #FFF; height:445px; z-index:1;}
#nextimgc:hover {opacity:1; filter:alpha(opacity=100);}
.titlec {font-size:12px; color:#4A4A4A; background-color:#B4E2ED; text-align:center}
#galTable td{text-align:left; width:100%;}