*{
	padding: 0;
	margin: 0;
}
body{
	background-color: #0E4A3F;
}
iframe{
	overflow: hidden;
	width: 100%; 
}
#main{
	width: 928px;
	padding: 0 0 5px 0;
	margin: 0 auto;
	background-color: #fff;
	border: 3px solid #0D443A;
	border-top: 0;
}
#header{
	background-position: 0 32px;
	background-repeat: no-repeat;
	height: 210px;
	position: relative;
}
#logo{
	position: absolute;
	left: 22px;
	border: 0;
	
}
#nav-bar{
	padding: 0;
	background: #F57D26 url(images/bg-nav.gif) no-repeat;
	height: 32px;
}
#nav-bar ul{
	position: absolute;
	height: 30px;
	left: 180px;
	top: 0px;
	list-style: none;
}
#nav-bar li{
	float: left;
	color: #FFF;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
#nav-bar li a{
	float: left;
	height: 12px;
	margin: 0 2px;
	padding: 8px 7px;
	color: #FFF;
	text-decoration: none;
	display: block;
}
#nav-bar li a:hover{
	color: #FFF;
	background-color: #F16820;
	text-decoration: none;
}
#nav-bar2{
	background: url(images/bg-nav-bar2.gif) no-repeat;
	width: 914px;
	height: 23px;
	padding: 5px 0 0 0;
	position: absolute;
	top:182px;
	left: 7px;
}
#nav-bar2 ul{
	float: right;
	margin: 0 10px 0 0;
}
#nav-bar2 h1{
	float: left;
	margin: 0 0 0 10px;
	color: #B2B2B2;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
	padding: 2px 0 0 0;
	letter-spacing: 0;
}
.fecha-header{
	color: #BFD630;
}
#nav-bar2 li{
	float: left;
	list-style: none;
	line-height: 15px;
	margin: 0 2px;
	padding: 0 5px;
	font-size: 11px;
}
#nav-bar2 li a{
	color: #B2B2B2;
	text-decoration: none;
}
#footer{
	background: url(images/bg-footer.gif) no-repeat;
	height: 70px;
	margin: 0 6px;
	clear: both;
	padding: 48px 0 0 10px;
}
#footer p{
	font-size: 11px;
	margin: 0 0 5px 0;
	line-height: 12px;
}
#footer p a{
	margin: 0 3px;
	text-decoration: none;
}
.footer-gris, .footer-gris a{
	color: #B2B2B2;
}
.footer-white, .footer-white a{
	color: #fff;
}

