/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 30, 2015, 5:31:21 PM
    Author     : developer
*/

.mensaje-error{
    float:left;
    width:25px;
    height:25px;
    background: url('http://solucionfactible.com/sfic/resources/images/error.png ');
}
.mensaje-info{
    float:left;
    width:25px;
    height:25px;
    background: url('http://solucionfactible.com/sfic/resources/images/correct.png');
}