/* CSS Document */

*{  
   margin:0;  
   padding:0;
   outline:none;  
 }
body {
	background: url(../imagenes/fondo.jpg) repeat-x fixed;
	height:600px;
	margin:0px;
	padding:0px;
	width:auto;
}

#contenedor {
	height:900px;
	margin:0 auto;
	width:850px;
	}


#libro {
	background:url(../imagenes/tapa.png) no-repeat center;
	float:left;
	height:900px;
	margin:0 auto;
	position:relative;
	width:620px;
	z-index:50;
}

#eslogan{
	margin:350px 0 0 100px;
}

h1 {
	display:none;
}

a{
	display:block;
	height:68px;
	outline: none;
	width:220px;
}



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


#menu_derecho {
	float:left;
	margin:20px 0 0 -115px;
	position:relative;
	z-index:1;	
}

#menu_derecho li {
	list-style:none;
	text-indent:-3000px;
}

#menu_derecho li a{
	height:68px;
	width:240px;
}

#menu_derecho li:hover {
	margin-left: 100px;
}

a#historica {
	background:url(../imagenes/menu_histo_index.png) no-repeat;	
}

a#alternativa {
	background:url(../imagenes/menu_alterna_index.png) no-repeat;
}

a#fantasia {
	background:url(../imagenes/menu_fantasia_index.png) no-repeat;

}

a#complementos {
	background:url(../imagenes/menu_comple_index.png) no-repeat;

}

a#bordados {
	background:url(../imagenes/menu_bordados_index.png) no-repeat;
}

a#encargos {
	background:url(../imagenes/menu_encargos_index.png) no-repeat;
}

a#alraune {
	background:url(../imagenes/menu_alraune_index.png) no-repeat;
}
/*----------------------PIE-----------------------------------------*/

#pie {
	clear:both;
	margin:300px 0 0 165px;
	width:auto;
}

#pie li{
	display:inline;
	float:left;
	list-style:none;
	padding:20px 0 0 30px;
	text-indent:-5000px;
	z-index:10;
}

#pie a{
	height:30px;
	text-decoration:none;
	width:30px;
}


a#facebook {
	background:url(../imagenes/fb0.png) no-repeat;	
}

#pie a#facebook:hover {
	background:url(../imagenes/fb.png) no-repeat;
}
a#blog {
	background:url(../imagenes/blog0.png) no-repeat;
}
#pie a#blog:hover{
	background:url(../imagenes/blog.png) no-repeat;
}

a#aviso{
	background:url(../imagenes/aviso0.png) no-repeat;
	height:40px;
	width:45px;
}

#pie a#aviso:hover{
	background:url(../imagenes/aviso.png) no-repeat;	
}

a#lhr{
	background:url(../imagenes/LHR.png) no-repeat;
	height:45px;
	width:55px;	
}

#pie a#lhr:hover {
	background:url(../imagenes/LHR0.png) no-repeat;
}
	
#disclaimer {
	clear:both;
	margin-left:50px;
	width:500px;
}

ul#disclaimer li {
	color: #000000;
	font-size:0.7em;
	list-style:none;
	text-align:center;	
}

.enlace{
	color: #333333;
	display:inline;
}


