@charset "UTF-8";
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,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	vertical-align: baseline;
}

body {
	text-align: center;
	color: #fff;
	font-weight: normal;
	background-color: #000;
	/*background-image: url(images/bg_gradient.jpg);*/
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
	font-family: Helvetica, Arial, sans-serif;
}
#container {
	width: 830px;
	margin: 5px auto;
	text-align: left;
}
#singlecolumn {
	background-color: #FFF;
	width: 100%;
}
h1 {
	padding: 10px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#header {
	width: 830px;
	padding: 0px;
	text-align: center;
	height: 120px;
	background-image: url(images/header.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: center center;
}
#wrapper {
	margin: 0 auto;
	width: 100%;
	
}
#contenido {
	background-color: #FFF;
	background-repeat: repeat;
	background-position: center center;
	border: 0px solid #333;
	background-image: url(images/bg_pk.gif);
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	color: #000;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1.5em;
}
li {
	color: #ff3333;	
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#left {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	width: 240px;
	float: left;
	border: none;
}
#center {
	margin: 0px 8px 0px 8px;
	padding: 0px;
	float: left;
	width: 330px;
	display: inline;
	border: none;
}
#right {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	width: 230px;
	float: left;
	position: relative;
	border: none;
}
.clear {
	clear: both;
}
#footer {
	width: 830px;
	margin: 0px;
	padding: 0px;
	color: #ccc;
	font-size: 60%;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
}
.column_content {
	padding: 15px;
}
.black {
	color:#669999;
}
.appears {
	font-size: 75%;
}
input {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: #dedbca;
}
select {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.submit_button {
	border: 1px solid #000;
	color: #cc9;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #4b4b4b;
	padding: 4px;
	margin-top: 8px;
}
form {
	line-height: 1 em;
	font-size: 0.8em;
	font-weight: bold;
}
label {
	line-height: 1em;
}
a {
	color: #cc9;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px solid #000;
	margin: 0 auto;
}
