/* LINKS DERECHA */
#header {
	background-image: url("../images/index/header.gif");
}

#right_bar {
	background-image: url("../images/miami/bg.jpg");
	background-repeat: repeat-y;
	background-position: left;
}

#blue_right {
	width: 172px;
	margin-top: 10px;
}

#blue_right a:link, #blue_right a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#blue_right a:hover{
	color:rgb(153, 153, 179);
}

#blue_right ul {
	cursor: pointer;
	list-style-type:none;
	padding-right: 12px;
}
#blue_right ul a:active{
	font-weight:bold;
}
#blue_right ul li img{
	padding-right: 5px;
}

#blue_right ul li {
	border-bottom: 1px solid rgb(103, 103, 141);
}

#blue_right li {
	_height: 18px;
	line-height: 18px;
}

#blue_right ul ul {
	margin-left: 25px;
}

.lightlist {
	background-color: rgb(54,63,122);
}

.lastli {
	border: 0px none !important;
}

/* FIN LINKS DERECHA */
