.mensajes {
	background-color:#4e4e4e;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding:0.5em;
	width:31em;
	position:absolute;
	top:15em;
	right:0;
	z-index:10000;
	display:block;
	color:#fff;
	text-shadow:none;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.75);
	display:none;
}

.mensajes .closeleyenda {
	background:url(../imag/ico-close-blanco.svg) center center no-repeat;
	background-size:1.5em;
	width:1.8em;
	height:1.8em;
	display:block;
  	float:right;
}

.mensajes p.titppal {
	display:inline-block;
	margin-bottom:0;
}

.mensajes p:last-child {
	color:#fcff00;
	text-shadow:none;
	font-size:1.1em;
	max-height:16em;
	overflow-y:auto;
}