@charset "utf-8";
/* CSS Document */
body {
width:1000px;
height:578px;
background-repeat:no-repeat;
background-color:#f1f1f1;
margin: 0px 0px 0px 120px;
background-position:top;
}
#contenido{
	width:685px;
	height:350px;
	float:right;
	margin: 0px 60px 0px 0px;
	overflow: auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}
#pie{
	width:1000px;
	height:35px;
	background-position:bottom;
	position:absolute;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#666;
	margin: -25px 0px 0px 80px;
	text-align:center;
	font-weight: bold;
}
a:link {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#244487;
}
a:over {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#244487;
	text-decoration:underline;
}
a:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	text-decoration:underline;
}
