.si_a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.si_a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.si_a:hover {
	color: #228899;
	font-weight: bold;
	text-decoration: none;
}
.si_a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}


#whatIsThis {
	color:		#cccccc;
	font-family:verdana;
	font-size:	10;
	cursor:		pointer;
	position:	absolute;
	top:		560px;
	left:		50px
}
#infoRuta {
	width:			224px;
	cursor:			default;
	color:			#000000;
	font-family:	verdana;
	font-size:		10px;
	font-weight:	normal;
	text-align:		center;
	position:		absolute;
	bottom:			0px;
	left:			0px;
	visibility:		hidden;
	padding:		1em;
	background:		#56B5EC;
	border-right:	2px solid #444444;
	border-top:		2px solid #444444;
	border-bottom:	2px solid #444444;
	border-left:	2px solid #444444;
}

.cornerPic {
	position: absolute;
}
#corner_ul {
	top:	0px;
	left:	0px;
}
#corner_ur {
	top:	0px;
	right:	-1px;
}
#corner_ll {
	bottom:	-2px;
	left:	-1px;
}
#corner_lr {
	bottom:	-2px;
	right:	-1px;
}