*{
	padding: 0px;
	margin-top: 0px;
}
body{
 background-image: url("fondo.jpg"); 
 background-position: center top;
 
 background-repeat: no-repeat;
 background-color: 	#1829E8;
}

#cabeza{
  	font-size: 25px;
	font-family: Helvetica;
	color: gold;
	margin: 20px 10px;
	text-align: center;
	
	
	width: 1250px;
	height: 150px;

	display: flex;
	
	
	
}

		nav ul{
			list-style-type: none;
			position: relative;
	 		font-family: Helvetica;
			width: 210px;
			height: 123px;
			top: 10px;
			}
		nav ul a {
			text-decoration: none;		
			width: 158px;
			border-collapse: collapse;
			top: 300px;
			bottom: 10px;
			display: block;
			border: black solid 1px;
			
			text-align: center;
			padding: 25px 25px 70px 25px ;
			color: white;
			font-weight: bold;
			}
			nav ul a:hover
			{
			
			background-color: blue;
			opacity: 0.2;
			}
					
						#presentacion{
							background-image: url("entrada.jpg"); 
							
							width: 210px;
							height: 112px; 
						}
						
						#contorna{
							background-image: url("pasillo.jpg"); 
							width: 210px;
							height: 112px; 
						}
						#cuartos{
							background-image: url("habitacion.jpg"); 
							width: 210px;
							height: 112px; 
						}
		
#contido{
  		font-family: Helvetica;
		background-color: #6E29E8;
		text-align: center;
		width: 650px;
		height: 600px;
		position: absolute;
		top: 200px;
		left: 350px;
		
}

#intro{
		text-align: center;
  		font-family: Helvetica;
		background-color: #6E29E8;
		color: gold;
		width: 250px;
		height: 500px;
		position: absolute;
		top: 200px;
		right: 10px;
		border: black solid 1px;
}

		