.oneColFixCtrHdr #container {
	width: 1060px; /* the auto margins (in conjunction with a width) center the page */
	border: medium solid #9900CC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #EAEAEA;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #000000;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
#LatIzq {
	float: left;
	width: 175px;
	background-color: #1E1E1E;
	padding: 5px;
}
#LatDer {
	float: right;
	width: 175px;
	background-color: #930000;
	padding: 5px;
}
#ColumCentral {
	margin-right: 192px;
	margin-left: 192px;
	background-color: #000000;
	padding: 8px;
}
#ColumCentralSinLatDer {
	margin-right: 0px;
	margin-left: 195px;
	background-color: #333333;
	padding: 8px;
}
#ColumnCentralSinLat {
	background-color: #444444;
	width: 940px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#ColumnCentralConLatIzq {
	background-color: #444444;
	margin-left: 195px;
	margin-bottom: 10px;
	width: 775px;
}
#DivBarraNavMasterTemp {
	font-size: 9px;
	text-align: center;
	margin-left: 30px;
	font-weight: bold;
}
.tablaAgendaEventos {
	font-family: "Century Gothic", Cambria, Verdana;
	font-size: 10px;
	font-weight: bold;
}
