@charset "utf-8";
body {
	background-color: #DCAE63;
	font-family: Arial, Helvetica, sans-serif;
}
#contenedor {
	width: auto;
	margin: auto;
	background-color: #000000;
	border: thin solid #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
	height: 1200px;
}

#cabecera {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000066;
	text-align: center;
	background-repeat: no-repeat;
	letter-spacing: normal;
	word-spacing: normal;
	width: auto;
	clip: rect(auto,auto,auto,auto);
	margin-top: auto;
	margin-right: 15%;
	margin-left: 15%;
	vertical-align: middle;
	float: none;
	height: 150px;
}

#menu {
	width: 25%;
	float: left;
	background-color: #99FFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	overflow: auto;
	height: 900px;
}
#cuerpo {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	letter-spacing: normal;
	text-align: justify;
	vertical-align: middle;
	word-spacing: normal;
	float: none;
	background-color: #FF66CC;
	font-size: 16px;
	left: auto;
	right: auto;
	white-space: normal;
	text-indent: 20px;
	margin-left: auto;
	height: 900px;
	width: auto;
}

.enlaces {
	font-weight: bold;
	color: #006600;
}
.pie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #993300;
	background-color: #CCCCCC;
	text-align: center;
	float: none;
}


.Imagenizquierda {
	float: left;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
}
#INDEX {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #999999;
	font-weight: 600;
	text-align: center;
	float: none;
	height: auto;
	left: 12%;
	right: 12%;
	width: 75%;
	position: relative;
	visibility: inherit;
	z-index: auto;
}
.TITULOINDEX {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: 700;
	color: #FF0000;
	text-align: center;
	word-spacing: 4em;
}
#menu2 {
	float: right;
	width: 25%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #99CC00;
	height: 900px;
}


.Imagenderecha {
	float: right;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	
}

.explicaciones {
	font-style: italic;
	color: #CCCC00;
	text-indent: 20px;
}
.cabecera2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF0000;
	background-position: center center;
	text-align: center;
}

