@charset "UTF-8";
body {
	background-color: #FFF;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	float: right;
	background-image: url(images/fcontent.jpg);
	background-repeat: repeat-y;
}
#header {
	height: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #999;
	background-repeat: no-repeat;
	background-color: #46316A;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 5px;
}
#header ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
}
#header li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
}
#header a:link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #DC9BFF;
	text-decoration: none;
	text-transform: uppercase;
}
#header a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003;
	text-transform: uppercase;
	text-decoration: none;
}
#header a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}


#menu {
	height: 200px;
	background-image: url(images/menufondo.jpg);
	padding-right: 5px;
	margin-top: -10px;
	border: thin solid #46316A;
	padding-top: 12px;
	padding-left: 5px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin-right: 15px;
}
#menu ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#menu a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #96F;
}
#menu a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #00C;
}
#menu a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F3D553;
}

#content {
	float: left;
	width: 676px;
	padding-left: 7px;
	padding-top: 7px;
	padding-right: 4px;
}
.contents {
	float: left;
	height: 400px;
	width: 300px;
	border: medium double #0E3EBC;
}
.contents2 {
	float: right;
	height: 400px;
	width: 300px;
	border: medium double #0E3EBC;
}

#content img {
	border: medium solid #46316A;
	margin-right: 2px;
	margin-left: 2px;
}

#content li {
}
#content ul {
}
#content a:link {
	text-decoration: none;
	color: #09C;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#content a:visited {
	color: #010640;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
#content a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
}

#sidebar {
	float: right;
	width: 300px;
	padding-left: 5px;
}
#sidebar li {
}
#sidebar ul {
}
#sidebar a:link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #46316A;
	text-decoration: none;
}
#sidebar a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #303;
}
#sidebar a:hover {
	color: #FCFCFA;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}



#footer {
	height: 40px;
	clear: both;
	background-color: #46316A;
	width: 1000px;
	float: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
#footer li {
}
#footer ul {
}
#footer a:link {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #DC9BFF;
	text-decoration: none;
	font-size: 14px;
}
#footer a:visited {
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FF9;
	text-decoration: none;
	font-weight: bold;
}
.nota {
	background-color: #46316A;
}
.note2 {
	background-color: #DC9BFF;
}
.note3 {
	background-color: #CCC;
}

#container #content p strong {
	font-family: Verdana, Geneva, sans-serif;
}

