div.nicetitle {
/*	background: #003366 url('enlace.png') no-repeat 100% 100%;*/
/*	background: #D1940C url('enlace.png') no-repeat 100% 100%;*/
/*      background: #5D7555 url('enlace.png') no-repeat 100% 100%;*/
	color: blue;
/*behavior: url("/lib/pngbehavior.htc");*/
	font: bold 1.2em Verdana, Arial, sans-serif;
	left: 0;
	padding: 4px;
	position: absolute;
	top: 0;
	width: 35em;
	z-index: 20;
/*
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 15px;
*/
	border: 1px solid green;
	border-left: 10px solid #DFEA5C;
	background: #fff url('hendito.png') no-repeat 100% 100%;
	-moz-opacity: .85;
	filter: alpha(opacity=85);
	
}

div.nicetitle p {
	margin: 0;
	padding: 0 3px;
	-moz-opacity: 1;
}

div.nicetitle p.destination {
	font-size: 0.9em;
	padding-bottom: 5em;
	text-align: left;
	-moz-opacity: 1;
}







