@charset "utf-8";
/* CSS Document */

body {
	font: 0.8em "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #343434;
	background: #121212;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 800px;
	margin: 30px auto;
	background: #0d0d0d url(../images/header.jpg) no-repeat center top;
	padding: 180px 25px 25px 25px;
	border: 12px solid #2e2e2e;
	position:relative;
}
#titulo {
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	/*padding: 0.3em 0;*/
	text-indent:-99999px;
}
#nav {
	list-style: none;
	padding: 0;
	margin: 0px 0 20px 0;
	background: #2e2e2e url(../images/nav_bar.jpg) repeat-x;
	display: block;
	overflow: hidden;
	font-size: 0.9em;
	height:33px;
	text-transform:capitalize;
}
#nav li {
	display: inline;
}
#nav li a {
	display: block;
	float: left;
	padding: 10px 20px;
	color: white;
	text-decoration: none;
}
#nav li a:hover {
	background: #1b1b1b url(../images/nav_bar_o.jpg) repeat-x;
}
#load {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../images/ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}

#content {
}
h1,h2,h3 {
	margin: 0;
	padding: 0.5em 0;
	font-family:Helvetica, Arial, Sans-serif;
}
h1{
	font-size: 1.5em;
	color: #FFD700;
}
h2{
	font-size: 1.4em;
	color: #FFD700;
}
h3 {
	font-size: 1.3em;
	color: #FFEC80;
}
p {
	margin: 0;
	padding: 0.4em 0;
	color:#686868;
	line-height:1.4em;
}
#content img.right {
	float: right;
	margin: 0 0 8px 8px;

}
#foot {
	padding: 15px;
	color: white;
	text-align: center;
	margin: 30px 0 0 0;
	border-top:1px solid #222222;
}

dl {
	border-left:1px solid #999;
	margin:0 10px 20px;
	padding-left:10px;
	width:700px;
}
dt, dd {font-size:1.0em; margin:0 0 10px}
dd {color:#0396fd;}

.site{
float:left;
/*border: 1px solid #ff0000;*/
width: 205px;
margin: 10px;
text-align: center;
}
.site img{
float:left;
border: 1px solid #ccc;
padding:3px;
margin: 0px 0px 5px 0px;
 background: url(../images/Loading.gif) no-repeat center;
}
.site p{
font-size:0.8em;
}
#sites {
clear:both;
/*border: 1px solid #ff00aa;*/
overflow: auto;
margin: 10px auto;
width: 700px;
}

/* LINKS */
a:link,a:visited,a:active{
  font:normal 1.1em 'Trebuchet MS',Tahoma,Arial,Sans-serif;
  color: Yellow;
  text-decoration:underline
}
a:hover{
  text-decoration:underline overline;
  color: #FFD700;
}
/* LINKS */