html,body {
	font-family: century gothic, helvetica, arial, sans-serif;
	color: #999;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
}

a:link,a:visited,a:hover,a:active {
	color: #fff;
	text-decoration: none;
}
a:hover,a:active {
	color: #777;
}

.floatright {
	float: right;
}
.floatleft {
	float: left;
	margin-right: 2em;
}

#wrapper {
	z-index: 1;
	position: absolute;
	top: 45%;
	left: 50%;
	width: 980px; /* 1024 */
	height: 540px; /* 580 */
	border: 14px solid white;
	margin: -270px 0 0 -490px;
}

#left {
	padding: 0em;
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	width: 340px;
	height: 540px;
}

#right {
	z-index: 2;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 980px;
	height: 540px;
	text-align: right;
}

#right img {
	padding: 0.4em;
}

#contact #right, #about #right {
	width: 580px;
	text-align: left;
	padding: 1.8em 0 0 0;
	background-color: transparent;
}
#contact p {
	margin: 1em 0;
	color: #999;
}
#about #right {
	line-height: 180%;
}
#about p {
	text-align: justify;
	margin: 1em 2em 1em 0em;
	color: #999;
}

#logo {
	margin: 0;
	padding: 1em;
}

#logo a {
	color: #fff;
	text-decoration: none;
}
#logo a:hover {
	color: #777;
}

#header {
	display: block;
	font-size: 1.095em;
	font-weight: normal;
}
#subheader {
	display: block;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: normal;
}

#navigation {
	margin: 0em 0 0 0;
	padding: 0 0 0 1.4em;
	list-style: none;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: normal;
}

#navigation a {
	color: #fff;
	text-decoration: none;
}
#navigation a:hover {
	color: #777;
}

#navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li ul {
	margin: 0 0 0 0.5em;
	padding: 0;
	list-style: none;
}
#navigation li ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.8em;
	text-transform: capitalize;
}
#navigation li ul li a {
	color: #999;
}

#navigation li.almostlast {
	position: absolute;
	bottom: 2.4em;
	left: auto;
}

#navigation li.last {
	position: absolute;
	bottom: 1em;
	left: auto;
}

#footer {
	position: absolute;
	bottom: -5em;
	left: 3.5em;
	font-size: x-small;
	color: #555;
}
#footer a {
	color: #999;
	text-decoration: none;
}/*
#footer a:hover {
	color: #999;
}*/

#navigation h2, #navigation h2 a {
	font-weight: bold;
	color: #777;
	margin: 0 0 0 0em;
	font-size: 1em;
}


/* Form */

form {
	background-color: transparent;
	margin: 0;
}

form div {
	margin: 1em 0 0 0;
}

label {
	display: block;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	font-size: 0.86em;
}

input, textarea {
	border: 1px solid #777;
	background-color: #222;
	color: #fff;
	padding: 0.25em;
}

input.button {
	border-top: 2px groove #ccc;
	border-left: 2px groove #ccc;
	border-bottom: 2px groove #fff;
	border-right: 2px groove #fff;
	font-weight: bold;
	background-color: #ccc;
	color: #000;
	padding: 0.5em;
}

/* Gallery */

div.galimg, div.imgprin, .galimg a, .galimg img, .galimg ul, .galimg li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* fin del reset */

.galimg {
	position: absolute;
	top: 0;
	right: 0.85em;
	background: transparent url(images/loading.gif) no-repeat 50% 50%;
	width: 630px;
}

.imgprin {
	/* es necesario para evitar un parpadero al quitar la imagen */
	width: 630px;
	height: 527px;
}

.imgprin img {
	background-color: transparent;
	border: solid 0px #ccc;
	padding: 0px;
}

.galimg ul {
	position: absolute;
	top: 472px;
	left: 0;
	width: 630px;
	list-style: none;
	text-align: center;
}

.galimg ul li {
	display: inline;
	padding-left: 0px;
}

.galimg ul li a img {
	background-color: transparent;
	border: solid 4px #000;
	padding: 0px !important;
	filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;
}
.galimg ul li a img:hover {
	background-color: transparent;
	border: solid 4px #000;
	padding: 0px !important;
	filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;
}


.jsgalpre {
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	color: #fff;
	padding: 0px;
}
