html,body{
	height:100%;
}
body {
	background-color: #d5e0e5;
	color: #333333;
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
}
.titulo {
	font-size:14px;
	color:#003e56;
	font-weight:bold;
}
.a2colores {
	font-size:7px;
	color:#333333;
}
.fecha {
	font-size:12px;
	color:#FFFFFF;
}

a:link {
	color:#003e56;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
}
a:visited {
	color:#003e56;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
}
a:hover {
	color:#8a8a8a;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
}
a:active {
	color:#8a8a8a;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
}
.linkarea a:link {
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
}
.linkarea a:visited {
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
}
.linkarea a:hover {
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
}
.linkarea a:active {
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
}
.linkpie a:link {
	color:#999999;
	font-size:10px;
	text-decoration:none;
}
.linkpie a:visited {
	color:#999999;
	font-size:10px;
	text-decoration:none;
}
.linkpie a:hover {
	color:#003e56;
	font-size:10px;
	text-decoration:none;
}
.linkpie a:active {
	color:#003e56;
	font-size:10px;
	text-decoration:none;
}