.ui-dialog
{
    position:       relative;
}

.ui-dialog-titlebar {
    background:         url(../images/fondo_titulo.png) repeat-x top left;
    color:              white;
    height:             19px;
    line-height:        19px;
    padding-left:       10px;
    text-align:         left;
    position:           relative;
}

.modalAviso, .modalFlecha, .modalError
{
    height:             80px;
    margin-bottom:      10px;
}

.modalAviso
{
    background:         url(../images/modales/aviso.png) no-repeat center center;
}

.modalFlecha
{
    background:         url(../images/modales/flecha.png) no-repeat center center;
}

.modalSinFlecha .modalFlecha
{
    display:            none;
}

.modalError
{
    background:         url(../images/modales/error.png) no-repeat center center;
}


.ui-dialog-titlebar-close, .ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close span, .ui-dialog-titlebar-close:active
{
    display: none;
}

.ui-dialog-content
{
    background:     #F5F5F5;
    border:         1px solid #d3d3d3;
    color:          black;
    font-family:    helvetica;
    font-size:      12px;
    font-weight:    bold;
    text-align:     center;
}

.ui-dialog-content input
{
    border:         1px solid #00377A;
    font-family:    helvetica;
    font-size:      12px;
    font-weight:    normal;
    width:          250px;
}

.ui-dialog-buttonpane
{
    bottom:         10px;
    height:         25px;
    position:       absolute;
    text-align:     center;
    vertical-align: middle;
    width:          100%;
}

.ui-dialog-buttonpane button
{
    background:         #E6EBF0;
    border:             1px solid #00377A;
    color:              #00377A;
    cursor:             pointer;
    font-family:        helvetica;
    font-size:          11px;
    font-weight:        bold;
    height:             19px;
    margin:             0 5px;
    padding:            0 5px;
    text-align:         center;
    text-decoration:    none;
}

.ui-dialog-buttonpane button:hover, .ui-dialog-buttonpane button:active
{
    background-color:   rgb(128, 153, 178);
    color:              #00377A;
}
