/* CSS Document */

body{
	background-color: #003333;
	color: #FFCC99;
	font-family: "Courier New", Courier, monospace;
	margin: 19px;
	height: 525px;
	width: 85%;
}
.header{
	background-image: url(../img/coello.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu{
	margin-top: 13px;
	margin-bottom: 5px;
	border: 1px dashed #9B4E00;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 7px;
	font-family: "Courier New", Courier, monospace;
}
h1{
	font-size: 22px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: -2px;
	color: #FFC58A;
}
h2{
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: -2px;
}
h3{
	font-size: 18px;
	margin-bottom: -2px;
	margin-top: 2px;
}
h4{
	font-size: 16px;
}
a:link{
	color: #FFCC99;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFCC99;
}
a:hover{
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
	border-bottom-color: #CCFF99 !important;
}
a:visited{
color: #FFCC99;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFCC99;
}
.content{
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer{
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 11px;
}
p.centro{
	text-align: center;
}
img{border:0;}
p.nolink{}
 p.nolink a:link{
	text-decoration: none !important;
	border-bottom-style: none !important;
}

