@import "style.css";



.footer {
	font-weight: bold;
}

.content {
	width: 914px;
	background: #fff url(img/bgFull.jpg) no-repeat 0 0;
	padding: 20px 0 0 30px;
}

.content ul {
	display: block;
	overflow: hidden;
	font-weight: bold;
	padding-top: 15px;
}
.content ul a {
	color: #333;
}
.content ul li a {
	font-weight: bold;
	text-decoration: none;
}
.content ul li ul a {
	font-weight: normal;
	text-decoration: underline;
}
.content ul li {
	display: block;
	float: left;
	margin-bottom: 8px;
	width: 100%;
}

.content ul li.home {
	width: 170px;
}
.content ul li.quienes, .content ul li.areas {
	width: 189px;
}
.content ul li.informacion {
	width: 191px;
}
.content ul li.prensa {
	width: 160px;
}
.content ul li ul{
	font-weight: normal;
	padding-top: 10px;
}
.content ul li ul li ul {
	font-weight: normal;
	padding: 10px 0 8px 15px;
}