* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #f2f2f2;
	text-align: center;
	font-family: "Trebuchet MS", verdana, arial;
}
#wrap {
	margin: 0px auto;
	width: 457px;
	margin-top: 27px;
}
#wraphead {
	background-image: url(graficas_top.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#content {
	background-image: url(graficas_down.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: blue;
}
#content img {
	margin-bottom: 10px;
}

h1 {
	color: #003;
	font-size: 90%;
	font-weight: bold;
	line-height: 90%;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
}

div.enlaces a {
	font-size: 0.72em;
	color: #FF1A00;
	text-align: center;
	padding: 0px 1px!important;
	margin: 0px;
	text-decoration: none;
	font-weight: bold;
}

