body {
	top: 0;
	margin: 0;
	background: #f0f0f0;
}

h1 {
	color: #28166f;
	border-bottom-color: #daa4a2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: center;
}
ol {
	list-style-type: upper-roman;
}

.title {
	width: 798px;
	height: 165px;
	background: #ffffff;
	background-image: url(images/Banner.png);
	background-position:top center;
	background-repeat: no-repeat;
	margin-top: 10px;

	border-right-color: #28166f;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-color: #28166f;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #28166f;
	border-top-width: 1px;
	border-top-style: solid;
}

.menu {
	width: 798px;
	height: 30px;
	background-image: url(images/menuButtonBG.png);
	background-position: top left;
	background-repeat: repeat-x;
	color: #007dc0;
	font-family: Verdana, "MS Arial", sans-serif; 
	font-size: 13.5px;
	font-weight: bold;
	text-align: center;
	border-right-color: #28166f;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-color: #28166f;
	border-left-width: 1px;
	border-left-style: solid;
}

.menuButton {
	width: 133px;
	height: 30px;
	background-image: url(images/menuButtonBG.png);
	background-position: top left;
	background-repeat: repeat-x;
	float: left;
	padding-top: 5px;
}

.menuButtonCurrent {
	width: 133px;
	height: 30px;
	background-image: url(images/menuCurrentButtonBG.png);
	background-position: top left;
	background-repeat: repeat-x;
	float: left;
	padding-top: 5px;
}

.menuButtonExcel {
	width: 193px;
	height: 30px;
	background-image: url(images/menuButtonBG.png);
	background-position: top left;
	background-repeat: repeat-x;
	float: left;
	padding-top: 5px;
}

.menuButtonCurrentExcel {
	width: 193px;
	height: 30px;
	background-image: url(images/menuCurrentButtonBG.png);
	background-position: top left;
	background-repeat: repeat-x;
	float: left;
	padding-top: 5px;
}

.main {
	width: 798px;
	background: #ffffff;
	background-image: url(images/mainBackground.png);
	background-position: top right;
	background-repeat: repeat-y;

	border-right-color: #28166f;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-color: #28166f;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-color: #28166f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.submenu {
	width: 150px;
	float: right;

	margin: 0px;
	margin-top: 50px;
	margin-right: 0px;
	border-bottom-color: #daa4a2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-color: #daa4a2;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #daa4a2;
	border-top-width: 1px;
	border-top-style: solid;
}

.submenutitle {
	background-image: url(images/mainBackgroundTit.png);
	background-position: top right;
	background-repeat: repeat-y;
	font-family: Verdana, "MS Arial", sans-serif; 
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #28166f;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-color: #daa4a2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.submenutext {
	font-family: Verdana, "MS Arial", sans-serif; 
	font-size: 11px;
	text-align: left;
	color: #0076b8;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.rightnav {
	width: 140px;
	float: right;

	margin: 0px;
	margin-top: 50px;
	margin-right: 0px;
	font-family: Verdana, "MS Arial", sans-serif; 
	font-size: 11px;
	text-align: left;
	color: #404040;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
}

.mainText {
	width: 603px;
	margin: 0px;
	padding: 10px;
	padding-right: 20px;
	padding-left: 20px;

	color: #404040;
	font-family: Verdana, "Tahoma", sans-serif; 
	font-size: 11px;
	text-align: justify;
	border-right-color: #28166f;
	border-right-width: 1px;
	border-right-style: dashed;
}

.firmaexplicacion {
	font-size: 9.5px;
	margin-left: 20px;
}

.pctilogo {
	width: 150px;
	float: right;

	margin: 0px;
	text-align: left;
}

.footer {
	width: 798px;
	background: #e9edff;	
	/*background: #ededed;*/
	margin-top: 10px;
	margin-bottom: 10px;
	border-color: #28166f;
	border-width: 1px;
	border-style: solid;
}

.footercontent {
	width: 580px;
	color: #404040;
	font-family: Verdana, "MS Arial", sans-serif; 
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	padding: 10px;
}

.borde {
	width: 100%;
}

.imgcenter {
	text-align: center;
}

a {
	text-decoration: none;
}

a:link {
	color: #3751c0;
}
a:visited {
	color: #3751c0;
}

a:hover{
	color: #da251d;
	background: #f8f0f0;
}

.menuButton a:hover {
	color: #28166f;
	background: #d9e0ff;
}

.menuButtonCurrent a {
	color: #ffffff;
}
.menuButtonCurrent a:hover {
	color: #3751c0;
	background: #a1b3ff;
}
.menuButtonExcel a:hover {
	color: #28166f;
	background: #d9e0ff;
}

.menuButtonCurrentExcel a {
	color: #ffffff;
}
.menuButtonCurrentExcel a:hover {
	color: #3751c0;
	background: #a1b3ff;
}

.footer a {
	text-decoration: underline;
}
.footer a:hover {
	color: #da251d;
	background: #ededed;
}

img {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
}

.footer img {
	border: 0;
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.mainText img {
	margin-left: 10px;
	margin-right: 10px;
	border: 0;
}

.tdformat {
	width: 50%;
	margin: 10px;
	padding: 10px;
	vertical-align: top;
}