/* 21-09-2013 - 31-12-2020 */
body	{ font-size:16px; background:white; font-family:Arial,Sans-serif; font-weight:normal; color:black; text-align:justify; 
margin-top:150px;margin-bottom:150px;width:100%; background-color:white;}
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
#cabeza {
	width: 100%;
	height: 150px;
	position: absolute;
	top: 0;
	background-color:  black ;
	overflow: hidden;
}
#pie {
	width: 100%;
	position: absolute;
	height: 20px;
	bottom: 0;
	background-color:  black ;
	overflow: hidden;
	color: gray
}
#cuerpo {
	width: 80%;
	position: absolute;
	top: 150px;
	bottom: 20px;
	background-color: white;
	overflow: auto; margin-right:10%; margin-left:10%;
}


h {color:black;}

a:link		{ color:gray; text-decoration:none; }
a:visited	{ color:gray; text-decoration:none; }
a:hover		{ color:black;  text-decoration:underline;}

.blanc		{color:white; font-size:16px;}
a.blanc:link	{color:white; text-decoration:none; }
a.blanc:visited	{color:white; text-decoration:none; }
a.blanc:hover	{color:grey;  text-decoration:underline;}


blockquote	{ font-family:Arial; font-size:14px; color:gray; text-align:justify; }
table	{ text-indent:0px; text-align:justify; border-spacing: 15px;}
li	{ font-family:Arial,Sans-serif; margin-left:20px; margin-top:1px; margin-bottom:0px; text-align:justify; list-style: disc}
.baix	{vertical-align:bottom;}
.centrat {text-align: center;}


