@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	background-color: #690;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#Principal {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFF;
}
#Header {
	height: 100px;
	text-align: center;
	float: left;
	clear: both;
	width: 780px;
	background: url('../images/bkg_header.jpg') no-repeat;
	padding: 20px 0px;
}
#Header h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #6C3;
}
#Principal #Content {
	width: 470px;
	font-size: 15px;
	text-align: justify;
	padding: 20px;
	float: left;
	width: 470px;
}
#Principal #NAV {
	width: 260px;
	float: right;
}
#NAV #ContactUs {
	background-image: url('../images/subscribe.jpg');
	margin-bottom: 20px;
}
#NAV #ContactUs a {
	display: block;
	border: 1px solid #096;
	margin-top: 20px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-image: url('../images/Mail.png');
	background-repeat: no-repeat;
	background-position: 200px;
	font-size: 28px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#NAV #ContactUs a:hover, a:focus {
	color: #333;
}
#NAV #Menu {
	border: 1px solid #333;
	background-color: #999;
	padding: 10px;
}
#NAV #Menu ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#NAV #Menu ul li {
	display: inline;
}
#NAV #Menu ul li a {
	display: block;
	font-size: 16px;
	text-decoration: none;
	line-height: 24px;
	color: #FFF;
}
#NAV #Menu ul li a:hover, a:focus {
	color: #000;
	background-color: #8DDA94;
}
.TitleMenu {
	font-size: 22px;
	font-weight: bold;
	color: #333;
}
#Principal #Footer {
	font-size: 12px;
	color: #666;
	text-align: right;
	padding: 10px 20px 10px 0px;
}
p {
	line-height: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 12px;
}
h2 {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 23px;
}
.TitleMenu a {
	color: #033;
	margin-bottom: 20px;
	text-decoration: none;
}
.TitleMenu a:hover {
	color: #360;
}#Principal #Content #Sponsors {
	list-style-image: none;
	list-style-type: none;
	width: 100%;
	padding: 5px;
}
#Principal #Content #Sponsors li {
	display: block;
	width: 155px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	font-size: 12px;
	font-weight: bold;
}
#Principal #Content #Sponsors li a {
	text-decoration: none;
	color: #666;
	font-weight: normal;
}
#Principal #Content #Sponsors li a:hover, a:focus {
	font-weight: bold;
	color: #669900;
	text-decoration: underline;
}

