@charset "utf-8";


body{
	margin: 0 auto;
	width: 940px;
	font: 14px/22px Arial, Helvetica, sans-serif;
	background:url(images/fondo1000.jpg) no-repeat top center #271a11;
}

top{
	height:220px;
}

h1{
	font-size: 28px;
	line-height: 30px;
	padding: 10px 0;
}
	
h2{
	font-size: 23px;
	line-height: 25px;
	padding: 10px 0;
}

h3{
	font-size: 18px;
	line-height: 20px;
	padding: 11px 0;
}

p{
	padding-bottom: 22px;
}

.logo{
	position:relative;
	top:0;
	z-index: 1;
	width: 220px;
	height: 220px;
	box-shadow:0 3px 10px #000;
}
	
.nav {
    position: absolute;
	z-index:0;
    left: 0;
	top: 0;
    width: 100%;
	background:url(images/nav_back.png);
}

.nav ul {
    margin: 0 auto;
    width: 520px;
    list-style: none;
	position: relative;
	left: 212px;
}

.nav ul li {
     float: left;

}

.nav ul li a { 
    display: block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
    margin-right: 20px;
    width: 110px;
    font-size: 14px;
	line-height:50px;
    text-align: center;
    text-decoration:none;
	text-shadow: 1px 1px #000;
    color: #eee;
}

.nav ul li a:hover {
     color: #fff;
	 text-shadow:none;
}

.nav ul li.selected a {
     color:#fff;
}

.section{
	position: relative;
	top: -150px;
	float:right;
	height:150px;
	width: 500px;
	box-shadow:0 3px 10px #000;
}

iframe{
	position:relative;
	top:-130px;
	height:320px;

	}

footer{
	position:relative;
	top:12px;
	padding-top:10px;
	height: 200px;
	text-align:center;
	font-size: 10px;
	line-height:16px;
	background: url(images/footer.png)no-repeat top center;
	color:#eef;
}