﻿body {
}


.FdWindowsUp_Up
{
    width: 650px;
    min-width: 650px;
    height: 51px;
    background:url(../imagenes/FdWinUp_Up.png); 
    background-repeat: no-repeat;
    clear: both;
    }
    

.FdWindowsUp_Fd
{
    width: 650px;
    min-width: 650px;
    background:url(../imagenes/FdWinUp_Fd.png); 
    background-repeat: repeat-y;
    clear: both;
    overflow: auto;
    height: 90%;
}   

.FdWindowsUp_Down
{
    width: 650px;
    min-width: 650px;
    height: 74px;
    background:url(../imagenes/FdWinUp_Down.png); 
    background-repeat: no-repeat;
    clear: both;
    
    }

.CajaTxtIzq506
{
    width: 506px;
    min-width: 506px;
    height: 100%;
    float: Left;
    overflow: auto;
    padding-right: 20px;
}


.CajaWinUp
        {
            padding: 0px;
            width: 680px;
            clear: both;
            height:80%;
            /*height: 800px;*/
        }


.LetraWinUp
{
    position: absolute;
    z-index: 1;
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 14px 0 0 22px;
    font-family: 'Mouse Memoirs', sans-serif;
}


.BtnCerrarWinUp
{
    padding: 10px 20px 0 0;
}

/*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;
                        
        }
*/


.frmIzq57px
{
    width: 57px;
    min-width: 57px;
    height: 100%;
    float: Left;
}

.frmIzq67px
{
    width: 67px;
    min-width: 67px;
    height: 100%;
    float: Left;
}

.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;
}