/* -----------------------------------------

  Cream - Script
  Cream Build for Orbita Grafica 1.0
  
  Copyright (C) 2008 by Felipe Rubilar
  <contact.cream @gmail.com>

  ----------------------------------------- */
  /* CSS Document */
a {
	outline:none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body,td,th {
	font-size: 10px;
	color: #40484d;
}
body {
	background: url(../images/background.gif) 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#contain {
	background-color: #FFF;
	width: 900px;
	padding: 5px 5px 3px 5px;
	margin: 0 auto 0 auto;
}
#sublogo {
	background:url(../images/sublogo.gif);
	height: 37px;
}
#backgroundlogo {
	background: url(../images/footer.gif);
	height: 82px;
}
#header {
	background:url(../images/header.gif);
	height: 250px;
}
#menu {
	background:url(../images/menu.gif);
	height: 50px;
	margin: 0 auto 0 auto;
}
#content {
	background:url(../images/backgroundcontent.gif) repeat-x;
	height: auto;
}
#footer {
	background: url(../images/footer.gif);
	height: 50px;
	font-family: Verdana, Geneva, sans-serif;
}
#include {
	margin-left: 35px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#banner {
	position:absolute;
	width:73px;
	height:25px;
	z-index:1;
	left: 457px;
	top: 58px;
}
#contain #footer p {
	font-weight: bold;
}
