#container {
	width: 792px;
	height: 456px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/frame.jpg);
}

.logo {
	width: 760px;
	height: 90px;
	margin-top: 16px;
	margin-left: 16px;
	position: absolute;
}

.menu {
	width: 760px;
	height: 25px;
	margin-top: 106px;
	margin-left: 16px;
	position: absolute;
}

.info {
	width: 776px;
	height: 264px;
	margin-top: 140px;
	margin-left: auto;
	position: absolute;
	overflow: auto;
}

.zocalo {
	width: 760px;
	height: 25px;
	font-size: 18px;
	margin-top: 412px;
	margin-left: 16px;
	position: absolute;
	text-align: center;
	color: #0064dc;
	font-weight: bold;
	font-style: italic;
}

.texto {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #666666;
}

.titulo {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #0064dc;
	font-weight: bold;
}