#leftCol {
	float:left;
	width:20em;
}

.leftColInside {
	background:transparent url(../img/recursos/fondo_menu_izq.gif) no-repeat scroll left top;
	min-height:24em;
	width:19em;
}

.leftColInside ul {
	clear:both;
	list-style-type:none;
	margin:0.8em 0 0;
	padding:0;
}

.leftColInside ul li a {
	background:transparent url(../img/recursos/arrow_orange.gif) no-repeat scroll left center;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.2em;
	margin-left:1em;
	padding:0em 0.5em 0em 1em;
	text-decoration:none;
}

.leftColInside ul li .selected {
	color:#FF891E;
	font-weight:bold;
	margin-bottom:0;
}

.leftColInside ul li a:hover {
	text-decoration:underline;
}

.centerColInside p a:hover {
	text-decoration: underline;
}