body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-attachment: fixed;
	background-color: #B3CFDF;
	background-image: url(../imagenes/Fondo.jpg);
	background-repeat: repeat-x;
}
#TablaBody {
	background-attachment: fixed;
	background-image: url(../imagenes/Fondo.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #B3CFDF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: justify; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.MenuSup {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	color: #FFFFFF;
	text-decoration: none;
}
.Pie {
	font-size: 10px;
	vertical-align: middle;
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #426497;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#TablaContenidos {
	margin: 20px;
	padding: 4px;
	font-size: 12px;
	line-height: 1.3em;
	text-align: justify;
	color: #000000;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #426497;
	text-decoration: underline;
	line-height: 1.4em;
	text-align: center;
	margin-top: 30px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}

#Imagenderecha {
	text-align: center;
	margin: 4px;
}

