img.grid {
	position: absolute;
	left: 0px;
	left: 2px;
	top: -15px;
	opacity: .3;
	filter: alpha(opacity = 70);
	display: yes;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:link, a:active, a:visited { 
	text-decoration: none;
	border: none;
	color: #fff;
} 

a:hover {
	text-decoration: none;
	border: none;
	color: #888;
}

/* Menu */

div.menuheader.class1{
	width: auto;
	display: block;
	cursor: pointer;
}

div.menuheader.class2{
	width: auto;
	display: block;
	cursor: pointer;
}

div.menuheader {
	clear: left;
}

div.menucontent {
	padding: 0px;
}

/* General */

* { 
	padding:0;
	margin-top: 0;
	margin-bottom: 0;
} 

html, body { 
	font-family: Courier New, normal; 
	font-size: 11px;
	letter-spacing: -1px;
	word-spacing: -1px;
	height: 100%;
	background-color: #000000;
	color: #ffffff;
}

div.main {
	padding-top: 18px;
	padding-left: 10px;
	width: 950px;
}

div.main #menu, #content {
	float: left;
}

div #menu {
	width: 187px;
	line-height: 11px;
	*line-height: 12px;
}

div #logo {
	margin-bottom: 35px;
}

div #logo img {
	border: none;
}

div #slogan {
	margin-bottom: 7px;
	*margin-bottom: 12px;
}

div #division {
	margin-bottom: 10px;
}

div.copyright {
	margin-bottom: 10px;
}

div #content {
	width: 750px;
}

div.loginform input {
	width: 150px;
	border: 1px solid black;
	height: 14px;
	font-family: Courier New, normal; 
	font-size: 11px;
}

div #logindatos input {
	width: 200px;
	border: 1px solid black;
	height: 14px;
	font-family: Courier New, normal; 
	font-size: 11px;	
}

textarea.forma {
	height: 150px;
	width: 100%;
	border: 1px solid black;
	font-family: Courier New, normal; 
	font-size: 11px;
}