html {
	height: 100%;
}

body {
    padding: 0px;
    font-family:Lucida Grande, Verdana, Arial, sans-serif;
    font-size: 12px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background: #FFFFFF;
    height: 100%;
    background-image: url(http://www.tng.iac.es/images/tnglogo-ant.png);
    background-position: 15px 15px;
    background-repeat: no-repeat;
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:22px;
	color:#333333;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0.2em;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: .2em;
}

h3 {
	margin-top: 0em;
	margin-bottom: 0.2em;
	font-size: 15px;
	color: #333333;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0.2em;
	color: #333333;
}

a:link {
	color:#002E8C;
	text-decoration: underline;
}

a:visited {
	color:#571857;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #000080;
}

input {
	font-size: 12px;
}

hr {
	color: #000080;
	width: 160px;
}

code, pre {
	font-family: "courier new", courier, monaco, monospace;
}

#nav, #footer, #topsection {
    display: none;
}

#content {
	padding: 12px 16px 20px 20px;
}

#content img {
	border: 1px #000000 solid;
}

#content img.noborder {
	border: none;
}

#content a:link:after, #content a:visited:after {
    content: " (" attr(href) ") ";
}

.staff_table {
	border: 1px #000000 solid;
}
.staff_table th {
	text-align: left;
	background: #f2cd3e;
	border-bottom: 1px #000000 dashed;
}
.staff_table_left {
	background: #cfcfcf;
	border-right: 1px #000000 dashed;
}
