/** General **/
body {
	background: #000;
	width: 100%;
	font-size: 62.5%;
}

html, body {height: 97%;}

p {
	font-size: 1.8em;
	font-family: 'Courier New', Courier, monospace;
	line-height: 1.5em;
	margin: 0 0 10px 0;
	color: #fff;
}

h2 { margin: 0 0 20px 0; }

h2, h3 {
	font-size: 1.8em;
	font-family: 'Courier New', Courier, monospace;
	line-height: 1.5em;
	/*margin: 0 0 10px 0;*/
	color: #0f0;
}

p.credits {
	font-size: 1.3em;
	color: #999 !important;
}

p.credits a {
	color: #999 !important;
	border-bottom: 1px dashed #999;
}

/** Top **/
#top {
	margin: 0 0 0 20px;
	position: fixed;
	top: 0;
}

#wrap {min-height: 100%;}

/** Consola **/
#console {
	position: relative;
	margin: -50px 0 0 20px;
	height: 50px;
	clear: both;
}

p.prompt {
	margin: 50px 0 0 0;
}

input#command {
	background: #000;
	border: 0px solid #fff;
	color: #fff;
	font-family: 'Courier New', Courier, monospace;
	font-size: 1em;
	width: 400px;
}

input#enter {
	display: none;
}

#output {
	/*position: absolute;
	bottom: 50px;*/
	margin: 0 0 0 20px;
	overflow: auto;
	padding-bottom: 50px;
}

#output ul li {
	list-style: none;
	font-size: 1.8em;
	color: #fff;
	line-height: 1.5em;
	font-family: 'Courier New', Courier, monospace;
}

#output ul {
	margin: 0 0 10px 0;
}

#output a {
	color: #00FFFF;
	text-decoration: none;
}

/** Twitter **/
span.twitter {
	font-family: monospace;
	font-size: 1.2em;
	margin: 10px 0 10px 0;
}

span.twitter a {
	text-decoration: none;
	color: #8CC6DD;
}

p.twitterp {
	margin: 0 0 15px 0;
}

/** Formulario **/
body.contactpage {
	background: #0404B4;
}

#contact {
	
}

#formbox {
	font-family: 'Courier New', Courier, monospace;
	width: 500px;
	background: #17B2B2;
	margin: 5% auto 0 auto;
	padding: 10px;
	/*border: 3px #54FFFF solid;*/
	border-right: 20px solid #000;
	border-bottom: 20px solid #000;
}

#formbox p {
	color: #000;
	font-weight: bold;
}

#author { display: none; }

#formbox label {
	display: block;
	margin: 0 0 7px 0;
	font-size: 1.8em;
	font-weight: bold;
}

#formbox input {
	font-family: 'Courier New', Courier, monospace;
	font-size: 1.8em;
	width: 300px !important;
	margin: 0 0 20px 0;
	padding: 6px;
	background: #B2B2B2;
	color: #0404B4;
}

#formbox textarea {
	font-family: 'Courier New', Courier, monospace;
	font-size: 1.8em;
	background: #B2B2B2;
	color: #0404B4;
	width: 312px;
}

#formbox  input.send {
	color: #fff;
	background: #0404B4;
	border: 0px solid #0404B4;
	width: 130px !important;
	font-weight: bold;
}

#formbox a.exit {
	font-size: 1.8em;
	text-decoration: none;
	color: #686868;
	width: 100px !important;
	font-weight: bold;
	padding: 2px 3px 6px 6px;
}

span.black {
	color: #000;
	font-weight: bold;
}

span.red {
	color: #B21717;
	font-weight: bold;
}

fieldset {
	padding: 10px 10px 10px 90px;
	border: 2px solid #54FFFF;
}

legend {
	color: #FFFF54;
	font-weight: bolder;
	font-size: 2em;
	padding: 0 10px;
	text-align: center;
}

#buttons {
	padding: 20px 0 0 30px;
}