/* CSS Document */
body{
padding:0px;
margin:0px;
}
a:link {
	font-family: Arial;
	font-size: 11px;
	font-style: bold;
	color: #08517B;
	font-weight: bold;
    text-decoration: none;
}
a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #08517b;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FEC600;
	font-weight: bold;
	text-decoration: none;
}


a:active {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
.parrafo {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	align:justify;
}
.titulo {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}
.res{
	font-family: Arial;
	font-size: 12px;
	color: #08517b;
}
.res2{
	font-family: Arial;
	font-size: 12px;
	color: #08517b;
	font-weight: bold;
}
.pie {
	font-family: Arial;
	font-size: 10px;
	color: #999999;
}