/*** NICE TITLES
*********************************************************/
div.nicetitle {
	background-color: #F3F4F5;
	color: #666666;
	font: 11px Arial,Verdana, Helvetica,sans-serif;
	left: 0;
	padding: 5px 5px 20px 5px;
	position: absolute;
	top: 0;
	width: 200px;
	z-index: 20;
	border-radius: 12px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 10px;
	/* changes: */
	min-width: 200px;
	max-width: 300px;
	/*width: 200px;*/
	/*height:80px;*/
	max-height: 400px;
	 -moz-opacity:0.8;
	 opacity:0.8;
	 filter:alpha(opacity=80);
	 border:2px solid  #8FBE00;  
	 background-image:url(http://antonio/videoalien2005/imagenes/general/logoTx.gif);
	 background-position: bottom right;
	 background-repeat:no-repeat;
}
	
div.nicetitle p {
    margin: 0;
	padding: 0 3px;
 -moz-opacity:1
	 opacity:1;
	 filter:alpha(opacity=100),
}

div.nicetitle p.destination {
    font-size: 9px;
    padding-top: 3px;
	text-align: left;
 -moz-opacity:1
	 opacity:1;
	 filter:alpha(opacity=100),
}

div.nicetitle p span.accesskey {
	color: #d17e62;
}