/**
 * @version		$Id: system.css 20196 2011-01-09 02:40:25Z ian $
 * @copyright	Copyright (C) 2005 - 2011 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* System Messages */
#system-message    { margin-top: 2px; padding: 0; text-align: left; }
#system-message dt { /*font-weight: bold;*/  display: none; }
#system-message dd { margin: 0; font-size: 12px; /*font-weight: bold;*/ /* text-indent: 30px; */}
#system-message dd ul { font-size: 12px; color: #0055BB; background-position: 4px top; background-repeat: no-repeat; list-style: none; margin:0; padding: 8px 8px; }
#system-message dd ul li{ line-height:1.5em; background-image: none;}

/* System Standard Messages */
/*
#system-message dd.message ul {
    background-color: #C3D2E5;
    background-image: url(/imagenes/notice-info.png);
}
*/
#system-message dd.message ul {
    font-family: "Google Sans",Roboto,Arial,sans-serif;
    margin: 0px;
    padding: 10px;
    font-size: 13px;
    color: #0c5460;
    background-color: #d1ecf1;
}

/* System Error Messages */
#system-message dd.error ul,
#system-message dd.warning ul,
#system-message dd.notice ul
{
    color: #c00;
}
/* background-image: url(/imagenes/notice-alert.png); */
/*
#system-message dd.error ul {
}
*/
#system-message dd.error ul {
    font-family: "Google Sans",Roboto,Arial,sans-serif;
    margin: 10px;
    padding: 10px;
    font-size: 13px;
    color: #721c24;
    background-color: #f8d7da;
    text-align: justify;    
}


/* System Warning Messages */
/*
#system-message dd.warning ul {
    color: #c00;
    background-color: #E6C8A6;
    background-image: url(/imagenes/notice-note.png);
    border-top-color: #FFBB00;
    border-bottom-color: #FFBB00;
}
*/
#system-message dd.warning ul {
    font-family: "Google Sans",Roboto,Arial,sans-serif;
    /* margin: 0px; */
    margin: 10px;
    padding: 10px;
    font-size: 13px;
    color: #856404;
    /* warning es amarillo */
    background-color: #fff3cd;
}

/* System Notice Messages */
#system-message dd.notice ul {
    color: #c00;
    background-color: #EFE7B8;
    background-image: url(/imagenes/notice-note.png);
}
