@charset "utf-8";
/* CSS Document */

#box-destinos {
	width:215px;
	border:1px solid #F90;
	border:solid 1px #1fbbea;
	background-color:#FDEDC7;
	margin-top:10px;
}

#box-destinos .titulo {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px; color:#FFF; font-weight:bold;
	background:url(../i/fons-menu-lo.gif) center top;
	padding:6 0 7 6;
	display:block;
}

#box-destinos .contenido {
	margin:10px; width:100%;
}

#box-destinos ul, #box-destinos li {
	list-style:none;
	padding:0px; margin:0px;
	margin-right:10px;
}
#box-destinos li {
	padding:4px;
	border-bottom:1px dashed #F93;
}

#box-destinos a {
	font-size:12px;
	text-decoration:none;
	color:#069;
}
#box-destinos a:hover {
	color:#F93;
}
