body {
    background: #FFFFFF;
    overflow:hidden;
    height:100%;
    margin:0;
    text-align:center;
    font-family: arial, sans-serif;
	color: #00214E;
  }

img {
	border: 0;
}

#inicio {
    width: 700px;
    height: 224px;
    border-style: none;
    border: 0;
    display:none;
  }

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	background: url('./biu/lista.png') no-repeat 0 0;
	padding-left: 25px;
	font-size: 17px;
	font-weight:bolder;
}

img {
	border:0;
}


			a {
				text-decoration: none;
				color: #00214E;
			}

			a:hover {
				text-decoration: none;
				color: #E30E2A;
			}


