html, body {
	height: 100%;	/* Make sure the document takes up the whole window. */
	margin: 0 auto;		/* Get rid of any default margins, which could cause the html and body elements to be larger than the window and trigger scrollbars. */
	padding: 0;		/* Get rid of any default padding, which could cause the html and body elements to be larger than the window and trigger scrollbars. */
	text-align: center;
	background-color: #957f67;
	font: 13px Arial, Helvetica, sans-serif;
	color: #999;
	font-style: italic;
	font-weight: 600;
	word-spacing: 0px;
}

a:link, a:hover, a:visited { color: #3c2713; text-decoration: none; }

div#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;                                                                     /* Bump div#blueBox down half the height of the screen. */
	margin-top: -200px;                                                              /* Half the height of div#blueBox. */
	float: left;
}

div#container {
	width: 415px;
	height: auto;
	margin: auto;
	padding: 0px;
	clear: both;
	border: 1px solid #002;
	background: transparent;
	background-image: url(../images/backphoto.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #7d6653;
	text-align: left;
	overflow: hidden;
	/*
	* Issue: IE4 doesn't allow a negative margin-top.
	* This code positions blueBox relatively and uses the IE4ever hack (<http://exanimo.com/css/ie4ever>) to overwrite the rule for other browsers.
	* The content will be centered but will crop if the window is not small enough to accommodate it.
	*/
	position: relative;
	top: -200px;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */
}

/*
* Issue: IE5mac interprets negative values as positive.
* I haven't figured out a workaround for this yet. The content won't be vertically centered but it won't be messed up by the previous code either.
*/
/* Hide from IE5mac \*//*/
div#shim {
	display: none;
}
html, body {
	height: auto;
}
/* end hack */

#header {
	position: relative;
	display: block;
	height: 61px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	clear: both;
}

#slanzaluthier {
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #663300;
}

#subheader {
	position: relative;
	display: block;
	clear: both;
	overflow: visible;
	margin: 0px;
	padding: 0px;
	height: 195px;
}

#instrumentos {
	position: relative;
	margin: 0px;
	padding: 29px 2px 0px 0px;
	text-align: right;
	clear: both;
	cursor: default;
}

#contactarse {
	position: relative;
	display: block;
	margin: 30px 70px 0px 0px;
	padding: 0px;
	text-align: right;
	clear: both;
	cursor: pointer;
}

#result {
	position: relative;
	margin: 14px 8px 0px 0px;
	padding: 0px;
	text-align: right;
	clear: both;
	cursor: default;
}

#form {
	position: absolute;
	display: block;
	margin-left: 160px;
	margin-top: 0px;
	padding: 0px 3px 3px 10px;
	width: 229px;
	background-color: #333;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	z-index: 90;
}


.noscript {
	display: block;
	font-size: 9px;
	color: White;
	text-align: left;
}

.formcells {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
	font-size: 11px;
	font-style: normal;
}
.formcells td {
	white-space: nowrap;
}
.formcells input, .formcells textarea {
	width: 140px;
	border: 0px;
	background: #222;
	color: #999;
	float: right;
	font: 12px Arial, Helvetica, sans-serif;
	font-style: italic;
}
.formcells textarea {
	width: 100%;
}
.formcells #button {
	position: relative;
	float: right;
	margin: 0px;
	width: auto;
	background: #999;
	color: #222;
	font: 11px Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}

#error {
	width: 627px;
	font-weight: normal;
}
#error b {
	color: Red;
	font-weight: bold;
	text-decoration: blink;
}

#enviar {
	display: block;
	text-align: right;
	color: #CC6600;
	font-weight: bold;
}

#menu {
	height: 17px;
	padding: 0px 6px;
	margin: 0px;
	border-top: solid 1px #002;
	color: #4a3929;
	background-color: #7d6653;
	font-style: normal;
	cursor: default;
}
.topics {
	display: block;
	float: left;
	margin: 0px;
}
#lang {
	display: block;
	width: 60px;
	margin: 0px;
	float: right;
	text-align: right;
}

#content {
	display: none;
	overflow: hidden;
	height: 671px;
	background-color: #423222;
}

#contact {
	display: none;
	overflow: hidden;
}

#footer {
	position: relative;
	margin-top: 70px;
	clear: both;
	color: #333;
}

