h1 {
	color : #FFFFFF;
	font-size : 20px;
	font-family : Trebuchet MS;
	font-weight: bold;
	margin: 5px;
}
h2 {
	color : #000000;
	font-size : 16px;
	font-family : Trebuchet MS;
	margin: 5px;
}
h3 {
	color : #FFFFFF;
	font-size : 20px;
	font-family : Trebuchet MS;
	margin: 5px;
	padding-left: 5px;
	border-bottom: 1px dashed #CEECFD;
	border-top: 1px dashed #CEECFD;
	background: #076BA7;
	
	padding: 2px;
}
.title01 {
	color : #FFFFFF;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 5px;
	margin-right : 5px;
	font-size : 14px;
	font-family : Trebuchet MS;
	font-weight: bold;
}
.title02 {
	color : #FFFFFF;
	margin-top : 2px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 5px;
	margin-right : 5px;
	font-size : 20px;
	font-family : Trebuchet MS;
}
.title01 a {
	color : #FFFFFF;
}
.title01 a:hover {
	color : #000000;
}
.menutitulo a {
	color : #FFFFFF;
	height: 25px;
	width: 175px;
	margin: 0px;
	padding-left: 5px;
	font-size : 14px;
	background: #FF7C0A;
	border-bottom: 1px dashed #FFAA5E;
	font-family : "Trebuchet MS";
}
.menutitulo a:hover {
	color : #000000;
	height: 25px;
	width: 175px;
	margin: 0px;
	padding-left: 5px;
	font-size : 14px;
	background: #FF7C0A;
	border-bottom: 1px dashed #486E9C;
	font-family : "Trebuchet MS";
}
ul {
	margin: 0;
	padding: 5px;
}

li {
	font-family: "Trebuchet MS";
    float: left;
	padding-left: 5px;
	padding-right: 5px;
    font-size: 13px;
	font-weight: bold;
    text-align: center;
	text-decoration: overline;
}

li img {
	background:#FFFFFF;
	border:solid 1px #cccccc;
	padding:3px;
	margin:5px;
}

p {
	color : #000000;
	margin-top : 2px;
	padding-bottom : 2px;
	margin-bottom : 0px;
	margin-left : 5px;
	margin-right : 2px;
	font-size : 13px;
	font-family : Trebuchet MS;
}
p a {
	color : #0000FF;
	font-weight: bold;
}
p a:hover {
	color : #294A7B;
}
.bordefino {
	border: 1px solid #CCCCCC;
}

