body, html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-size: 101%;*/
	text-align: left;
	vertical-align: top;
	color: #ffffff;
	background-color: #666666;
}
.red {
	color: #ff0000;
	background-color: transparent;
}
.center {
	text-align: center;
	vertical-align: top;
}
.small {
	text-align: left;
	font-size: 0.8em;
	vertical-align: top;
}
em {
	font-weight: bold;
	font-style: normal;
}
a:link {
	color: #330033;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
a:focus {
	color: #ffffff;
	text-decoration: none;
}
a:active {
	color: silver;
	text-decoration: none;
}
a:not([href]) { 
	color : Black;
}
dt {
	font-weight: bold;
	color: #660000;
}
#HeaderLeft {
	float: left;
	padding: 0.9em;
	width: 34%;
	font-size: 1em;
	text-align: left;
	vertical-align: top;
	color: #000000;
	background-color: transparent;
	max-width: 40em;
	/*border: solid 1px #000000*/;
}
#HeaderLeft img {
	border: none;
}

#HeaderRight {
	float: left;
	padding: 0.9em;
	width: 35%;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	text-align: right;
	vertical-align: top;
	color: #666666;
	background-color: transparent;
	max-width: 100em;
	/*border: solid 1px #000000;*/
}
#Menu {
	clear: both;
	float: left;
	padding-left: 1em;
	padding-right: 0.5em;
	width: 13em;
	vertical-align: top;
	background-color: transparent;
	/*border: solid 1px #000000;*/
}
#MenuNavigation {
	font-weight: bold;
	font-style: normal;
	width: 13em;
	color: #ffffff;
	margin-bottom: 1em;
}
#MenuNavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#MenuNavigation ul li {
	margin: 0;
}
#MenuNavigation ul li a {
	display: block;
	background-color: transparent;
	text-decoration: none;
	width: 100%;
}
html>body #MenuNavigation ul li a {
	width: auto;
}
#MenuNavigation a:link {
	color: #ffffff;
}
#MenuNavigation a:visited {
	color: #ffffff;
}
#MenuNavigation a:hover {
	color: #ff0000;
}
#MenuNavigation a:focus {
	color: #ff0000;
}
#MenuNavigation a:active {
	color: #ff0000;
}
#Content {
	float: left;
	margin: 0;
	padding-left: 0.4em;
	padding-right: 0.9em;
	width: 80%;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	vertical-align: top;
	color: #ffffff;
	background-color: transparent;
	max-width: 60em;
	/*border: solid 1px #000000;*/
}
#Footer {
	float: left;
	padding-left: 1em;
	padding-bottom: 0.4em;
	padding-top: 0.4em;
	width: 99%;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	vertical-align: middle;
	color: #999999;
	background-color: #666666;
	/*border: solid 1px #000000;*/
}
#FooterLeft {
        float: left;
        padding-left: 1em;
        width: 34%;
        font-size: 1em;
        text-align: left;
        vertical-align: bottom;
        color: #999999;
        background-color: transparent;
        max-width: 40em;
        /*border: solid 1px #000000*/;
}
#FooterLeft img {
        border: none;
}

#FooterRight {
        float: left;
        padding: 0.9em;
        width: 35%;
        font-size: 1em;
        font-weight: bold;
        font-style: normal;
        text-align: right;
        vertical-align: bottom;
        color: #999999;
        background-color: transparent;
        max-width: 100em;
        /*border: solid 1px #000000;*/
}
#FooterRight img {
        border: none;
}



.ildefonso tr:first-child {
	background-color: #c5c5c5;
}

.ildefonso tr + tr {
	background-color: #e5e5e5;
}

.ildefonso tr + tr + tr {
	background-color: #f5f5f5;
}

.ildefonso tr + tr + tr + tr {
	background-color: #e5e5e5;
}

.ildefonso tr + tr + tr + tr + tr {
	background-color: #f5f5f5;
}

.ildefonso tr + tr + tr + tr + tr + tr {
	background-color: #e5e5e5;
}

