@charset "UTF-8";
body {
	font: Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #101519;
}
.oneColFixCtr #container {
	width: 1180px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #101519;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #A37F3E;
}
.oneColFixCtr #justificacion {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #849372;
}
.oneColFixCtr #cronograma {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #625718;
}
.oneColFixCtr #memoria {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #285190;
}
.oneColFixCtr #pdf {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #5031AD;
}
.oneColFixCtr #participantes {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #903475;
}
.oneColFixCtr #volantes {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #267155;
}
.oneColFixCtr #noticias {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #962731;
}
.oneColFixCtr #apoyan {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #765523;
}
.oneColFixCtr #logos {
	padding: 0 20px;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	-webkit-box-shadow: 0px 0px #000000;
	box-shadow: 0px 0px #000000;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 250%;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
}
.titulologo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #8C8C8C;
}
.piedepagina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.oneColFixCtr #container #noticias table {
}
.oneColFixCtr #container #noticias table {
	color: #000000;
	-webkit-box-shadow: 0px 0px #000000;
	box-shadow: 0px 0px #000000;
}
