body{
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	background: #C79F59 url("images/bodybg.jpg") repeat-x;
	margin: 0;
	padding: 0 0 20px;
	color: #000;
}

a{
	text-decoration: none;
	color: #649328;
}

a:hover{
	text-decoration: underline;
	color: #4b6e1e;
}

a:visited{
	color: #649328;
}

a:active{
	color: #649328;
}

/*-------------- HEADER --------------*/

#header{
	margin: 0 auto;
	width: 802px;
	max-height: 210px;
	overflow: hidden;
	padding: 0;
}

#header *{
	border: 0;
}

/*-------------- MENU --------------*/

#menu{
	background: #b35c15 url("images/menubg.jpg");
	width: 720px;
	height: 56px;
	margin: 0 auto;
	padding: 0 30px;
	line-height: 56px;
	font-size: 18px;
	text-align: center;
	
	
}

#menu *{
	position: relative;
}

#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 5%;
	
}

#menu ul li{
	display: block;
	float: left;
	margin-left: auto;
}

#menu a{
	text-decoration: none;
	color: #9e1805;
	margin: 0 12px;
}

#menu a:hover{
	text-decoration: none;
	color: #fff;
}





#menu a:active{
	color: #9e1805;
}

#menu li ul {
	display: none;
}

#menu li:hover ul , #menu li.over ul {
	display: block;
	width: 110px;
	top: 45px;
	left: -19px;
	padding: 10px 0 0;
	margin: 0 auto;
	color: #fff;
	background: #9e1805 url("images/over-bg-top.png") top left no-repeat;
	position: absolute;
	z-index: 100;
}

#menu li ul .ultimo{
	height: 10px;
	width: 110px;
	overflow: hidden;
	text-indent: 110px;
	background: #9e1805 url("images/over-bg-bottom.png") top left no-repeat;
}

#menu li ul a{
	color: #fff;
	display: block;
	width: 110px;
	height: 24px;
	line-height: 24px;
	clear: both;
	margin: 0 auto;
	text-align: center !important;
	background: none;
	font-size: 14px;
}

#menu li ul a:hover{
	clear: both;
	text-align: center !important;
	background: #fff url("images/over-bg.png");
	text-decoration: none;
	color: #460b02;
}

/*-------------- CUERPO --------------*/

#cuerpo{
	background: #fff url("images/cuerpobg.png");
	width: 720px;
	min-height: 100px;
	margin: 0 auto;
	padding: 30px;
}

#cuerpo h1{
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: normal;
	margin: 0 10px 15px;
	color: #7b5c23;
}

#cuerpo h2{
	background: #b35c15 url("images/h2-bg.jpg") no-repeat;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 25px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #9e1805;
	margin: 0 0 15px;
	padding: 0 0 0 20px;
	width: 692px;
	height: 25px;
	overflow: hidden;
	clear: both;
}

#cuerpo p{
	text-indent: 30px;
	padding: 0 10px 10px 5px;
}

#cuerpo img{
	border: 0;
}

#cuerpo #flash{
	display: block;
	overflow: hidden;
	width: 480px;
	height: 370px;
	background: #fff url("images/flash-bg.png") no-repeat;
	padding: 10px;
	float: left;
}

#cuerpo #flashcontent{
	display: block;
	overflow: hidden;
	width: 480px;
	height: 370px;
	background: #fff url("images/flash-bg.png") no-repeat;
	padding: 10px;
	float: left;
}
#cuerpo #videoinfo{
	display: block;
	overflow: hidden;
	width: 200px;
	height: 360px;
	background: #e5cea3 url("images/videoinfo-bg.png") no-repeat right top;
	color: #403113;
	float: left;
	padding: 10px;
}

#cuerpo #videoinfo h3{
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 26px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #fff;
}

#cuerpo .espacio{
	margin-right: 20px;
}

#cuerpo #principal{
	margin-bottom: 10px;
}

#cuerpo .derecha{
	float: right;
	margin: 0 10px 20px;
}

#cuerpo .izquierda{
	float: left;
	margin: 10px;
}

#cuerpo .spacer{
	clear: both;
}

/*-------------- FOOTER --------------*/

#footer{
	clear: both;
	background: #fff url("images/footerbg.png") no-repeat;
	color: #6f5018;
	display: block;
	width: 720px;
	height: 108px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 30px;
	text-align: center;
	
}