﻿@charset "utf-8";
/* CSS Document */
* {
	outline: none;
	padding: 0;
	margin: 0;
}
body {
	text-align: center;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #0D5C90; 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	font-size: 85%;
	color: #999999;
	margin: 0.8em 0;
	line-height: 1.4em;
}
address {
	margin: 0.8em 0 2em 0;
	font-size: 85%;
	color: #999999;
	font-style: normal;
	line-height: 1.4em;
}
#contenedor h1 {
	margin-top: 1.25em;
	height: 5em;
	background: url(/imagenes/henav_logo.gif) top center no-repeat;
}
#contenedor h1 span {
	display: none;
}
.miembroTEA {
	margin-top: 2em;
}
.logoGT {
	display: block;
	height: 3em;
	background: url(/imagenes/GT_logo.gif) center center no-repeat;
}
.logoGT span {
	display: none;
}