@charset "utf-8";
/* CSS Document */

a{
	text-decoration: none;
	color: inherit;
}

#cabecera{
	width: 100%;
	text-align: center;
	border-bottom: solid #707070 2px;
}
#titulo{
	font-family: 'didoni';
	font-size: 50px;
	letter-spacing: -3px;
	line-height: 100px;
	height: 100px;
	width: 450px;
	color:#707070;
	margin: auto;
	/*text-shadow: 10px 10px 10px black;*/
	/*border: solid red thin;*/
}

#menu{
	font-family: 'avenir';
	color:#707070;
	/*border: solid black thin;*/
	padding: 0px;
	margin: auto;
	width: 970px;
}

#menu li{
	min-width: 140px;
	display: inline-block;
	text-decoration: none;
	padding: 2px;
	height: 20px;
	line-height: 20px;
	transition-duration: 0.4s;
	/*border: solid red thin;*/
}

#menu li:hover{
	color: white;
	background-color: #707070;
	cursor: pointer;
	transition-duration: 0.4s;
}

#menu li.actual{
	color: white;
	background-color: #707070;
}

#informacion{
	margin:auto;
	width: 960px;
	text-align: center;
	min-height: 700px
}

#pie{
	color: black;
	width: 99%;
	padding-top: 15px;
	font-family: "avenir";
	height: 50px;
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
	bottom: 0px;
}
