@charset "utf-8";
/* CSS Document */
a{
 color:#FFFFFF;
 
}
/* Estructura general */
#contenedor{
	margin-top:15px;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	min-height:700px;
}
#encabezado{
	background:url(../imagenes/comun/bg-encabezado.png) no-repeat;
	width:1024px;
	height:175px;
}
#cuerpo{
	width:1024px;
	height:450px;
}
#pie{
	background:url(../imagenes/comun/bg-pie.png) no-repeat;
	width:1024px;
	height:143px;
}
/* Encabezados */
#mnugaleria{
	padding-top:70px;
	padding-left:50px;
	font-family:"Courier New", Courier, monospace;
}

#mnugaleria ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 22px;
	font-weight: bold;
	width: 50%;
	height: 30px;
	float: left;
}
#mnugaleria ul li{
	display:inline;
	margin-right:35px;
}
#mnugaleria a{
	text-decoration:none;
	color:#FFF;
}
#mnugaleria a:hover{
	color:#DC986B;
	text-decoration:none;
}
/* Clases de diferentes fondos para diferentes secciones*/
.index{
	background:url(../imagenes/comun/bg-cuerpo-index.png) no-repeat;
}
.galeria{
	background:url(../imagenes/comun/bg-cuerpo-galeria.png) no-repeat;
}

/* Estructura para visor de video */
#video{
	padding-top:85px;
	padding-left:40px;
}

/* Estructura para galeria de imagenes */
#selcorto{
	float:left;
	width:346px;
	height:450px;
	text-align:center;
}
#selcorto a{
	text-decoration:none;
}
#selcorto a.oro{
	display:block;
	width:346px;
	height:43px;
	background:url(../imagenes/comun/botones/btn-oro-del-rin.png) no-repeat top;
}
#selcorto a.oro:hover{
	background:url(../imagenes/comun/botones/btn-oro-del-rin.png) no-repeat bottom;
}
#selcorto a.valkiria{
	display:block;
	width:346px;
	height:56px;
	background:url(../imagenes/comun/botones/btn-la-valkiria.png) no-repeat top;
}
#selcorto a.valkiria:hover{
	background:url(../imagenes/comun/botones/btn-la-valkiria.png) no-repeat bottom;
}
#selcorto a.sigfrido{
	display:block;
	width:346px;
	height:59px;
	background:url(../imagenes/comun/botones/btn-sigfrido.png) no-repeat top;
}
#selcorto a.sigfrido:hover{
	background:url(../imagenes/comun/botones/btn-sigfrido.png) no-repeat bottom;
}
#selcorto a.ocaso1{
	display:block;
	width:346px;
	height:61px;
	background:url(../imagenes/comun/botones/btn-ocaso-1.png) no-repeat top;
}
#selcorto a.ocaso1:hover{
	background:url(../imagenes/comun/botones/btn-ocaso-1.png) no-repeat bottom;
}
#selcorto a.ocaso2{
	display:block;
	width:346px;
	height:55px;
	background:url(../imagenes/comun/botones/btn-ocaso-2.png) no-repeat top;
}
#selcorto a.ocaso2:hover{
	background:url(../imagenes/comun/botones/btn-ocaso-2.png) no-repeat bottom;
}
#selcorto a.detras{
	display:block;
	width:346px;
	height:57px;
	background:url(../imagenes/comun/botones/btn-camaras.png) no-repeat top;
}
#selcorto a.detras:hover{
	background:url(../imagenes/comun/botones/btn-camaras.png) no-repeat bottom;
}

#selcorto ul{
	margin-top:83px;
}
#selcorto a.oro:hover{
	background:url(../imagenes/comun/botones/btn-oro-del-rin.png) no-repeat bottom;
}
#imgcorto{
	float:right;
	width:674px;
	height:450px;
}
#imgcorto table{
	margin-top:95px;
	margin-left:110px;
}
#imgcorto td{
	padding:5px;
}
.logotipo{
	margin-left:400px;
}
.logotipo a{
	text-decoration:none;
	display:block;
	width:250px;
	height:100px;
	
}
.phantom{
	display:none;
}
.email{
	float:right;
	padding-right:20px;
	font-weight:bold;
	font-size:12px;
	width:300px;
}
.email a{
	text-decoration:none;
	
}

.facebook {
	float:right;
	padding-right:5px;
	font-weight:bold;
	font-size:12px;
	width:300px;
}
.facebook a{
	text-decoration:none;
	
}