/* CSS Document */
/* ________________ general ________________ */

BODY {
	font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 10 0px;
	text-align: center;
	background-color: #B6B7BA; 
}
	
a
	{
	color: #0066CC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
	
/*a:visited
	{
	color: #990099;
	border: none;
	}
*/	

/* banderas idioma */
a img.bandera
	{
	border: 0px;
	}

a:hover
	{
	color: #000;
	border-bottom: 1px solid #333331;
	}
	
acronym
	{
	cursor: help;
	font-style: normal;
	border: none;
	}
	
h1
	{
	display: none;
	}
	
h2
	{
	font-size: 2em;
	font-weight: normal;
	color: #922;
	margin: 0 0 0.7em 0;
	padding: 0;
	}	
h3
	{
	width: 420px;
	height: 20px;
	margin: 1.2em 0 0.8em 0;
	}
	
h3 span
	{
	display: none;
	visibility: hidden;
	}
p
	{
	font-size: 88%;
	margin: 0 0 0.6em 10;
	}

