/**  DIV contenedor que contiene el contenido de la web **/
#contenido{
	position:relative;
	margin-left:auto;
	margin-right:auto;

	margin-bottom:auto;
	width: 904px;
	height: 540px;
	background-image: URL('images/fondo_alrededores.jpg');
	
	padding-top: 30px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 30px;
}

/** DIV contenedor que contiene la informacion a mostrar sorteando el menu **/

#informacion{
	position: relative;
	margin-top: -340px;
	margin-left: 177px;
	height: 530px;
	width: 712px;
	padding-left: 15px;

}

#cont_alrededores{
	position: relative;

	width: 710px;
	height: 490px;
	text-align: left;
	
}

#foto{
	position: relative;
	background-color: white;
	width: 710px; 
	height: 453px;
}

#sitios{
	position: relative;
	background-color: white;
	height: 455px;
	width: 265px;
	margin-left: 449px;
	margin-top: -455px;
}

#alrededor{
	position: relative;
	margin-left: 20px;
	height: 240px;
	padding-top: 190px;
}

#alrededor ul{
	list-style-type: square;
	margin: 10px 0px 0px 15px;
	padding: 0px;
}

#alrededor ul a{
	text-decoration:none;
	color: black;
}

#alrededor ul a:hover{
	text-decoration:none;
	color: #999999;
}

#flechita{
	position: relative;
	padding-left: 3px;
	top: 200px;

	width: 20px;
	height: 20px;
	padding-top: 5px;
	
}

#flechita img{
	cursor: pointer;
}

#pags{
	position: relative;
	padding-left: 10px;
	font-weight: bold;
}

#pags a{
	text-decoration: none;
	color: white;
	cursor: pointer;
}

#pags a:hover{
	text-decoration: none;
	color: #999999;
	cursor: pointer;
}

#pags #numeros{
	color: white;
	cursor: default;
	font-style: normal;
}
