html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: Helvetica, Arial, sans-serif;
	font-style: Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-family: Helvetica, Arial, sans-serif;
	vertical-align: baseline;
}
a {
	color: #FF00FF;
	text-decoration: none;
}
a:hover {
	color: #FF9AC5;
}
html {
	height: 100%; 
	margin-bottom: 1px;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #000000 url(../images/fondo.jpg) fixed;
	background-repeat: no-repeat;
	background-position: center 0px;
}
.page {
	width: 690px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h1, h2 {
	font-weight: normal;
}
ul, ul a {
	list-style: none;
	padding-bottom: 8px;
}
li, li a {
	list-style: none;
	padding-top: 4px;
}


.leftColumn {
	background-color: #000000;
	width: 140px;
	float: left;
	position: fixed;
	padding: 0px;
	height: 100%;
	filter: alpha(opacity=30);
	opacity: 0.30;
	-moz-opacity: 0.30;
}

.leftColumn h1 a {
	display: block;
	width: 110px;
	height: 0;
	padding-top: 225px;
	overflow: hidden;
	background: url(/images/logoWhite2.gif) no-repeat;
	margin-top: 16px;
	margin-bottom: 24px;
}
.leftColumn li a {
	padding-left: 24px;
}
.rightColumn {
	width: 537px;
	float: right;
	padding-top: 5px;
	padding-bottom: 32px;
}
.wrapper {
	background: #FFFFFF;
	margin-top: 16px;
	padding: 16px;
	zoom: 1;
}

.wrapper h2 {
	font-size: 19px;
	line-height: 19px;
	padding-top: 0px;
	padding-bottom: 8px;
}
.wrapperPhoto {
	padding-bottom: 8px;
	clear: both;
}
.wrapper p {
	font-size: 11px;
	line-height: 16px;
	padding-top: 4px;
}
.a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF00FF;
	text-decoration: none;
}

.wrapper ol li {
	font-size: 12px;
	line-height: 16px;
	padding-top: 4px;
	list-style-type: decimal;
	list-style-position: inside;
}

.topTag {
	display: block;
	width: 17px;
	height: 30px;
	padding-top: 2px;
	overflow: hidden;
	background: url(/images/up.gif) no-repeat;
}
a.topTag:hover {
	background: url(/images/up.gif) no-repeat;
}
.clearBoth {
	clear: both;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.floatLeft15 {
	float: left;
	padding-right: 15px;
	padding-top: 5px;
}
input#name, input#email, textarea#comments {
	width: 250px;
	margin-bottom: 8px;
}
input#resetBttn, input#submitBttn {
	width: 80px;
}
