body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006633;
	background-color: #006633;
	background-position: left top;
	background-image: url(Imagenes/8.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: #3366FF;
}
a:visited {
	color: #3399FF;
}
a:hover {
	color: #6600FF;
}
a:active {
	color: #FF6600;
}
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: #99CC99;
}
#Cabecera {
	height: 150px;
}
#SubCabecera {
	height: 50px;
}

#Menu {
	text-align: right;
	text-decoration: none;
	background-color: #009966;
	height: 30px;
	vertical-align: middle;
}
#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: #99CC99;
	height: auto;
}
#CuerpoA {
	float: left;
	width: 200px;
}
#CuerpoB {
	float: right;
	width: 600px;
	background-color: #FFFFFF;
}
#CuerpoB1 {
	float: left;
	width: 400px;
	background-image: url(Imagenes/Insignia-8.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: auto;
	height: 630px;
	background-color: #FFFFFF;
}
#CuerpoB2 {
	float: right;
	width: 200px;
	height: auto;
	background-color: #99CC99;
}
#Pie {
	text-align: center;
	background-color: #CC9933;
	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;
}
