/* CSS Document */
 
body {
	margin:0px;
	border:0px;
	padding:0px;
	text-align: center;
/* 	background-image: url(images/fondo.gif);    */
 	background-color:#ECF1F4;  

}
p {
	font-family:"Trebuchet MS";
	font-size:14px;
	text-align: justify;
	margin-left: 25px;
	line-height: 150%;
	color: #000033;
	margin-right: 30px;
} 
h1 {
	font-size:24px;
	text-decoration:none;
	color:#0E88BD;
	text-align: left;
	font-family: "Trebuchet MS";
	margin-left: 25px;
}
h2 {
	font-size:14px;
	text-align: center;
	margin-top: 18px;
	font-family: "Trebuchet MS";
	font-weight: normal;
}
h3 {
	font-size:16px;
	text-decoration:none;
	color:#0E88BD;
	text-align: left;
	font-family: "Trebuchet MS";
	margin-left: 25px;
}
h4 {
	font-size:16px;
	text-decoration:none;
	color:#0E88BD;
	text-align: center;
	font-family: "Trebuchet MS";
	margin-left: 25px;
}

ul li  {
	list-style: disc;
	text-align: left;
	 
}

