/************************************
	LANDER MURUAGA
	http://landermuruaga
************************************/

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font-size: 100%;
	color: #222;
	/*background: #5e8ebc url(images/bg-country.jpg) left bottom fixed no-repeat;*/
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	/*border-top: 30px double #eee;*/
	}	
h1 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #fff; 
	text-align: left;
	font-size: 1.8em;
	text-transform: uppercase;
	}
h1 a:link, h1 a:visited {
	color: #000;
	text-decoration: underline;
	}	
h1 a:hover, h1 a:active {
	color: #a55884;
	text-decoration: none;
	}
h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 1.1em;
	color: #222;
	text-align: left;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
p {
	font-size: 1.6em;
	padding: 0px;
	margin-top: 8px;
	text-align: left;
	}
a:link, a:visited {
	color: #fff;
	background: #000;
	text-decoration: none;
	padding: 2px 4px;
	}
a:hover, a:active { 
	color: #000;
	text-decoration: none;
	background: #fff;
	}
img {
	margin: 0px;
	border: 0px;
	}
a img, a:link img, a:visited img {
	text-decoration: none;
	border: 0px;
	background: none;
	}
a:hover img , a:active img { 
	text-decoration: none; 
	border: 0px;
	background: none;
	}
strong {
	color: #333;
	}
acronym {
	cursor: help;
	}
ul, ol {
	text-align: left;
	margin: 0px 10px 10px 10px;
	padding: 0px;
	}
ul li {
	list-style-type: square;
	padding: 0px 0px 0px 5px;
	margin: 5px 0px 5px 20px;
	font-size: 0.9em;
	}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	}	
	
	
 /* Specifications 
************************************/
#header {
	margin: 0px;
	padding: 10px 60px 0px 120px;
	height: 40px;
	background: #f1f1f1;
	}
#qrcode {
	padding: 0px;
	margin: -5px 0px 20px 40px;
	width: 230px;
	float: right;
	border: 1px solid #ccc;
	}
#landermuruaga {
	padding: 0px 0px 100px 0px;
	margin: 80px 50px 0px 150px;
	width: 740px;
	/*float: left;*/
	}
a.def {
	border-bottom: 1px dotted #666;
	cursor: help;
	background: transparent url(images/out0.gif) right center no-repeat;
	color: #000;
	padding-right: 20px;
}
a:hover.def {
	background: transparent url(images/out.gif) right center no-repeat;
}
.top {
	margin-top: 30px;
	}
.last {
	margin-top: 40px;
	color: #666666;
	/*font-size: 1.5em;*/
	}
.big {
	font-size: 6em;
	display: block;
	}
a:hover.me {
	background: #ddd;
	}
a.arquinauta{
	background: #FF6600;
	}
a:hover.me {
	background: #66CC00;
	}
	
