@charset "utf-8";

body { background: #007581; }

/* informações que podem mudar por tela do marker */
.mark_top { background: url(../img/azul/mark_top.gif) no-repeat right; }
.mark_bg { background: url(../img/azul/mark_bg.gif) right repeat-y; }
#mark {  background: url(../img/azul/mark_arrow.gif); }
.mark_bottom { background: url(../img/azul/mark_bottom.gif) no-repeat right; }
/* até aqui */

/* informações que podem mudar por tela do menu lateral */
#menu_lateral h2 { color: #1a9fab; }
#menu_lateral ul li.barrinha_lateral, #menu_lateral ul li.barrinha_lateral:hover { background: url(../img/azul/barrinha_lateral.gif) repeat-x center; }
#menu_lateral .lateral_bg { background: #008c9b url(../img/azul/lateral_bg.gif) left top repeat-y; }
#menu_lateral ul { background: url(../img/azul/lateral_bottom.jpg) bottom left no-repeat; }
#menu_lateral ul li.click,
#menu_lateral ul li:hover { background: url(../img/azul/hover_lateral.gif) repeat-x; }
/* até aqui */