/*
id: p_0010451
patch: /front_end/todo_01_template_02_css_02_avisos.css
*/
#div_avisos_p_0010431{
	display: none;
	opacity: 0;
	position: fixed;
    z-index: 99;
    margin: auto;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    top: 30px;
    text-align: center;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    border: solid;
}
