body {
	background-color: #000000;
	color: #d0d0d0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

img {
	border: 0;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", LucidaGrande, "Lucida Sans Unicode", Lucida, Verdana, Arial, Helvetica, sans-serif 
}

h1 {
	font-size: 18px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	font-weight: normal;
}

h4 {
	font-size: 12px;
	font-weight: normal;
}

h5 {
	font-size: 10px;
	font-weight: normal;
}

a {
	font-weight: bold;
}

a:link, a:visited {
	color: #757585;
	text-decoration: underline;
}

a:hover, a:active {
	color: #ffffff;
	background-color: #757585;
	text-decoration: none;
}

/* IDs */

#box {
	width: 743px;
	margin: 0 auto;
	padding: 0;
	background: repeat-y url(/img/background.gif);
}

#logo {
	margin: 4px;
}

#contenido {
	padding: 10px 20px;
	margin: 0;
	border: 0;
}

/* Classes */

.textinput {
	border: 0;
	font-size: 11px;
	width: 150px;
}

.imginput {
	vertical-align: middle;
}

.marcosup {
	width: 743px;
	margin: 0;
	padding: 0;
	border: 0;
}

.marcoinf {
	width: 743px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #000000;
}

.center {
	text-align: center;
}