﻿/*Esta hoja de estilos se utiliza para sobreescribir el estilo por defecto de jquery-ui.css*/ 
.BODY
{
    BACKGROUND-IMAGE: url(..\..\images\pie.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 100%;
    font-size: 11px;
    color: #4b4b4b;
    font-family: Verdana, Tahoma;
}

.ui-widget{
    font-size: 11px;
}

/*REGLAS DE DIALOG - Inicio*************************************************************************/
input.ui-button { padding: .1em 1em; }

/*Esta regla se utiliza para ocultar el boton superior de cerrar de los dialog*/
.no-close .ui-dialog-titlebar-close {
  display: none;
}

/*REGLAS DE DIALOG - Fin*************************************************************************/

