body {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	leftmargin: "0";
	topmargin: "0";
	marginwidth: "0";
	marginheight: "0";
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	margin: 10px;
	background-repeat: repeat-y;
}

body.frames {
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	leftmargin: "0";
	topmargin: "0";
	marginwidth: "0";
	marginheight: "0";
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	margin: 0px;
	background-repeat: repeat-y;
}

td {
	font-size: 12px;
	vertical-align: top;
	background-color: #FFFFFF;
	border: 1px solid #1B64C0;
	padding: 2px;
}

td.clean {
	vertical-align: top;
	background-color: #FFFFFF;
	border: 0px solid #FFFFFF;
	padding: 0px;
}

td.news {
	vertical-align: top;
	background-color: #FFFFFF;
	border: 1px solid #3366CC;
	padding: 3px;
	margin: 0px;

}

td.MensajeClean {
	vertical-align: middle;
	background-color: #FFFFFF;
	border: 0px solid #FFFFFF;
	padding: 0px;
	text-align: center;
}

td.MensajeCleanUbicaciones {
	vertical-align: middle;
	background-color: #FFFFFF;
	border: 0px solid #FFFFFF;
	padding: 0px;
	text-align: left;
}

th {
	font-size: 12px;
	font-weight: bold;
	background-color: #1B64C0;
	color: #FFFFFF;
}

th.title {
	font-size: 16px;
	font-weight: bold;
	#background-color: #1B64C0;
	background-color: #99CCFF;
	color: #FFFFFF;
}

th.news {
	font-size: 16px;
	font-weight: bold;
	#background-color: #1B64C0;
	background-color: #FF9900;
	color: #FFFFFF;
}

p {
	text-align: justify;
}

span.quote {
	font-size: 11px;
	color: #99FF00;
	font-weight: bold;
}

span.question {
	font-size: 11px;
	color: #FFCC00;
	font-weight: bold;
}

td.form {
	font-size: 12px;
	font-weight: bold;
}

.box {
	background: #E4F1A9;
	color: #000000;
	font-weight: normal;
	font-size : x-small;
}

.box_dark {
	background: #3A6226;
	color: #BDD194;
	font-weight: bold;
	font-size : x-small;
}

span.news_header {
	font-size: 11px;
	color: #FFCC00;
	font-weight: bold;
}

h1 {
	font-size: 20px;
	color: #021F83;
	text-align: center;
	background-position: left;
}

h2 {
	font-size: 18px;
	color: #021F83;
	text-align: left;
	background-position: left;
}

h3 {
	font-size: 16px;
	color: #021F83;
	text-align: left;
	background-position: left;
}

ul{
	list-style-type: decimal;
	list-style-position: outside;
	text-align: justify;
}

ol.numeric {
	list-style-type: decimal;
	list-style-position: outside;
	text-align: justify;

}

ol.alpha {
	list-style-type: lower-alpha;
	list-style-position: outside;
	text-align: justify;

}

ol.button {
	list-style-type: disc;
	list-style-position: outside;
	text-align: left;

}

