body {
	margin: 0px;
}
.TituloSeccion {
	font-family: Verdana;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #42A842;
	text-align: left;
	text-indent: 5px;
}
.TextoSeccion {
	font-family: verdana;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: left;
	vertical-align: text-top;
}

.TextoResalt {
	font-family: verdana;
	font-size: 11px;
	font-style: italic;
	color: #42A842;
	font-variant: normal;
	font-weight: bold;
}

.Texto {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

p {
	line-height: 15px;
}

a {
	font-family: verdana;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#WebPage .TextoSeccion ul {
	list-style-type: disc;
	list-style-image: none;
	list-style-position: outside;
	line-height: 15px;
	margin-left: 15px;
}

div.tableContainer {
	clear: both;
	border: 1px solid #963;
	height: 285px;
	overflow: auto;
	width: 575px
}
/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.tableContainer {
	overflow: hidden;
	width: 575px
}
/* define width of table. IE browsers only				 */
div.tableContainer table {
	float: left;
	width: 559px
}
/* define width of table. Add 16px to width for scrollbar.		   */
/* All other non-IE browsers.										*/
html>body div.tableContainer table {
	width: 575px
}
/* set table header to a fixed position. WinIE 6.x only									   */
/* In WinIE 6.x, any element with a position property set to relative and is a child of	   */
/* an element that has an overflow property set, the relative value translates into fixed.	*/
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
thead.fixedHeader tr {
	position: relative
}
/* set THEAD element to have block level attributes. All other non-IE browsers			*/
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
html>body thead.fixedHeader tr {
	display: block
}

/* make the TH elements pretty */
thead.fixedHeader th {
	background: #42A842;
	font-weight: normal;
	padding: 4px 3px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #003333;
	border-right-color: #003333;
	border-bottom-color: #003333;
	border-left-color: #003333;
	font-family: verdana;
	font-size: 11px;
}
/* define the table content to be scrollable											  */
/* set TBODY element to have block level attributes. All other non-IE browsers			*/
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto					 */
html>body tbody.scrollContent {
	display: block;
	height: 262px;
	overflow: auto;
	width: 100%
}
/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/							 */
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	background: #FFF;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #003333;
	border-top: 1px solid #003333;
	font-family: verdana;
	font-size: 11px;
	padding: 2px 3px 3px 4px
}
tbody.scrollContent tr.alternateRow td {
	background: #EEE;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #003333;
	border-top: 1px solid #003333;
	font-family: verdana;
	font-size: 11px;
	padding: 2px 3px 3px 4px
}
/* define width of TH elements: 1st, 2nd, and 3rd respectively.		  */
/* Add 16px to last TH for scrollbar padding. All other non-IE browsers. */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors		*/
html>body thead.fixedHeader th {
	width: 83px
}
html>body thead.fixedHeader th + th {
	width: 220px
}
html>body thead.fixedHeader th + th + th {
	width: 575px
}
/* define width of TD elements: 1st, 2nd, and 3rd respectively.		  */
/* All other non-IE browsers.											*/
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors		*/
html>body tbody.scrollContent td {
	width: 83px
}
html>body tbody.scrollContent td + td {
	width: 220px
}
html>body tbody.scrollContent td + td + td {
	width: 558px
}

.outer {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: #eee; PADDING-BOTTOM: 3em; MARGIN: 0px auto 3em; WIDTH: 54em; PADDING-TOP: 4em; POSITION: relative
}
.innera {
	BACKGROUND: #eee; OVERFLOW: auto; WIDTH: 54em; HEIGHT: 9.6em
}
.outer TABLE CAPTION {
	BORDER-RIGHT: #fff 0.1em solid; BORDER-TOP: #fff 0.1em solid; BACKGROUND: #697210; LEFT: 0px; BORDER-LEFT: #fff 0.1em solid; WIDTH: 51.7em; COLOR: #fff; BORDER-BOTTOM: #fff 0.1em solid; POSITION: absolute; TOP: 0px; HEIGHT: 1.5em; TEXT-ALIGN: center
}
.outer THEAD TR {
	LEFT: 0px; POSITION: absolute; TOP: 1.5em; HEIGHT: 1.5em
}
.outer TFOOT TD {
	BORDER-RIGHT: #000 0.1em solid; BORDER-TOP: #000 0.1em solid; BACKGROUND: #42A842; LEFT: 0px; BORDER-LEFT: #000 0.1em solid; WIDTH: 51.5em; COLOR: #000; BOTTOM: 0px; BORDER-BOTTOM: #000 0.1em solid; POSITION: absolute; TEXT-ALIGN: center
}
.outer TH {
	WIDTH: 10em; TEXT-ALIGN: left
}
.outer TD {
	WIDTH: 10em; TEXT-ALIGN: left
}
.outer TH {
	BACKGROUND: #724a10; COLOR: #fff
}
.outer .dk {
	BACKGROUND: #fff
}
.tableone {
	MARGIN: 0px; WIDTH: 556px; BORDER-COLLAPSE: collapse
}
.tabletwo {
	WIDTH: 556px;
	BORDER-COLLAPSE: collapse;
	color: #FFFFFF;
}
.th1 {
	width: 98px;
	font-family: verdana;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: left;
	vertical-align: text-top;

}
.th2 {
	width: 122px;
	font-family: verdana;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: left;
	vertical-align: text-top;

}
.th3 {
	width: 336px;
	font-family: verdana;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: left;
	vertical-align: text-top;
}
.td1 {
	width: 98px;
	font-family: verdana;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: left;
	vertical-align: text-top;
}
.td2 {
	width: 122px;
	font-family: verdana;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: left;
	vertical-align: text-top;
}
.td3 {
	width: 336px;
	font-family: verdana;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: left;
	vertical-align: text-top;
}
.tabletwo TD {
	font-family: verdana;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: left;
	vertical-align: text-top;
	BACKGROUND: #eee; COLOR: #000000;
}
.tabletwo TH {
	font-family: verdana;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: left;
	vertical-align: text-top;
	TEXT-ALIGN: left;
}
.tabletwo TR.dk TD {
	font-family: verdana;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: left;
	vertical-align: text-top;
	BACKGROUND: #ddd; COLOR: #000;
}

.tabletwo TR TD {
	font-family: verdana;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: left;
	vertical-align: text-top;
	COLOR: #000;
}

.innerb {	OVERFLOW: auto; HEIGHT: 10em
}
.tableone {
	BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BACKGROUND: #697210; BORDER-LEFT: #fff 1px solid; COLOR: #fff; BORDER-BOTTOM: #fff 1px solid
}
.tableone TD {
	BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BORDER-LEFT: #fff 1px solid; COLOR: #fff; BORDER-BOTTOM: #fff 1px solid
}
.tableone TBODY {
	BACKGROUND: #42A842; COLOR: #000
}
.tableone CAPTION {
	FONT-SIZE: 1.2em; BACKGROUND: #fff; MARGIN: 0px auto; COLOR: #697210
}
