@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../new_images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.container {
	width: 879px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	height: 86px;
	width: 878px;
}
.menu  {
	width: 172px;
	height: 408px;
	background-image: url(../new_images/menu.png);
	margin: 0px;
	float: left;
}
.main   {
	height: 408px;
	width: 707px;
	background-image: url(../new_images/main.png);
	margin: 0px;
	float: left;
}
.footer {
	height: 44px;
	width: 878px;
	background-image: url(../new_images/footer.png);
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	font-size: 12px;
	padding-top: 6px;
	text-align: center;
}
.footer a {
	color: #FFF;
}

.navbar {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 24px;
}
#iframe {
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nacionales {
	display: none;
	padding-left: 23px;
}
#importados {
	display: none;
	padding-left: 23px;
}
.navbar img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 4px;
}
