body {
	margin: 0px;
	font-family: "Trebuchet MS", "Eras Medium ITC";
	color: #006699;
	background-color: #0099CC;
	background-position: left top;
	background-image: url(Imagenes/9.jpg);
}
h1 {
	margin: 0px;
	text-indent: -9999px;
	font-size: 1px;
}
h2 {
	font-size: 16px;
	text-align: center;
	margin: 10px;
	padding: 10px;
}
h3 {
	font-size: 12px;
}
li {
	list-style-type: square;
	font-size: 12px;
	margin-right: 2px;
}
li a {
	text-decoration: none;
}

a:link {
	color: #006699;
}
a:visited {
	color: #0099CC;
}
a:hover {
	color: #009999;
}
a:active {
	color: #FAF49C;
}
p {
	font-size: 12px;
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
}
/*p:first-letter {
	font-size: 400%;
	margin: 5px;
}
*/
.TextoMORADO {
	color: #6600CC;
}
.TextoCENTRADO {
	text-align: center;
}
.TextoNegrita {
	font-weight: bold;
}
.TextoNegCent {
	font-weight: bold;
	text-align: center;
}
.textoBLANCO {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
#Contenido {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #99CCCC;
}
#Cabecera {
	height: 150px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
#SubCabecera {
	height: 50px;
}

#Menu {
	text-decoration: none;
	background-color: #006699;
	height: 30px;
	vertical-align: middle;
	text-indent: 120px;
}
#Menu a {
	text-decoration: none;
	margin: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	border-bottom-style: outset;
	border-right-style: outset;
	border-right-color: #0033FF;
	border-bottom-color: #0099FF;
}
#Cuerpo {
	background-color: #99CCCC;
	height: auto;
	background-image: url(Imagenes/bandera-chilena.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#CuerpoA {
	width: 200px;
	float: right;
}
#CuerpoB {
	float: left;
	width: 600px;
	background-color: #FFFFFF;
}
#CuerpoB1 {
	width: 400px;
	background-image: url(Imagenes/Insignia-8.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: auto;
	height: 630px;
	background-color: #FFFFFF;
	float: right;
}
#CuerpoB2 {
	float: left;
	width: 200px;
	height: auto;
	background-color: #99CCCC;
}
#Pie {
	text-align: center;
	background-color: #0099CC;
	clear: both;
}
.SubrayadoCentrNeg {
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
.TextoCENTRADOcursiva {
	font-style: italic;
	text-align: center;
}
.CentradoSubrayado {
	text-decoration: underline;
	text-align: center;
}

