/*
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 : 12-ene-2017, 13:59:11
    Author     : Alejandro
*/

.avisoError{
    display: block;
    background: #b13838;
    color: white;
    padding: 3px;
    border-radius: 4px;
    padding-left: 6px;
    margin-top: 5px;

}