﻿#divmensaje
{
	position: absolute; 

	background-color: #eeeeee;
	
	border-style: solid;
	border-width: 2px;
	border-color: #F8A626;
	padding: 5px;
  
  width: 310px;
	height: 60px;

	left:120px;
	top:100px;

	z-index: 100;
}

