* {
	margin: 0;
	padding: 0;
}

* img {
	border: 0;
}

.loading {
	z-index: 5000;
	position:fixed;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.loading-text {
	color: #777;
	display:block;
	height:50px;
	margin-top:300px;
	font-size: 18px;
	text-align:center;
}            

.loading-text img {
	padding-top:4px;
}

div.eventsWindow { 
	z-index: 5000; 
	top: 0px; 
	left: 12px;
}

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #555;
	font-size: 12px;
	background-color: #fff;
	min-width: 1024px;
	overflow: scroll;
}

img {
	 border: 0;
}

a {
	color: #555;
	text-decoration:none;
}

a:hover {
	color: #c68;
	text-decoration: underline;
}

#wrapper {
	position: relative;
	padding: 45px 0px 0 45px;
}

#left {
	position: absolute;
	width: 263px;
}

#content {
	position: relative;
	height: 615px;
	margin-left: 263px;
}

#photos {
	height: 515px;
	padding-top: 15px;
	background-color: #000;
}

#photos a {
	display: block;
	float: left;
	padding-left: 15px;
	height: 500px;
}

h1 {
	display: block;
	height: 140px;
	width: 263px;
	background: url('../images/marca.gif') no-repeat;
	padding-bottom: 30px;
}

span.none {
	display: none;
}

#nav {
	position: relative;
}

#nav ul {
	list-style-type: none;
}

#nav ul li a {	
	display: block;
	width: 260px;
	height: 32px;
	font-variant: small-caps;
	font-size: 18px;
}

#nav ul li.selected a {
	color: #c68;
}

#nav ul li.selected a:hover {
	text-decoration: none;
}

.about {
	margin-top: 15px;
	margin-bottom: 25px;
}

.about p{
	line-height: 22px;
}

.phone,.email,.tumblr {
	padding: 2px 0px 0px 22px;
	height: 20px;
	width: 200px;
}

.phone {
	background: transparent url('../images/phone.gif') 0px 0px no-repeat;
}

.email {
	background: transparent url('../images/email.gif') 0px 0px no-repeat;
	padding-bottom: 20px;
}

.tumblr{
		background: transparent url('../images/tumblr.png') 0px 0px no-repeat;
}

#qTip {
	position: absolute;
	display: none;
	padding: 10px 15px;
	font-size: 13px;
	color: #fff;
	z-index: 1000;
	background: url('../images/tooltip.png') repeat;
}

#back {
	position: absolute;
	display: block;
	width: 80px;
	height: 40px;
	top: 300px;
	outline: 0;
	z-index: 1;
	right: 30px;
}