@charset "utf-8";
/* CSS Document */
body,td,th {
	font-size:12px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
body {
	background:url(../img/fondo_00.jpg) repeat-x top #069;
	margin:0;
}
body, html {
	height:100%;
	width:100%;
}
a:visited, a:active, a {
	color: #FFF;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #CCC;
	text-decoration:underline;
}
h1 {
	font-size:16px;
	color: #069;
}
h2 {
	font-size:14px;
	color: #FFF;
	font:bold;
}
#pie {
	bottom:0;
	position:absolute;
	z-index:10;
	width:100%;
}
