body {
	font-family: "Trebuchet MS", Arial, Geneva;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	background-color: #FFFFFF;
}
#top {
	border: 1px solid #999999;
	position: absolute;
	width: 100%;
	height: 50px;
	z-index: 1;
	left: 0px;
}
#top_izq {
	background-color: #99CC00;
	position: absolute;
	height: 125px;
	width: 360px;
	left: 0px;
	top: 50px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	visibility: visible;
	z-index: 3;
}
#top_der {
	background-color: #1C4684;
	position: absolute;
	height: 125px;
	left: 0px;
	top: 50px;
	right: 0px;
	width: 100%;
	visibility: visible;
	z-index: 2;
}
#contenido {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 175px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	z-index: 5;
	visibility: visible;
}
#botonera {
	position: absolute;
	height: 20px;
	width: 600px;
	top: 30px;
	right: 5px;
}
#botonera a {
	color: #666666;
	text-decoration: none;
	letter-spacing: 1px;
}
#top_der p {
	color: #FFFFFF;
	margin-right: 20px;
	margin-left: 400px;
	font-size: 90%;
}
#izq {
	position: absolute;
	height: 100%;
	width: 360px;
	left: 0px;
	top: 175px;
	background-color: #1C4684;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	z-index: 6;
	visibility: visible;
	color: #FFFFFF;
}
#contenido p {
	margin-left: 400px;
	margin-right: 10px;
}
#contenido h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 400px;
	font-size: 140%;
	color: #1C4684;
}
#contenido h2 {
	margin-left: 400px;
}
#top_der h1 {
	font-size: 150%;
	color: #FFFFFF;
	margin-left: 400px;
	margin-right: 10px;
}
#contenido ul li {
	margin-left: 400px;
}
#izq p {
	margin: 5px 10px;
	color: #FFFFFF;
}
#izq h2 {
	font-size: 140%;
	margin-left: 10px;
	color: #FFFFFF;
}
#izq ul li {
	color: #FFFFFF;
}
.titulo {
	font-size: 110%;
	color: #1C4684;
}
#contenido table {
	margin-left: 400px;
	margin-right: 10px;
	border: 1px solid #1C4684;
}
#izq h3 {
	font-size: 120%;
	color: #FFFFFF;
	margin-left: 10px;
}
#botonera a:hover {
	color: #1C4684;
	text-decoration: none;
	letter-spacing: 1px;
}
#contenido a {
	color: #FF6600;
	text-decoration: none;
}
#izq a {
	color: #FF9900;
	text-decoration: none;
}

