div#links {
	position: absolute; 
	top: 85px; 
	left: 100px; 
	width: 300px; 
	z-index: 100;
}
div#links a {
	display: block; 
	text-align: left; 
	font: bold 1em sans-serif; 
   	padding: 5px 10px;
	margin-bottom:20px;
	border-width: 0;
   	text-decoration: none; 
	color: #C2D6FA; 
	/*background: #0d2f6c;*/
   	border-left: 5px solid #C2D6FA;
}
div#links a:hover {
	color: #F17F43; 
	/*background: #0d2f6c;*/
   	border-left: 5px double white;
}
div#links a img {
	height: 0; 
	width: 0; 
	border-width: 0;
}
div#links a:hover img {
	position: absolute; 
	top: 0px; 
	left: 400px; 
	height: 125px; 
	width: 100px;
	padding:0px;
	border: 1px double #F17F43;
}
div#marca {
	position:absolute;
	left:400px;
	width:100px;
	bottom:10px;
	border-bottom: 1px solid #F17F43;
	border-right: 1px solid #F17F43;
	text-align:right;
	padding-right:5px;
}
div#marca a {
	font: bold 0.9em sans-serif;
	text-align: right;
	color: #C2D6FA;
	text-decoration:none;
}
div#marca a:hover {
	color: #F17F43;
	text-decoration:underline;
}
div#content h4 {
	margin-top:25px;
	color:#F17F43;
	margin-left:40px;
}

div#links2 {
	position: absolute; 
	top: 70px; 
	left: 100px; 
	width: 300px; 
	z-index: 100;
}
div#links2 a {
	display: block; 
	text-align: left; 
	font: bold 1em sans-serif; 
   	padding: 5px 10px;
	margin-bottom:10px;
	border-width: 0;
   	text-decoration: none; 
	color: #C2D6FA; 
	/*background: #0d2f6c;*/
   	border-left: 5px solid #C2D6FA;
}
div#links2 a:hover {
	color: #F17F43; 
	/*background: #0d2f6c;*/
   	border-left: 5px double white;
}
div#links2 a img {
	height: 0; 
	width: 0; 
	border-width: 0;
}
div#links2 a:hover img {
	position: absolute; 
	top: 0px; 
	left: 400px; 
	height: 125px; 
	width: 100px;
	padding:0px;
	border: 1px double #F17F43;
}
