﻿/*SI EL MENSAJE ES DEL TIPO ERROR */

		.MensajeHeaderError 
		{
			background:url(../imagenes/error_header.gif) repeat-x; 
			color:Black; 
			border-bottom:none;
		}
		
		.CajaDialogoError
        {
            
            background:#fff url(../imagenes/error_bg.jpg) bottom right no-repeat;
            border-width: 1px;
            border-style:solid;
            border-color:#F78181;
            padding: 0px;
            width: 430px;
            height:200px;
                        
        }
       
        .CajaDialogo div
        {
            margin: 0px;
            text-align: center;
            vertical-align:middle;
        }
        
        .FondoAplicacionMsg
        {
            background-color:ButtonShadow;
            filter: alpha(opacity=55);
            opacity: 0.5;
        }
              
        /*
         .FondoAplicacion
        {
            background-color:ButtonShadow;
            filter: alpha(opacity=55);
            opacity: 0.5;
        }
*/
        .updateProgress 

		{ 
			border-width: 1px; 
		    border-style: solid; 
		    background-color: #FFFFFF; 
		    position: absolute; 
		    width: 450px; 
		    height: 310px; 
		} 
		
		/*SI EL MENSAJE ES DEL TIPO CORRECTO */
		.CajaDialogoCorrecto
        {
            
            background:#fff url(../imagenes/correcto.jpg) bottom right no-repeat;
            border-width: 1px;
            border-style:solid;
            border-color:#4B8A08;
            padding: 0px;
            width: 430px;
            height:200px;
                        
        }
        
        .MensajeHeaderCorrecto 
		{
			background:url(../imagenes/correcto_header.gif) repeat-x; 
			color:Black; 
			border-bottom:none;
		}
		
		/*SI EL MENSAJE ES DEL TIPO ADVERTENCIA */

		.MensajeHeaderAdvertencia 
		{
			background:url(../imagenes/warning_header.gif) repeat-x; 
			color:Black; 
			border-bottom:none;
		}
		
		.CajaDialogoAdvertencia
        {
            
            background:#fff url(../imagenes/warning.jpg) bottom right no-repeat;
            border-width: 1px;
            border-style:solid;
            border-color:#D7DF01;
            padding: 0px;
            width: 430px;
            height:200px;
                        
        }

.frm100MsnTxt
{
    width: 100%;
	min-width: 100%;
	clear: both;
	min-height: 100px;
	text-align: center;
}

.frmIzq30Center
{
    margin: 0 0 0 0;
    width: 30%;
    min-width: 30%;
    text-align: Center;
    height: 100%;
    float: Left;
}

.btnMsgBox
{
    margin: 0 0 0 0;
	font-size: 12px;
	font-weight: bold;
    color: #000000;	
    border: none;
    background-image: url('../imagenes/BtnMsgFd.png'); 
    background-color: transparent;
    background-repeat: repeat-x; 
    background-position: left;
    width: 100px;
    height: 25px;
    cursor:pointer;
    text-align: center;
    border: 1px solid #999999;
}