@charset "utf-8";
body {
	background-color: #5d420c;
	margin: 0px;
	padding: 0px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#prepagina {
	margin: 0px;
	background-color: #000000;	
}
#pagina {
	width:875px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 600px;
}
#pagina2 {
	width:875px;
	height: 600px;
	position:relative;
	top:-600px;
}
#contenido {
	float: left;
	height: 600px;
	width: 610px;
}
#logo {
	height: 115px;
	width: 610px;
}
#cuerpo {
	height: 485px;
	width: 610px;
}
#lateral {
	float: right;
	height: 600px;
	width: 265px;
	text-align: left;
}
#menu1 {
	width: 202px;
	height: 169px;
	margin-top: 10px;
	text-align:right;
}
#menu1 a{
	color:#fddd9d;
	text-decoration:none;
}
#menu1 a:hover{
	color:#ffffff;
	text-decoration:none;
}
#menu_slide {
	width: 150px;
	height: 403px;
	margin-top: 18px;
	margin-left: 52px
}
#imageSlideshowHolder{
	width: 875px;	/* IE 5.x */
	width/* */:/**/875px;	/* Other browsers */
	width: /**/875px;
	height: 600px;	/* IE 5.x */
	height/* */:/**/600px;	/* Other browsers */
	height: /**/600px;
	background-color:#000;
	position:relative;
}
.imageInGallery{		
	width:875px;
	height:600px;
	background-color:#000;
		
	left:0px;
	top:0px;
	position:absolute;	
}
#imageSlideshowHolder img{
	position:absolute;
}
#pie {
	margin: 0px;
	height: 226px;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 17px;
	font-size: 18px;
	color: #999999;
	text-align: center;
	position: absolute;
	top: 600px;
	width: 100%;
}
#pie a {
	color: #999999;
	text-decoration:underline;
}
#pie a:hover {
	color: #000000;
	text-decoration:underline;
}
