/* === www.acm.cl ===*/
Body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 220%;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #402D24;
	font-size: 180%;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #038133;
	font-size: 140%;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 5px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #643D2D;
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 5px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 100%;
	font-weight: normal;
}
form {
	padding: 0px;
	margin: 0px;
	color: #000000;
}
ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #005E28;
}
ol  li a {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #996600;
	list-style-type: decimal;
	font-weight: bold;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	list-style-type: disc;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
a {
	color: #005E28;
}
a:hover {
	color: #5B3C2D;
}
b {
	background-color: #CCFFCC;
	padding: 2px;
}
blockquote {
	text-align:justify;
	background-image: url(../images/blockquote_start.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
}
blockquote p {
	background-image: none;
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	font-size: 120%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-style: italic;
	color: #666666;
}
blockquote      p strong   {
	background-image: url(../images/blockquote_end.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 50px;
	float: right;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: -25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 150%;
	color: #666666;
	clear: right;
	position: relative;
	left: 40px;
}
td {
	color: #333;
}
img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
