body {
	margin: 0px;
	padding: 0px;
	background: #fff url("images/body.jpg") repeat;
	}
#container {
	width: 800px; /* Must be the same width as your images */
	background: #FFFFFF url("images/background.jpg") repeat-y;
	margin: 0px auto;
	padding: 0px;
	}
#header {
	width: 100%;
	height: 58px; /* Must be the same height as header.jpg */
	background: #FFF url("images/header.jpg") no-repeat;
	}
#main {
	width: 100%;
	clear: both;
	}
#footer {
	width: 100%;
	height: 50px;
	background: #FFF url("images/footer.jpg") no-repeat;
	clear: both; /* absolutely necessary! */
	}
#text {
	float: left;
	display: inline; /* IE6 fix */	
	width: 700px;
	margin: 0px 40px; /* means 0px on top and bottom and 15px on left and right*/
	}
/* 500 + 200 + 4*15 = 760! :) */

/*______________________________________________LINKS___________________________________________________*/

var {
	visibility: hidden; /* this will hide the text link */
	}
a.rollover {
	display: block; /* needed to set link dimensions */
	width: 800px; /* width of your image */
	height: 49px; /* height of your image, divided by two, we need to hide the second image */
	background: url("images/menu.jpg") no-repeat; /* image url */
	text-decoration: none; /* to hide the link underline */
	}
a:hover.rollover {
	background: url("images/menu.jpg") no-repeat 0px -49px; /* On mouseover, we show the second image, by adjusting background position! */
	}

#menu {
	width: 800px;
	height: 49px;
	}
var {
	visibility: hidden;
	}
#menu a {
	text-decoration: none;
	display: block;
	float: left;
	height: 49px;
	}
a.one {
	width: 210px;
	background: url("images/menu.jpg") no-repeat -0px 0px;
	}
a.two {
	width: 125px;
	background: url("images/menu.jpg") no-repeat -210px 0px;
	}
a.three {
	width: 125px;
	background: url("images/menu.jpg") no-repeat -335px 0px;
	}
a.four {
	width: 125px;
	background: url("images/menu.jpg") no-repeat -460px 0px;
	}
a.five {
	width: 210px;
	background: url("images/menu.jpg") no-repeat -590px 0px;
	}

	
a:hover.one {
	background: url("images/menu.jpg") no-repeat -0px -49px;
	}
a:hover.two {
	background: url("images/menu.jpg") no-repeat -210px -49px;
	}
a:hover.three {
	background: url("images/menu.jpg") no-repeat -335px -49px;
	}
a:hover.four {
	background: url("images/menu.jpg") no-repeat -460px -49px;
	}
a:hover.five {
	background: url("images/menu.jpg") no-repeat -590px -49px;
	}


/*__________________________________TEXTO__________________________________________________*/


 #text p, #sidebar p, #sidebar ul {
font: 12px/19px Arial, Verdana, sans-serif;
color: #666;
}
#text h1 {
font: 16px Georgia, Times, sans-serif;
color: #bb3636;
padding-left: 15px;
}
#text h2 {
font: 14px Georgia, Times, sans-serif;
color: #d8a26d;
padding-left: 25px;
}
#text a {
text-decoration: none;
color: #cc6633;
}
#text a:hover {
text-decoration: underline;
color: #bb3636;
}
#text ul.subpages {
margin: 0px;
list-style: square;
}
#text ul li a, #text ul li {
text-decoration: none;
color: #e1494a;
}
#text ul li a:hover {
background-color: #ffffcc;
color: #ff6600;
}
#text .imga {
border: none;
}
#sidebar h3 {
font: 16px Arial, Verdana, sans-serif;
color: #ff9933;
}
#sidebar h4 {
font: 11px Arial, Verdana, sans-serif;
color: #ff6600;
}
#sidebar a {
text-decoration: none;
color: #999;
}
#sidebar a:hover {
text-decoration: underline;
color: #666;
}
#sidebar .imgb {
border: none;
}
#sidebar .copyright {
font: 9px Arial, Verdana, sans-serif;
}

.centeredImage
{
text-align:center;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}


/*_________________FORMULARIO___________________*/

 label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
}
input
{
color: #000;
background: #e6e6e6;
border: 1px solid #121116;
}
.submit input
{
color: #000;
background: #b9b9b9;
border: 1px solid #121116;
}
fieldset
{
border: 1px solid #781351;
width: 20em;
}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px;
}


/*------------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/lb/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(images/lb/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lb/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;
	}
/*---------//LIGHTBOX----------*/	