 
@CHARSET "UTF-8";

/** Imagen msg_box_critical.gif **/
.img_critical {
	background-image: url('https://appsolaris.net/plntl/msg_box/msg_box_critical.gif');
	height: 50px;
	width: 50px;
	position:static;
	margin:0px;
	background-repeat: no-repeat;
}

/** Imagen msg_box_error.gif **/
.img_error {
	background-image: url('https://appsolaris.net/plntl/msg_box/msg_box_error.gif');
	height: 50px;
	width: 50px;
	position:static;
	margin:0px;
	background-repeat: no-repeat;
}

/** Imagen msg_box_help.gif **/
.img_help {
	background-image: url('https://appsolaris.net/plntl/msg_box/msg_box_help.gif');
	height: 50px;
	width: 50px;
	position:static;
	margin:0px;
	background-repeat: no-repeat;
}

/** Imagen msg_box_info.gif **/
.img_info {
	background-image: url('https://appsolaris.net/plntl/msg_box/msg_box_info.gif');
	height: 50px;
	width: 50px;
	position:static;
	margin:0px;
	background-repeat: no-repeat;
}

/** Imagen msg_box_list.gif **/
.img_list {
	background-image: url('https://appsolaris.net/plntl/msg_box/msg_box_list.gif');
	height: 50px;
	width: 50px;
	position:static;
	margin:0px;
	background-repeat: no-repeat;
}

/** Imagen msg_box_user.gif **/
.img_user {
	background-image: url('https://appsolaris.net/plntl/msg_box/msg_box_user.gif');
	height: 50px;
	width: 50px;
	position:static;
	margin:0px;
	background-repeat: no-repeat;
}

/** Imagen msg_box_warning.gif **/
.img_warning {
	background-image: url('https://appsolaris.net/plntl/msg_box/msg_box_warning.gif');
	height: 50px;
	width: 50px;
	position:static;
	margin:0px;
	background-repeat: no-repeat;
}

/** Boton cerrar **/
.buttom_close {
	background-image: url('https://appsolaris.net/plntl/msg_box/button-close.gif');
	height: 9px;
	width: 15px;
	position: absolute;
	margin:0px;
	background-repeat: no-repeat;
}

/** Esquina superior izq **/
.top_left {
	background-image: url('https://appsolaris.net/plntl/msg_box/top-left.gif');
}

/** Esquina superior centro **/
.top_center {
	background-image: url('https://appsolaris.net/plntl/msg_box/top-middle.gif');
}

/** Esquina superior Der **/
.top_right {
	background-image: url('https://appsolaris.net/plntl/msg_box/top-right.gif');
}

/** Centro izq **/
.center_left {
	background-image: url('https://appsolaris.net/plntl/msg_box/left.gif');
}

/** Centro medio **/
.center_middle {
	background-image: url('https://appsolaris.net/plntl/msg_box/gradient-bg.gif');
}

/** Esquina superior Der **/
.center_right {
	background-image: url('https://appsolaris.net/plntl/msg_box/right.gif');
}

/** Base izq **/
.bottom_left {
	background-image: url('https://appsolaris.net/plntl/msg_box/bottom-left.gif');
}

/** Base centro **/
.bottom_center {
	background-image: url('https://appsolaris.net/plntl/msg_box/bottom-middle.gif');
}

/** Base Der **/
.bottom_right {
	background-image: url('https://appsolaris.net/plntl/msg_box/bottom-right.gif');
}

/** Titulo del messagebox **/
.tit_msg_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:normal;
	text-decoration: none;
	text-align:left;
	color:#666666;
}

/** Contenido del texto del messagebox **/
.cont_msg_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	text-align:justify;
	vertical-align:middle;
}

/** Estilo de los botones del msg box **/
.button_message_box{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100px;
}