﻿body{
	background: #000;
	color: #4E5563;
	font-family:"Lucida Grande","Lucida Sans Unicode","Arial",sans-serif;
	font-size:11px;
	line-height:15px;
	margin: 0;
	padding: 0;
}
a {
	color:#C9F23A;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
}

img{
	border: 0;
}
.hidden{
	display: none;
}
#prevNext{
	margin-left:-50px;
	position:relative;
	top:105px;
	width:1000px;
}
	.jFlowPrev{
		float:left;
	}
	.jFlowNext{
		float:right;
	}
	
	#prevNext img{
		position: relative;
		z-index: 2;
		cursor: pointer;
	}
p{
	color:#4E5563;
	left:660px;
	margin:0;
	padding:0;
	position:relative;
	text-align:left;
	top:-254px;
	width:240px;
}
p strong.titulo{
	font-size: 16px;
}


#header{
	background: #000 url("../images/header.jpg");
	height:142px;
	position:relative;
	top:0;
	width:100%;
}
	#header img{
		padding: 30px 140px;
	}
	#header #menu{
		color:#C9F23A;
		float:right;
		padding:100px 200px 10px 60px;
	}
	
	#header #menu a{
		color: #fff;
	}	
	#header #menu a.active{
		color: #C9F23A;
	}

.white{
	background-color: #fff;
	width: 100%
}	
#gallery{
	margin: 0 auto;
	width: 900px;
	padding: 50px 0;
}

#footer {
	background:#000 url("../images/footer.jpg");
	height:150px;
	position:relative;
	top:0;
	width:100%;
}
	#footertxt {
		color:#E6E6E6;
		font-family:"Lucida Grande","Lucida Sans Unicode","Arial",sans-serif;
		font-size:10px;
		font-weight:bold;
		text-align:right;
		padding: 30px;
	}
