body {
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtr #container {
	width: 780px;  /* el uso de 20px menos que un ancho completo de 800px da cabida a los bordes del navegador y evita la aparición de una barra de desplazamiento horizontal */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: center; /* esto anula text-align: center en el elemento body. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* recuerde que el relleno es el espacio situado dentro del cuadro div y que el margen es el espacio situado fuera del cuadro div */
	text-align: left;
}
a:link {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #900;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
p {
	text-align: justify;
	font-size: 12px;
}
.centrados {
	text-align: center;
	font-size: 10px;
}
.oneColFixCtr #container #mainContent table tr td {
	text-align: right;
	font-size: 11px;
	color: #666;
}
h2 .oneColFixCtr {

}
.oneColFixCtr #container #mainContent h5 {
	text-align: right;
}
.imageleft {
	padding-right: 20px;
}
.imageright {
	padding-left: 7px;
}
.oneColFixCtr #container #mainContent table tr td h1 {
	text-align: left;
	font-size: 24px;
}
.oneColFixCtr #container #header table tr td h1 a {
	font-size: 24px;
}

.oneColFixCtr #container #mainContent table tr td h2 {
	font-size: 16px;
}
.oneColFixCtr #container #mainContent h4 {
	font-size: 36px;
	text-align: center;
}
.oneColFixCtr #container #mainContent .imageright tr .imageright {
	font-size: 11px;
	color: #666;
	vertical-align: top;
}
.oneColFixCtr #container #mainContent .imageright tr .imageright h5 {
	font-size: 8px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	vertical-align: top;
}
