body	{background-color:white;
					}
			
			#contenedor	{	position:absolute;
							top:0px;
							left:0px;
							margin-top:-10px;
							width:1366px;
							height:630px;
							background-color:white;
							}
					

			#foto	{	width:540px;
						height:653px;
						}
						
						
			#autografo	{	position:absolute;
							top:550px;
							left:1100px;
							width:240px;
							height:100px;
							}
						
						
			#letrero	{	position:absolute;
							top:50px;
							left:600px;
							width:500px;
							height:500px;
							text-align:center;
							color:#353535;
							font-size:120px;
							font-family:"Freestyle Script", "Kunstler Script", "Edwardian Script ITC";
							}
							
							
			#entrar	{	position:absolute;
						top:450px;
						left:600px;
						width:500px;
						text-align:center;
						}
						
						
			#menu	{	width:600px;
						height:80px;
						list-style:none;
						}
				

			#menu li	{	float:left;
							background-color:#dcdcdc;
							margin:3px;
							}
					
					
		#menu li a	{	width:100px;
						height:26px;
						padding-top:4px;
						color:#000000;		
						display:block;
						text-align:center;
						text-decoration:none;
						}
		
		
		#menu li a:hover{	background-color:#cacaca;
							height:24px;
							padding-top:2px;
							color:#000000;
							border-top:2px solid orange;
							border-bottom:2px solid orange;	
						}

		
		#boton		{	position:absolute;
						top:450px;
						left:720px;
						width:200px;
						height:120px;}