#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



/*

*/




/* CSS Document */
/*elimina el problema de que algunos navegadores le predeterminan bordes y margenes*/
/*eń asterisco indica que le aplilca a todos los div*/
* {margin:0px; padding:0px ; border: 0px} 

body{
text-align:left;
background: #F9F9F7 ;
font-size: 11px;
font-family: "trebuchet ms", helvetica, sans-serif;
color: #8C8C73;
line-height: 18px;
}
h1 {font-size: 1.2em; color:#003300 ; font-weight: bold ; text-decoration: underline ; text-align: center}
h2 {font.size: 1.1em; color:#000000 ; font-weight: bold ; text-decoration: none ; text-align: center}



/*las propiedades de los links se encuentran en - a -*/
a
{
color:#000099; text-decoration:none;

}

a:hover
{
color:#0000FF;
text-decoration: underline;
}


/*p es para dar propiedad a los parrafos*/
p
{
margin-bottom: 14px;
text-align: justify;
color:#000000;
}



#cabecera {} 


#header
{ 
background: #F9F9F7 url('images/abg.gif') repeat-y;
width: 1050px;
height: 92px;
color: #fff;
padding-left: 20px;
text-align:left;
}
#splash
{ float:right;
margin-right:180px;
width: 500px;
margin-top:5px;
}

#menu
{
background: #ffffff url('images/a16.gif') repeat-x;
height: 67px;
padding: 0px 20px 0px 5px;
margin: 5px 0px 20px 0px;
}

#menu ul
{
}

#menu ul li
{
display: inline;
line-height: 52px;
padding-left: 3px;
}

#menu ul li.first
{
border-left: 0px;
}

#menu ul li a
{
background-color: transparent;
background-repeat: repeat-x;
padding: 8px 12px 8px 12px;
font-size: 12px;
color: #fff;
font-weight: bold;
}

#menu ul li a:hover
{
background: #fff url('images/a18.gif') repeat-x top;
color: #4A4A24;
text-decoration: none;
}

#date
{ float:right;
color: #BDBDA2;
font-weight: bold;
font-size: 12px;
letter-spacing: -1px;
}












#contenido {
padding: 5px 20px 10px 20px;
padding-top:0px}
#contenido p {
padding: 5px 10px 5px 10px;
 text-indent: 15px}
/*text-indent sirve para darle sangria a la primer parte del parrafo*/

/*margin-right da margen al texto que esta a la derecha del div*/

#principal {
float:left;}


#publi{
background: url('images/a22.gif') bottom repeat-y;
background-position:left;
float:right;
width:230px;
}

#pie {
background: #ffffff url('images/a16.gif') repeat-x;
height: 67px;
padding: 15px 20px 0px 30px;
margin: 5px 0px 0px 0px; text-align:center;
clear:both;
color:#FFFFFF;
}


#global {width:1050px ;
text-align:left;
 background: #fff url('images/abg.gif') repeat-y; }
