@charset "utf-8";
html {
	/*height:100%;*/
}
a {
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
	text-decoration: underline;
}
#logo {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/greenTopBar.png);
	background-repeat: no-repeat;
	background-position: 0px;
	width: 1152px;
	height: 173px;
	
}
#logo img {
	padding-left: 12px;
	outline:none;
	border:none;
	margin-top: 0px;
}
#navBar {
	height: 24px;
	left: auto;
	right: auto;
	width: 1150px;
	margin-top: 20px;
}
#main {
	/*height:auto !important;
	height:100%;
	min-height:100%;*/
	width:965px;
	padding:0;
	border:none;
	margin-left:auto;
	margin-right:auto;
	margin-top: -17px;
	/*margin-bottom:-100px;*/
}
#flasmovie {
	height: 426px;
	width: 957px;
	margin-left:auto;
	margin-right:auto;
}

#footer {
	width: 908px;
	height:19px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 12px;
}

body {
	color: #FFFFFF;
	background-image: url(../images/BgBar.png);
	background-repeat: repeat-x;
	background-position: top;
	margin:0;
	background-color: #5d9d84;
	/*height:100%;*/
}
#menu {
	float: left;
	width: 250px;
	margin-top: 50px;
}
#mapa {
	float: right;
	width: 687px;
}
