html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #999999;
}
a:hover {
	color: #00CCFF;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}


body {
	background: #181818 url(img/body_background.png) repeat;
	font: 12px arial, sans-serif;
	color: #999999;
}

table.fill {
	font: 12px arial, sans-serif;
}


td.fill {
	text-align: right;
	padding: 8px;
}

/** layout **/
#wrapper {

	width: auto;
	min-height: auto;
	_height: auto;
	background: url(img/logotipo_robotica2011.png) no-repeat;

	background-position: 50% 130;
}

h1 {
  padding: 25px 0 0 0;
  font: 25px "Lucida Handwriting", arial, sans-serif;
  color: #00CCFF;
}

h1 em {
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  position: relative;
  top: -4px;
}

