@charset "utf-8";
/* CSS Document */
/*.main{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-color:#F0F0F0;
	filter:alpha(opacity=70);
	-moz-opacity:.70;opacity:.70;
	z-index:1000;
}*/
.contenedor{
	position:fixed;
	background:url(../../fileproject/img/f_fondo_table.gif) repeat-x bottom;
	border:10px solid #666;
	width:300px;
	height:auto;
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	display:block;
	color:#868581;
	z-index:1100;
	border-radius: 10px;
	font-weight:bold;
}
.titulo{
	position:relative;
	/*background:url(../../fileproject/img/f_fondo_table.gif) repeat-x bottom;*/
	background-color:#666;
	text-align:left;
	height:17px;
	font-size:12px;
	padding:3px 10px 0px 10px;
	color:#FFF;
	border-top-left-radius:3px 0px;
	border-top-right-radius:3px 0px;
}
/*.imagen{
	position:relative;
	left:0px;
	top:0px;
	width:30px;
	height:30px;
	padding:10px 10px 10px 10px;
}*/
.mensaje{
	position:relative;
	height:auto;
	overflow:hidden;
	padding:10px 10px 10px 10px;
	text-align:center;
	background-color:#FFF;

}
.piecontenedor
{
	position:relative;
	text-align:right;
	padding:10px 10px 10px 10px;
}
.miBoton{
	border:2px solid #666;
	/*background:url(../../fileproject/img/f_fondo_table.gif) repeat-x bottom;*/
	background-color:#666;
	color:#FFF;
	cursor:pointer;
}

