@charset "UTF-8";

/* Estilo para el Contenedor de Mensajes */
#mensajeManager {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}

#texto { 
	vertical-align:middle; 
	text-align:center; 
	font-size:12px; 
}

#mensaje {
border: 2px solid #000000;
background-color: #ffffff;
}

#titleBar {
	background-color: #486CAE;
	color: #ffffff;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #78A3F2;
	border-left: 1px solid #78A3F2;
	border-right: 1px solid #204095;
	position: relative;
	z-index: 203;
}
#title {
	float:left;
	font-size: 1.1em;
}
#control {
	float: right;
	cursor: pointer;
	cursor: hand;
}
.alerta{
	BACKGROUND-IMAGE: url(./close.gif); 
	BORDER-BOTTOM-WIDTH: 0px; 
	MARGIN-LEFT: 4px; 
	BACKGROUND-REPEAT: no-repeat;		
}
