HTML {
	text-align:justify;
	font-family:"Verdana";
	font-size:12px;
}
BODY {
	background-color:#f1f2f2;
	background-image:url('bg.png');
	background-repeat:repeat-x;
	background-position:top;
}
#menu A {
	color: white;
	font-weight: bold;
	font-size:16px;
	font-family:"Century Gothic";

}

#top {
	height: 275px;
}

.first {
	border-left: 2px white dotted;/**/
}

#content .actual {
	padding:30px 50px 20px;
}

#content IMG {
    border:none;
}
P {
	color:#333333;
	font-family:Verdana;
}
H1, H2, H3 {
	color: #435a86;
}
A {
	color: #5917df;
}

#menu {
	margin-left:50px;
	margin-top:-35px;
	padding:0;
	position:absolute;
}
.popupmenu DIV {
	background-color: #50b9fa;
	margin-top: 27px;
	background-position:top;
}
.popupmenu DIV A {
	color: white;
}
.popupmenu DIV A:hover {
	background-color: #dfa217;
	text-decoration: underline;
}
.shade {
	margin-top: 27px;
	margin-left:-1px;
}
