#logo {
	width: 950px;
	height: 200px;
	margin: 0;
	background-image: url(imagenes/nombre.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#encabezado {
	width: 950px;
	height: 200px;
	margin: 0;
	background-image: url(imagenes/nombre.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu {
	width: 900px;
	height: 50px;
	font-family: harrington;
	list-style-type: none;
	text-align: center;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 12px;
	color: #666;
	width: 100px;
	margin: 5px;
}

#menu a:hover {
	color: #960;
	text-decoration: underline;
	text-transform: uppercase;
}

#menu .current_page_item a {
	color: #009;
	text-decoration: underline;
	font-family: Harrington;
	font-weight: bold;
	text-transform: uppercase;
}
.titulo {
	font-size: 50px;
	font-weight: bolder;
	text-align: center;
	font-family: Harrington;
	color: #333;
	width: 950px;
}
.nota_titulo {
	font-size: 16px;
	font-family: Harrington;
	color: #666;
	text-align: center;
	width: 950px;
}

.contenido {
	font-family: "Apple Chancery";
	font-size: 20px;
	margin-top: 20px;
	padding-top: 20px;
	text-align: justify;
	width: 950px;
	color: #666;
	font-weight: lighter;
	line-height: 50px;
}

.contenido a {
	display: inline;
	height: 30px;
	font-size: 18px;
	color: #630;
	width: 100px;
	margin: 5px;
}

.contenido a:hover {
	color: #993;
	text-decoration: underline;
	font-size: 18px;
}



.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	line-height: 0px;
	width: 950px;
}

.menu_instalaciones {
	width: 950px;
	height: 50px;
	font-family: harrington;
	list-style-type: decimal;
	text-align: center;
}

#menu_instalaciones ul {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-family: harrington;
	display: list-item;
	list-style-image: none;
	list-style-type: circle;
}
