#Top {
	height: 600px;
	width: 920px;
	background-color:#FFFFFF;
	top: 9px;
	left: 161px;
	position: absolute;
	border: #CCC solid 1px;
}
.back {
	background-image: url(../images/index_01.jpg);
	background-repeat: repeat;
}
#menu {
	height: 50px;
	width: 920px;
	position: absolute;
	left: 161px;
	top: 84px;
	border-left: #CCC solid 1px;
	border-right: #CCC solid 1px;
}
#principal {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	height: 24px;
	width: 670px;
	position:absolute;
	left: 210px;
	top: 102px;
	color: #FFF;
}
#inicial {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	height: 20px;
	width: 125px;
	position:absolute;
	left: 926px;
	top: 102px;
	color: #FFF;
}
#sub {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	top: 150px;
	left: 393px;
	position: absolute;
	width: 120x;
	height: 24px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#fondo {
	background-color:#FFFFFF;
	height: 479px;
	width: 920px;
	position: absolute;
	left: 161px;
	top: 135px;
	border-left: #CCC solid 1px;
	border-right: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
}
#down {
	height: 53px;
	width: 920px;
	position: absolute;
	top: 714px;
	left: 200px;
	border-left: #CCC solid 1px; border-right: #CCC solid 1px; border-bottom: #CCC solid 1px;
}
/*seccion de links personalizados*/
a.nav:link {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration:none;
}
a.nav:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	text-decoration:none;
}
a.nav:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration:underline;
}
a.nav:active {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
a.ext:link {
	font-family: Verdana, Geneva, sans-serif;
	color: #036;
	text-decoration:none;
}
a.ext:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #06C;
	text-decoration:none;
}
a.ext:hover {
	font-family: Verdana, Geneva, sans-serif;
	color:#000;
	text-decoration:underline;
}
a.ext:active {
	font-family: Verdana, Geneva, sans-serif;
	color:#000;
	text-decoration:none;
}
