body
    {
		
    margin: 5px;
    padding: 0;
    color: #555555;
		font: normal 0.9em tahoma, arial, verdana;
    background: #EEF1F8 url("../userfiles/image/bg.jpg") top repeat-x;
    text-align: center;
    }
h1 {
      font-size:1.8em;  
      margin: 0;
      font-weight: normal;
	  color:#7992ca;
    }
h2 {
      font-size:1.6em;  
      margin: 0;
      font-weight: normal;
			line-heigth: 16px;
    }
h3 {
      font-size:1.4em;  
      margin: 0;
      font-weight: normal;
	  font-style: oblique;
	  color:#7992ca;

    }

a, a:visited
    {
		text-decoration: underline;
    color: #7992ca;
		

		
		
    }
a:hover
    {
		text-decoration: underline;
		color: #000000;
    }
		
ul  {
		list-style: none;
		padding: 0 0 0 0;
		}
		
li  {
		margin: 0 0 10px 0;
		padding: 0 0 0 20px;
		background: url("../userfiles/image/bull.jpg") left no-repeat;
	 	}
		
	
#admin
    {
    text-align: left;
    margin: 0 auto;
		top: 0px;
		left: 0px;
    width: 1024px;
    position: relative;
		background: #dddddd;
    padding: 0px 0px 0px 0px;
		display: none;
    }

#header
    {
		margin: 0 auto;
		margin-bottom: 5px;
		width: 844px;
		padding: 0 22px 0 22px;
		position: relative;
		text-align: left;
		background: #ffffe9;
		background: #F7EC14;
		border-top: #cccccc 1px solid;
		border-bottom: #A7AF8F 1px solid;
		border-left: #cccccc 1px solid;
		border-right: #A7AF8F 1px solid;
    }
#subcontainer
    {
    margin: 0 auto;
	margin-top: 5px;
    width: 844px;
    position: relative;
    padding: 10px 22px 0 22px;
    text-align: left;
	background: #ffffb9;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-right: #A7AF8F 1px solid;
	border-bottom: #A7AF8F 1px solid;
    }


#footer
    {
		margin: 0 auto;
		padding: 10px 0 0 0;
		width: 800px;
		text-align: center;
		border-top: #e9e9e9 1px solid;
    }

#contents
    {
		margin: 20px 0 20px 22px;
		width: 800px;
		padding: 0 0 0 0;		
		
		
    }


#post_content
    {
		margin: 0 auto;
		padding: 0 0 0 0;
		position: relative;
		overflow:hidden;
		}

#menu_about
    {
		margin: 0 auto;
		width: 800px;
		height: 227px;
		padding: 0 0 0 0;
		position: relative;
		text-align: left;
		background: #ffffff url("../userfiles/image/bg_about.jpg") top no-repeat;
    }


		


.div_forms
    {
		margin: 0 auto;
		padding: 5px 5px 5px 5px;
		text-align: left;
		display: none;
		position: absolute;
		background: #dddddd;
		border-top: 3px solid #ff00cc;
		border-left: 3px solid #ff00cc;
		border-right: 3px solid #ff00cc;
		border-bottom: 3px solid #ff00cc;
		width: 0px;
		height: 0px;
		top: 5px;
		left: 5px;
    }

#cargando
    {
		text-align: center;
		width: 150px;
		height: 75px;
		margin: 0 auto;
		padding: 5px 5px 5px 5px;
		display:block;
		position: absolute;
    }

	
/*  LIGHTBOX  */

#lightbox{
	position: absolute;
	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(../images/blank.html) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink { right: 0; float: right; background: url(../images/nextlabel.gif) right 15% no-repeat; }
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/*  fin LIGHTBOX  */
