
html,body {
	margin:0;
	padding:0;
	

	
}
body {
	height: 100%;
}


/********** Piezas principales *********/

div#container {
	width:900px;
	height: 100%;
	margin: 0 auto;
	padding: 0;

}

 
div#wrapper {
	width: 800px;
	padding: 0;
	margin: 0 auto;
	height: 100%;
}

div#up, div#down {
/*
	height: 30px;
	clear:left;
*/
	width:800px;

}
div#up {
	margin-top: 00px;
	height: 135px;
	height: 185px;
}
div#down {
	/*padding-top: 10px;*/
}

div#header {
	height: 100%;

}

div#uppermenu {
	position: relative;
	height: 35px;
	/*clear:left;*/
	width:100%;
}

div#footer {
	position: relative;	
	width: 800px;
	margin-bottom: 10px;
}



div#content {
	position: relative;
	margin: 0 auto;
	width:100%;
	/*
	border-left: 1px solid #009;
	border-right: 1px solid #009;
	*/
	/*height: 412px;*/
	padding: 20px 0 40px 0;
	z-index: 5;
	background-color: transparent;
}
div#inner-content {
	overflow: auto;

}

div#banner {
	position: relative;
	width: 800px;
	padding: 5px 0;
	text-align: center;
}


/******* piezas particulares *********/

#upperMenuUl {
	list-style:none;
	z-index:10;
	position:absolute;
	z-index:90;
	padding:0px 5px 0 0px;
	margin: 0;
}
#upperMenuUl li {
	float:left;
	text-align: center;
}

#uppermenu a{
	display: inline-block;
	margin: 0 5px;
	padding: 0 5px;
	height: 35px;
}

.left {
	float: left;
	padding-left: 25px;
	width: 380px;
	margin-top: 30px;
}
.right {
	float: right;
	padding-right:  25px;
	width: 350px;	
	margin-top: 30px;
}

.text {}
	.text p:first-child {
		margin-top: 0;
	}
	
.gallery {
	position: relative;
	height: 300px;
	width: 340px;
	z-index: 1;
}

#content dl {
	margin:	5px;
}
	#content dl dt {
		margin: 5px 0;
	}


/********** subpiezas **********/

.gallery .inner-gallery {
	float: left;
	width: 300px;
}

.gallery .prev, .gallery .prev a {
	float: left;
	width: 20px;
	height: 300px;	
	background-color: #ccc;
}

.gallery .next, .gallery .next a {
	float: right;
	width: 20px;
	height: 300px;
	background-color: #ccc;
}
.gallery .nav {
	clear: both;
	width: 340px;
	height: 30px;
	background-color: #ccc;
	text-align: center;
}
.gallery .nav #play , .gallery .nav #pause {
	width: 23px;
	height: 30px;
	display: block;
	padding: 0;
}
.gallery .nav #play {float: left; margin-left: 70px;}
.gallery .nav #pause {float: right; margin-right: 70px;}


.header-imgs {
	position: relative;
	text-align: center;
}
	.header-imgs img{
		margin: 0;
	}
	.header-imgs a{
		margin: 0;
	}


#header #title {
	margin: 0;
	padding: 0;

}
#header #title h1, #header #title h2 {
	text-align: center;
	margin-top: 5px;
	padding: 0;
}

#langnav {
	border: 0;
	position: absolute;
	right: 200px;
	top: 5px;
	margin: 0;
	height: 20px;
	z-index: 20;
}
#header div#langnav a {
	border: 0;
}
