<!--
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
}
.address {
	color: #FFFFFF;
	font-size: 10px;	
}
.Titulo {
	color: #677787;
	font-weight: bold;
	font-size: 14px;
}
.enlacesInteres {
	font-weight: bold;
	background-color: #A5B2BC;
	color:#000;
	font-size: 10px;	
	display: block;
}
.enlacesInteres a:link, .enlacesInteres a:visited, .enlacesInteres a:active {
	text-decoration:none;
	color: #000;
}
.enlacesInteres a:hover {
	text-decoration:none;
	color: #FFF;
}
.menuItem {
	display: inline-block; 
	height: 19px;
	vertical-align: top;
	border-bottom: solid #FFF 1px;
}
th {
	color: #FFFFFF;
	font-weight: bold;
	background-color:#999;
}
#inicio {
	width: 152px;
	height: 19px;
}
#inicio a, #organizacion a, #directiva a, #actividades a, #noticias a, #membresia a, #asociaciones a {
	display: inline-block;
	width: 152px;
	height: 19px;	
}
#inicio a {
	background-image:url(images/menu/inicio.gif);	
}
#inicio a:hover{
	background-image:url(images/menu/inicio_over.gif);
}
#organizacion a {
	background-image:url(images/menu/organizacion.gif);	
}
#organizacion a:hover{
	background-image:url(images/menu/organizacion_over.gif);
}
#directiva a {
	background-image:url(images/menu/directiva.gif);	
}
#directiva a:hover{
	background-image:url(images/menu/directiva_over.gif);
}
#actividades a {
	background-image:url(images/menu/actividades.gif);	
}
#actividades a:hover{
	background-image:url(images/menu/actividades_over.gif);
}
#noticias a {
	background-image:url(images/menu/noticias.gif);	
}
#noticias a:hover{
	background-image:url(images/menu/noticias_over.gif);
}
#membresia a {
	background-image:url(images/menu/membresia.gif);	
}
#membresia a:hover{
	background-image:url(images/menu/membresia_over.gif);
}
#asociaciones a {
	background-image:url(images/menu/asociaciones.gif);	
}
#asociaciones a:hover{
	background-image:url(images/menu/asociaciones_over.gif);
}
.hiddenPic {
	display:none;
}
.note {
	color: #999999
}
a:focus {
	outline-style: none;
}
-->