﻿

/*
-----------------------------------------------------
ERROR
-----------------------------------------------------
*/


.MensajeError
{
    /*margin: auto auto auto auto;*/
    width: 420px;
    border-right: #ff0033 1px solid;
    padding-right: 2px;
    border-top: #ff0033 1px solid;
    padding-left: 2px;
    padding-bottom: 2px;
    border-left: #ff0033 1px solid;
    padding-top: 2px;
    border-bottom: #ff0033 1px solid;
    background-color: #ffffcc;
}
                   
.ContenedorMensajeError
{
    top:0px;
    right: 0px;    
    position:absolute;
    }

.ItemError
{

    background-image: url(/imagenes/iconos/icoBloqueadoChico.gif);
    /*background-position: center center;*/
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position:top;
}



