/* CSS Document */

html, body {
	background-image: url('images/background.gif');
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #494949;
	
}

div.header {
	margin: 0;
	padding: 0;
	width: 920px;
	height: 77px;
	margin-left: auto;
	margin-right: auto;
}


div.menu {
	float: left;
	margin: 0;
	padding: 0;
	width: 690px;
	height:30px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	vertical-align: bottom;
	font-size: 15px;
	color: #c90001;
	padding-top: 50px;
	padding-right: 5px;
	

}
a.menu {
	font-size: 16px;
	color: #a1a1a1;
	text-decoration: none;
}

a:hover.menu {
	font-size: 16px;
	color: #494949;
	text-decoration: none;
}


div.head {
	width: 920px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

div.none {
	float:left;
}


div.main {
	width: 920px;
	margin-left: auto;
	margin-right: auto;

}

div.left {
	width: 272px;
	float: left;
	padding-left: 8px;
	padding-top: 5px;
	margin-right: 10px;
}

div.right {
	width: 593px;
	float: left;
	margin-top: 15px;
	background-image: url('images/pixel.gif');
	background-position: left;
	background-repeat: repeat-y;
	padding-left: 20px;
	text-align: justify;
}


div.footer {
	margin-left: auto;
	margin-right: auto;
	width: 882px;
	font-size: 12px;
	color: #9b9b9b;
}

div.footer1 {
	float: left;
	width: 500px;
	text-align: left;
}
div.footer2 {
	float: left;
	width: 382px;
	text-align: right;
}

a.footer {
	color: #9b9b9b;
	text-decoration: none;
}

a:hover.footer {
	color: #494949;
	text-decoration: none;
}

img { border-width: 1px; border-color: #bbbbbb;  }

a.galeria {
 color: #494949;
 text-decoration:none;
}

<!-- lightbox //-->

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	color: #CCCCCC;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
		color: #CCCCCC;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #eee;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
	