#calendario{
	margin-bottom: 0!important;
}
.royalSlider {
	width: 100%;
	margin:10px 0 30px 0;
	display:none;
	position:relative;
}
.royalSlider:before {
  content: '';
  background: url(/portals/0/Imagens/portal/bg_head_shadow2.png) no-repeat center top;
  background-size: 100% 28px;
  position: absolute;
  bottom: -28px;
  display: block;
  width: 100%;
  height: 28px;
  left: 0px;
}
.rsDefault{
background: #F5F5F5;
  background-color: transparent;
  background: -webkit-linear-gradient(top, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
  background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
}

.royalSlider.rsFullscreen{
	background:#F0F0ED!important;
}

 .royalSlider .rsSlide img {
    opacity: 0.45;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    -webkit-transform: scale(0.9);  
    -moz-transform: scale(0.9); 
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.royalSlider .rsActiveSlide img {
    opacity: 1;
    -webkit-transform: scale(1);  
    -moz-transform: scale(1); 
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


.ThemeSatva .BottomIconBar {
	margin-top: 16px;
	margin-bottom: 19px;
}
#repetidor{
	margin-bottom: 13px;
}

.rm15:before{
	margin-left:10px;
}
.titulo{
color:#4C4949;
}

.ThemeSatva .DetailCommands {
margin-top: 0;
}