
.info, .Aviso, .Alerta, .Alarma 
{
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.Aviso 
{
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('info.png');
}

.info 
{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('success.png');
}

.Alerta 
{
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('warning.png');
}

.Alarma 
{
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('error.png');
}

.td_On_mensaje
{
	background-color: ButtonFace;
}

.td_out_mensaje
{
	background-color: ButtonFace;
	border-bottom: solid 1px ButtonFace;
	border-left: solid 1px ButtonFace;
	border-right: solid 1px ButtonFace;
	border-top: solid 1px ButtonFace; /*width: 40px; 	height: 18px;*/
}
.td_in_mensaje_alerta
{
	cursor: pointer;
	color: #9F6000;
	background-color: #FEEFB3;
	border: solid 1px #9F6000; /*width: 40px; 	height: 18px;*/
	background-image: url('warning.png' );
}

.td_in_mensaje_aviso
{
	cursor: pointer;
	color: #00529B;
	background-color: #BDE5F8;
	border: solid 1px #00529B; /*width: 40px; 	height: 18px;*/
	background-image: url('info.png');
}

.td_in_mensaje_alarma
{	
	cursor: pointer;
	color: #D8000C;
	background-color: #FFBABA;
	border: solid 1px #D8000C; /*width: 40px; 	height: 18px;*/
	background-image: url('error.png');
}
/****************** eventos del td del pie de paguina para Mensajes**********************/
.td_out_mensaje
{
	background-color: ButtonFace;
	border-bottom: solid 1px ButtonFace;
	border-left: solid 1px ButtonFace;
	border-right: solid 1px ButtonFace;
	border-top: solid 1px ButtonFace; /*width: 40px; 	height: 18px;*/
}
.td_in_mensaje
{ 
	cursor: pointer;
	background-color: #ffd393;	
	border: solid 1px #000000; /*width: 40px; 	height: 18px;*/
	color: #ff6633; 
}


.td_On_mensaje
{
	background-color: ButtonFace;
}
.mensaje
{
	position:absolute;
	width:16px;
	height:16px;
	background: url( "../2010_Theme/Imagenes/Fondo/Mensaje.png" );	
}
.modalPopUpMensaje
{
	background-color:ButtonFace; 
	border-style:groove; 
	border-width:thin; 
	color:Black; 
	border-bottom-style:none;                                    
    filter: Alpha(Opacity=50); 
    font-variant:normal; 
    font-family: Verdana, Arial, Helvetica, Sans-Serif; 
    font-size: 0.54e; 
    white-space:nowrap;                                    
}
.img_enterado
{
	width:63px;
	height:17px;
	background: url( "../2010_Theme/Imagenes/botones/btnEnterado.jpg" );
	border-style:none;	
}
.img_aviso
{
	width:63px;
	height:17px;
	background: url( "../2010_Theme/Imagenes/botones/btnAviso.jpg" );
	border-style:none;	
}
.img_alarma
{
	width:63px;
	height:17px;
	background: url( "../2010_Theme/Imagenes/botones/btnAlarma.jpg" );
	border-style:none;	
}
.img_alerta
{
	width:63px;
	height:17px;
	background: url( "../2010_Theme/Imagenes/botones/btnAlerta.jpg" );
	border-style:none;	
}
.cerrar
{
	width:16px;
	height:16px;
	background: url( "../2010_Theme/Imagenes/Fondo/close.png" );	
}
.puntos
{
	background-repeat:repeat-x; 
	background: url( "../2010_Theme/Imagenes/Fondo/puntos.gif" ); 
	width:100%;
}
