@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	background-color:#000;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
a:link {
	text-decoration:none;
	color:#999;
}
a:visited {
	text-decoration: none;
	color:#999;
}
a:hover {
	text-decoration: none;
	color:#f41195;
}
a:active {
	text-decoration: none;
	color: #CCC;
}


/*-------TOP-------*/
#top {
	width: 100%;
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
}
div.logo {
	margin:0;
	width: 280px;
	height:140px;
	padding:0;
	position:absolute;
	z-index:200;
	top:0px;
	left:30px;
}
div.top_center {
	margin: 0 auto;
	position: relative;
	width: 995px;
	height: 140px;
}
ul#menu_top {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	z-index:200;
	top:0;
	right:0;
}
ul#menu_top li {
	float:left;
	margin:0;
	padding:0;
	margin-right:3px;
}
ul#menu_top li a {
	position:relative;
	color: #f8f8f8;
}
ul#menu_top li:hover a {
	color:#fff;
}
/*-------TOP-------*/
#banner {
	width: 100%;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
}
div.banner_center {
	margin: 0 auto;
	position: relative;
	width: 995px;
	height: 340px;
	background-color: #000;
}
/*------------------------*/
#content {
	width: 100%;
	height:auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#content .center {
	margin: 0 auto;
	position: relative;
	width: 995px;
	height: auto;
}
div .column_1 {
	width:255px;
	height: auto;
	float:left;
	position:relative;
	z-index:3;
	margin: 0 25px 20px 120px;
}
div .column_r {
	width:530px;
	height: auto;
	float:left;
	position:relative;
	z-index:3;
	margin: 15px 15px 20px 40px;
}
div .column {
	width:940px;
	height: auto;
	float:left;
	position:relative;
	z-index:3;
	margin: 20px 25px 40px 30px;
}
div .column_high {
	width:940px;
	height: auto;
	float:left;
	position:relative;
	z-index:3;
	margin: 160px 25px 40px 30px;
}
div .column_2 {
	width:442px;
	height: 405px;
	float:left;
	position:relative;
	z-index:3;
	margin: 10px 25px 5px 30px;
}
div .column_4 {
	width:218px;
	height: auto;
	float:left;
	position:relative;
	z-index:3;
	margin: 10px 15px 50px 15px;
	text-align: center;
}
div .column_small_1_3 {
	width:168px;
	height: auto;
	float:left;
	position:relative;
	z-index:3;
	margin: 0 0 20px 0;
}
/*-------TEXT-------*/
.content_big {
	font-size:14px;
	line-height: 160%;
}
.magenta {
	color:#e2007a;
}
.content_big_magenta {
	font-size:16px;
	color:#f7379e;
}
.inicial {
	font-size:26px;
}
.bordo {
	color:#603;
}
/* -----LIGHT BOX------ */

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 300;
	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;
}

