/* CSS Document */
body{
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}
h1{
	font: bold 24px "Trebuchet MS";
	color: #ffa200;
}
h2{
	font: bold 18px "Trebuchet MS";
	color: #ffa200;
}
h3{
	font: bold 14px "Trebuchet MS";
	color: #ffa200;
}
p{
	font: bold 12px "Trebuchet MS",Arial;
	color: #000;
}
#imagen{
	text-align: center;
}
#imagen img{
	border: 1px solid #ffa200;
}
img{
	border: 0px;
}
	