@charset "utf-8";
#container {
	background-color: #FFFFFF;
	padding: 0px;
	height: 800px;
	width: 550px;
	border: 0px;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
#container #apDiv1 {
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 800px;
	width: 17px;	
	z-index: 1;
}
#container #apDiv2 {
	background-color: #FFFFFF;
	position: absolute;
	left: 17px;
	top: 0px;
	height: 35px;
	width: 359px;	
	z-index: 2;
}
#container #apDiv3 {
	background-color: #000000;
	position: absolute;
	left: 17px;
	top: 35px;
	height: 10px;
	width: 359px;	
	z-index: 3;
}
#container #apDiv4 {
	background-color: #FFFFFF;
	position: absolute;
	left: 376px;
	top: 0px;
	height: 45px;
	width: 174px;	
	z-index: 4;
}
#container #apDiv5 {
	background-color: #FFFFFF;
	position: absolute;
	left: 17px;
	top: 45px;
	height: 6px;
	width: 533px;	
	z-index: 5;
}
#container #apDiv6 {
	background-color: #000000;
	position: absolute;
	left: 17px;
	top: 51px;
	height: 15px;
	width: 472px;	
	z-index: 6;
}
#container #apDiv7 {
	background-color: #FFFFFF;
	position: absolute;
	left: 17px;
	top: 66px;
	height: 249px;
	width: 472px;	
	z-index: 7;
}
#container #apDiv8 {
	background-color: #ba3907;
	position: absolute;
	left: 489px;
	top: 51px;
	height: 264px;
	width: 61px;	
	z-index: 8;
}
#container #apDiv9 {
	background-color: #FFFFFF;
	position: absolute;
	left: 17px;
	top: 315px;
	height: 485px;
	width: 276px;	
	z-index: 9;
}
#container #apDiv10 {
	background-color: #FFFFFF;
	position: absolute;
	left: 293px;
	top: 315px;
	height: 485px;
	width: 257px;	
	z-index: 10;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #f97116;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}.negrita {
	font-weight: bold;
}
