body {
    font-size: 14px;
}
div.mainbackground {
    background: url(../img/bg.png) repeat-x #fff center top;
    padding-bottom: 25px;
}
/* GERAL HOME */
h2,h3,h4,h5,h6 {
    color: #993333;
    text-transform: uppercase;
    font-weight: normal;
}
h3,h4,h5,h6 {
    font-weight: bold;
}
h1 {
    font-size: 2.2em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.8em;
}
h4 {
    font-size: 1.6em;
}
h5 {
    font-size: 1.4em;
}
h6 {
    font-size: 1.2em;
}

a:focus,a:hover{
    color: #993333;
}
a {
    color: inherit;
    -webkit-transition: all 0 ease-in-out 1s;
    -moz-transition: all 0 ease-in-out 1s;
    -o-transition: all 0 ease-in-out 1s;
    transition: all 0 ease-in-out 1s;
    outline: 0;
}

.bloco.active {
  
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  
  animation-name: example;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    0% { box-shadow: 0px 0px 15px rgba(0,0,0,0.4); }
    50% { box-shadow: 0 0 15px rgba(0,0,0,0.1); }
    100% { box-shadow: 0px 0px 15px rgba(0,0,0,0.4); }
}

/* Standard syntax */
@keyframes example {
    0% { box-shadow: 0px 0px 15px rgba(0,0,0,0.4); }
    50% { box-shadow: 0 0 15px rgba(0,0,0,0.1); }
    100% { box-shadow: 0px 0px 15px rgba(0,0,0,0.4); }
}
.bloco.active {
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 100%;
    left: 0px;
    margin-top: -1px;
}
.dropdown-submenu .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.dropdown-item.hover, .dropdown-item:hover {
    background-color: rgba(153,51,51,0.2);
    color: inherit;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: rgba(153,51,51,1);
    color: #FFF;
}
hr {
    border-color: #993333;
}
.items-list a:focus,.items-list a:hover{
    text-decoration: none;
}
p.resumo {
    margin-top: -8px;
}
p.description {
    color: #666666;
    font-size: 1em;
    margin-top: -0.5em;
    line-height: 1em;
}
p a, div.text-justify a:not(.btn) {
    color: #993333;
}
.foto {
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0px auto;
}
.foto.home {
    max-height: 250px;
}

.foto.home img {
    width: 100%;
}
.items-list .data {
    font-size: 0.8em;
    color: #999999;
}

/* FIM GERAL HOME */


/*INICIO ESTILOS DO TOPO*/

#mainNav .navbar-brand {
    text-indent: -1000px;
    overflow: hidden;
    width: 173px;
    height: 76px;
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url('../img/logo.png');
}

#mainNav.navbar {
    border-bottom: solid 1px rgba(255,255,255,0);
    background-color: rgba(255,255,255,0.85);
    
    
    -webkit-transition: all 0 ease-in-out 1s;
    -moz-transition: all 0 ease-in-out 1s;
    -o-transition: all 0 ease-in-out 1s;
    transition: all 0 ease-in-out 1s;
}
#mainNav.navbar-shrink {
    border-bottom: solid 1px rgba(153,51,51,1);
    background-color: rgba(255,255,255,1); /* For browsers that do not support gradients */
}

#mainNav.navbar .navbar-nav>li>a, #mainNav.navbar .navbar-nav>li>a {
    color: rgba(153,51,51,1);
    background-color: rgba(238,234,228,0);
    border: solid 1px rgba(153,51,51,0);
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-transition: all 0 ease-in-out 1s;
    -moz-transition: all 0 ease-in-out 1s;
    -o-transition: all 0 ease-in-out 1s;
    transition: all 0 ease-in-out 1s;
}
#mainNav.navbar .navbar-nav>li>a:focus:hover, #mainNav.navbar .navbar-nav>li>a:hover, #mainNav.navbar-shrink .navbar-nav>li>a:focus:hover, #mainNav.navbar-shrink .navbar-nav>li>a:hover {
    color: rgba(153,51,51,1);
    background-color: rgba(153,51,51,0);
    border: solid 1px rgba(153,51,51,1);
}

#mainNav.navbar .navbar-nav>li>a.active, #mainNav.navbar .navbar-nav>li>a.active {
    color: rgba(153,51,51,1) !important;
    background-color: rgba(153,51,51,0);
    border: solid 1px rgba(153,51,51,1);
}

#mainNav.navbar .nav-item {
    padding: 0px 5px;
}

#mainNav.navbar .navbar-nav>li>a.destacado, #mainNav.navbar .navbar-nav>li>a.destacado {
    color: rgba(255,255,255,1);
    background-color: rgba(153,51,51,1);
    border: solid 1px rgba(153,51,51,1);
}
#mainNav.navbar .navbar-nav>li>a.destacado:focus:hover, #mainNav.navbar .navbar-nav>li>a.destacado:hover, #mainNav.navbar-shrink .navbar-nav>li>a.destacado:focus:hover, #mainNav.navbar-shrink .navbar-nav>li>a.destacado:hover {
    color: rgba(255,255,255,1);
    background-color: rgba(186,51,54,1);
    border: solid 1px rgba(153,51,51,1);
}
/*FIM ESTILOS DO TOPO*/

/*TOPO*/
header.masthead {
    position: relative;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 100px;
    color: #fff;
    background: #fff;
    background-image: url(../img/bg-banner1.jpg);
    background-size: cover;
}
header.masthead .item .conteudo.banner-1 {
    background-image: url(../img/conteudo-banner1-foto2.png);
    width: 350px;
    height: 307px;
    background-size: cover;
    position: absolute;
    right: 0px;
}
header.masthead .container{
    position: relative;
}
header.masthead .conteudo.banner-1{
    background-image: url(../img/conteudo-banner1-foto1.png);
    background-size: cover;
    position: relative;
    top: auto;
    margin-top: auto;
    display: none;
    width: 547px;
    height: 363px;
}
header.masthead .item .conteudo.banner-1{
    display: block;
    top: auto;
    right: auto;
    margin-top: auto;
    margin: 0px auto;
    position: relative;
    margin-bottom: -102px;
}
header.masthead.leao {
    background-image: url(../img/leao/bg-banner1.jpg);
}
header.masthead.leao .item .conteudo.banner-1 {
    background-image: url(../img/leao/conteudo-banner1-foto2.png);
	top: auto;
	bottom: 2px;
}
header.masthead.leao .conteudo.banner-1{
    background-image: url(../img/leao/conteudo-banner1-foto1.png);
	bottom: 0px;
}
header.masthead .header-content h1, header.masthead .header-content p {
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    line-height: 1em;
}
header.masthead .header-content p {
    font-size: 1.2em;
}

header.masthead  a.btn {
    color: rgba(255,255,255,1);
    background-color: rgba(153,51,51,1);
    border: solid 1px rgba(153,51,51,0);
    padding: 10px 20px 10px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    
    -webkit-transition: all 0 ease-in-out 1s;
    -moz-transition: all 0 ease-in-out 1s;
    -o-transition: all 0 ease-in-out 1s;
    transition: all 0 ease-in-out 1s;
}

header.masthead  a.btn:focus:hover, header.masthead  a.btn:hover {
    color: rgba(153,51,51,1);
    background-color: rgba(255,255,255,1);
    border: solid 1px rgba(255,255,255,0);
}



header.masthead { 
    height: auto;
    min-height: 300px;
}
header.masthead.home { 
    height: auto;
    max-height: 745px;
    min-height: 465px;
}
@media (min-width: 768px) {
    header.masthead .item .conteudo.banner-1 {
        margin-bottom: -192px;
    }
    header.masthead.leao .conteudo.banner-1{
        margin-top: 0px;
        margin-bottom: -170px;
    }
}
@media (min-width: 992px) {
    header.masthead .conteudo.banner-1{
        display: block;
        width: 427px;
        height: 283px;
    }
    header.masthead .item .conteudo.banner-1{
        display: none;
    }
    header.masthead .conteudo.banner-1{
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -100px;
    }
    header.masthead.leao .conteudo.banner-1{
        margin-top: 0px;
        top: auto;
        bottom: 0px;
		margin-bottom: 0px;
    }
}
@media (min-width: 1200px) {
    header.masthead .conteudo.banner-1{
        width: 547px;
        height: 363px;
    }
}
/*FIM TOP*/



/*INSTITUCIONAL*/
.box-parceiro .sombra {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.4);
    height: 70%;
    margin-bottom: 30%;
    position: absolute;
    top: 0px;
    left: 20px;
    right: 20px;
    display: block;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 0;
}
.box-parceiro .item {
    /*margin-top: -80px;*/
}
.box-parceiro .item a{
    display: block;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    position: relative;
    width: 100%;
    height: 150px;
/*    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;*/
}
.box-parceiro .item .quartro400 {
    background-image: url(../img/logo-quatro400.png);
}
.box-parceiro .item .clubeidoso{
    background-image: url(../img/logo-clubeidoso.png);
}
.box-parceiro .item .pmjp {
    background-image: url(../img/logo-pmjp.png);
}
.box-parceiro {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: #ffffff;
    box-sizing: border-box;
}
/*FIM Institucional*/

#convenios img.logo {
    width: 100%;
    height: auto;
}
#servicos a {
    color: #FFFFFF;
    background-color: #993333;
    padding: 10px 20px 10px 20px;
    box-sizing: content-box;
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#servicos a {
    color: #FFFFFF;
    text-decoration: none;
    border: solid 1px #993333;
}
#servicos a:hover {
    text-decoration: none;
    color: #993333;
    background-color: #FFFFFF;
}
#servicos a .titulo {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
#servicos a .description {
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
    display: block;
}
.bg-primary{
    background:#993333;
    background:-webkit-linear-gradient(#993333,#841418);
    background:linear-gradient(#993333,#841418);
    color: #FFFFFF;
}
.bg-primary h2,.bg-primary h6{
    color: #FFFFFF;
}
.bg-primary h6{
    font-size: 1em;
    text-align: center;
}
.bg-primary a {
    color: #FFFFFF;
}
#rodape {
}
#rodape ul {
    margin: 0px;
    padding: 0px;
}
#rodape ul li {
    list-style: none;
}
#rodape ul li a {
    background:transparent;
    display: block;
    padding: 5px 10px 5px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#rodape ul li a:hover {
    background:#FFFFFF;
    color:#993333;
    text-decoration: none;
}
section.cta .cta-content h2{font-size:3em;max-width:600px;margin-top:0;margin-bottom:25px;color:#fff; text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);}
section.cta .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.2)}
ul,ol {
    list-style-position: inside;
}

section.secondary {
    padding-top: 0px;
}
.enquente-item {
    border-radius: 10px;
    padding: 10px;
    background-color: #f9f9f9;
    border: solid 1px #ededed;
    box-sizing: border-box;
    width: 100%;
    display: block;
    color: #999999;
}
.enquente-item:hover, .enquente-item:active , .enquente-item.active {
    background-color: #FFFFFF;
    color: #993333;
    text-decoration: none;
    border: solid 1px #d8d8d8;
}
.enquente-item.active {
    border: solid 1px #993333;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
}
.enquente-item i.fa-check-square-o {
    display: none;
}
.enquente-item i.fa-square-o {
    display: inline-block;
}
.enquente-item.active i.fa-check-square-o {
    display: inline-block;
}
.enquente-item.active i.fa-square-o {
    display: none;
}
.enquente-item img {
    max-width: 128px;
    width: 100%;
}
.bloco {
    border-radius: 10px;
    padding: 10px;
    background-color: #f7f7f7;
    border: solid 1px #ededed;
}
.bloco.file {
    min-height: 150px;
}
.bloco .confirm {
    display: none;
    position: absolute;
    top: -10px;
    right: 10px;
    color: #009729;
    background: #FFF;
    padding: 10px;
    font-size: 30px;
    border: solid 1px #b8cdb4;
    border-radius: 100px;
}
.bloco.respondida {
    background-color: #edf2ec;
    border: solid 1px #b8cdb4;
}
.bloco.respondida .confirm {
    display: block;
}
.bloco.file a:not(.btn-primary) {
    color: #333333;
    text-decoration: none;
    text-align: left;
    display: block;
}
.bloco.file table a:not(.btn-primary) {
    text-align: inherit;
}
.bloco .service-heading a {
    text-align: center;
}
.bloco.file ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.bloco.file li:first-child {
    border-top: solid 0px #ededed;
}
.bloco.file li {
    border-top: solid 1px #ededed;
    list-style: none;
    padding: 2px;
    margin: 2px;
}
.bloco.file a:hover {
    color: #cc9900;
    text-decoration: none;
}
.bloco.file a:hover .text-muted {
    color: #ebc165 !important;
    text-decoration: none;
}

input[type='submit'] {
    cursor: pointer;
}
div#alertaMsg{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
}

div#alertaMsg div{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
}

div#alertaMsg .overflow{
    overflow: auto;
    max-height: 300px;
    display: block;
}
div#alertaMsg p{
    width: 300px;
    background-color:#fff;
    color: #333;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -170px;
    margin-top: -150px;
    text-align: center;
    border: 2px solid #e8e8e8;
    padding: 20px 15px;
}

div#alertaMsg p img{
    margin-bottom: 10px;
}

div#alertaMsg p a{
    border: 1px solid #e8e8e8;
    padding: 3px 15px;
    font-weight: bold;
	text-decoration: none;
	color: #333;
}
form .erro {
	background-color: #FFE8E9 !important;
	border: solid 1px #D6A9A9 !important;
}

#transparencia i {
    color: #ffffff;
}
#transparencia i.fa-circle {
    color: #993333;
}
.text-primary {
    color: #993333 !important;
}
.table {
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.table tbody tr:nth-child(odd) td {
    background-color: rgba(255,255,255,0.4);
}
.table tbody tr:nth-child(odd) td {
    background-color: rgba(255,255,255,0.8);
}


.table tbody tr th {
    background-color: rgba(153,51,51,0.8);
    color: #FFF;
}

.table thead th {
    background-color: rgba(153,51,51,1);
    color: #FFF;
}

.table th, .table td{
    border-left: 1px solid #e9ecef;
    border-top: 1px solid #e9ecef;
    vertical-align: middle;
}
.table th:first-child, .table td:first-child{
    border-left: 1px solid transparent;
}

.required {
    color: #b6363a;
    padding-left: 5px;
}
.btn-primary, .btn-primary:visited,.btn-primary:link{
    color:#fff;background-color:#993333;border-color:#b6363a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    
}
.btn-primary:hover{color:#fff;background-color:#b9363a;border-color:#b9363a;text-decoration: none;}
.btn-primary.focus,.btn-primary:focus{border-color:#993333; box-shadow: inset 0 0 0 .2rem rgba(149,47,51,.5);}
.btn-primary.disabled,.btn-primary:disabled{background-color:#b6363a;border-color:#b6363a}
.btn-primary:not([disabled]):not(.disabled).active,.btn-primary:not([disabled]):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#b9363a;border-color:#b6363a;box-shadow: inset 0 0 0 .2rem rgba(149,47,51,.5)}

input.form-control:not([type=submit]):focus, textarea.form-control:focus, select.form-control:focus{box-shadow: inset 0 0 0 1px #952f33,0 0 0 .2rem rgba(149,47,51,.25);border: 1px solid #952f33;;outline:0}




/*FORMS */

input[type=checkbox], input[type=radio] {
    float: left;
    margin-right: 10px;
    width: 1.2em;
    height: 1.2em;
}
.radio-inline {
    margin-top: .5rem;
}
label.titulo {
    font-size: 0.8em;
    color: #999999;
    margin-bottom: 0px;
}

left, .left {
    text-align: left;
}

.paginacao {
    padding: 10px 0px 10px 0px;
    margin: 0px;
}
.contador {
    padding: 10px;
}
.tabs {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.15);
    
    padding: 20px 15px 20px 15px;
    background-color: #FFF;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
section.features {
    padding: 15px 0px;
}
section#links {
    border-top: solid 1px #efefef;
}
.animated {
    -webkit-transition: all 0 ease-in-out 1s;
    -moz-transition: all 0 ease-in-out 1s;
    -o-transition: all 0 ease-in-out 1s;
    transition: all 0 ease-in-out 1s;
    display: block;
}
.animated.hide {
	display: none;
}
#atualizacoes a.action {
    margin: -50px 0px 0px 0px;
    background-color: #FFFFFF;
    display: block;
    width: auto;
    padding: 5px 10px 5px 10px;
    position: absolute;
    right: 0px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
}
#atualizacoes.hide a.action .fa-angle-up {
    display: block;
}
#atualizacoes.hide a.action .fa-angle-down {
    display: none;
}
#atualizacoes a.action .fa-angle-up {
    display: none;
}
#atualizacoes a.action .fa-angle-down {
    display: block;
}
#atualizacoes {
    position: fixed;
    bottom: -140px;
    opacity: 1;
    right: 0px;
    width: 260px;
    float: none;
    box-sizing: border-box;
    padding: 20px !important;
    margin: 0px !important;
    background-color: #FFFFFF;
    font-size: 0.8em;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    height: 160px;
}
#atualizacoes.hide {
  -webkit-animation: desapear 0.5s ease-out 0s 1 both;
  -moz-animation:    desapear 0.5s ease-out 0s 1 both;
  -o-animation:      desapear 0.5s ease-out 0s 1 both;
  animation:         desapear 0.5s ease-out 0s 1 both;
}
#atualizacoes a.item {
    display: block;
    height: 100px;
    overflow: hidden;
}
#atualizacoes {
  -webkit-animation: apear 0.5s ease-out 0s 1 both;
  -moz-animation:    apear 0.5s ease-out 0s 1 both;
  -o-animation:      apear 0.5s ease-out 0s 1 both;
  animation:         apear 0.5s ease-out 0s 1 both;
}
@keyframes apear {
  0%   { bottom: -150px; opacity: 1;}
  100% { bottom: 0px; opacity: 1}
}
@keyframes desapear {
  0% { bottom: 0px; opacity: 1}
  100%   { bottom: -150px; opacity: 1;}
}

.galerias h5.tittle {
    display: block;
    font-size: 1em;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0px;
}

.galerias img.foto {
    width: 100%;
    height: auto;
}
div#mapa {
    height: 150px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
div#mapa .mapInfo * {
    color: #993333;
}
div#mapa a[href^="http://maps.google.com/maps"]{display:none !important}

div#mapa .gmnoprint a,div#mapa .gmnoprint span {
    display:none;
}
div#mapa .gmnoprint div {
    background:none !important;
}
section#mapabase div#mapa {
    height: 350px;
}
section#mapabase {
    padding: 0px;
    border-top: solid 1px #efefef
}
ul#setores {
    margin: 0px;
    padding: 0px;
}
ul#setores li {
    list-style: none;
    float: center;
    display: block;
}



ul#setores a {
    color: #FFFFFF;
    background-color: #993333;
    padding: 10px 0px 10px 0px;
    margin: 0px;
    width: 100%;
    text-align: center;
    box-sizing: content-box;
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
}

ul#setores a {
    color: #FFFFFF;
    text-decoration: none;
    border: solid 1px #993333;
}
ul#setores a:hover {
    text-decoration: none;
    color: #993333;
    background-color: #FFFFFF;
}
ul#setores a:active, ul#setores a.active {
    text-decoration: none;
    color: #993333;
    background-color: #FFFFFF;
}
ul#setores a .titulo {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
ul#setores a .description {
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
    display: block;
}
.sliderUpDown {
    overflow-y: hidden;
    max-height: 600px; /* approximate max height */

    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.sliderUpDown.closed {
    max-height: 0;
}
table.calendario td a {
    position: relative;
}
table.calendario .realcada {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: block;
    min-width: 20px;
    min-height: 20px;
    background: #ffd200;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #575757;
    font-size: 9px;
    text-align: center;
    padding: 3px;
}
ul.legenda li {
    list-style: none;
    color: #575757;
    list-style-position: inside;
}
ul.legenda {
    margin-left: 0px;
    padding-left: 0px;
}
ul.legenda li span{
    display: block;
    width: 10px;
    height: 10px;
    float: left;
    vertical-align: middle;
    background: #575757;
    margin: 5px 8px 0px 0px;
    padding: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
ul.legenda li.realcada span{
    background: #993333;
}
ul.legenda.agenda li.realcada span{
    background: #ffd200;
}
li.padrao a {
    color: #575757;
}
table.calendario li.realcada a,ul li.realcada a {
    color: #993333;
}
ul.semicone {
    list-style: none;
}