
.img-responsive{
      display:inline-flex;
}
.white {
      color:#ffffff;
}
.bold {
      font-weight:bold;
}
.strong {
      font-weight:bold;
}
.normal {
      font-weight:normal;
}
.space5 {
      height:5px;
      clear:both;
}
.space10 {
      height:10px;
      clear:both;
}
.space15 {
      height:15px;
      clear:both;
}
.space20 {
      height:20px;
      clear:both;
}
.space25 {
      height:25px;
      clear:both;
}
.space30 {
      height:30px;
      clear:both;
}
.space40 {
      height:40px;
      clear:both;
}

.space50 {
      height:50px;
      clear:both;
}

.space60 {
      height:60px;
      clear:both;
}

.space70 {
      height:70px;
      clear:both;
}

.space80 {
      height:80px;
      clear:both;
}

.space90 {
      height:90px;
      clear:both;
}

.space100 {
      height:100px;
      clear:both;
}

.space110 {
      height:110px;
      clear:both;
}

.left {
      text-align:left;
}

.right {
      text-align:right;
}

.center {
      text-align:center;
}

.f-left {
      float:left !important;
}

.f-right {
      float:right;
}

.p-t-0{
      padding-top:0px;
}

.pos-r {
      position:relative;
}

.c-b {
      clear:both;
}

.o-h {
      overflow:hidden;
}



[class*="p0"] {
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 0px;
      padding-bottom:0px;
}
[class*="h10"] {
      height: 10px;
}
[class*="h15"] {
      height: 15px;
}
[class*="h25"] {
      height: 25px;
}
[class*="h250"] {
      height: 250px;
}
[class*="h50"] {
      height: 50px;
}
[class*="h55"] {
      height: 55px;
}
[class*="h60"] {
      height: 60px;
}
[class*="h65"] {
      height: 65px;
}
[class*="h70"] {
      height: 70px;
}
[class*="h500"] {
      height: 500px;
}
[class*="h400"] {
      height: 400px;
}
[class*="h450"] {
      height: 450px;
}
[class*="h300"] {
      height: 300px;
}
[class*="h350"] {
      height: 350px;
}
[class*="h200"] {
      height: 200px;
}
[class*="h100"] {
      height: 100px;
}
[class*="h150"] {
      height: 150px;
}
[class*="h600"] {
      height: 600px;
}
[class*="h700"] {
      height: 700px;
}
[class*="h800"] {
      height: 800px;
}
[class*="h900"] {
      height: 900px;
}
[class*="borda"] {
      background-color:transparent;
      border:3px solid #ededed;
      border-radius:3px;

}
/*.bg_bege{
      background-color:#ededed;
}*/

[class*="m0"] {
      margin-top:0px;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
}

.sombra{
      -moz-box-shadow: 5px 5px rgba(0,0,0,0.5);
      -webkit-box-shadow: 5px 5px rgba(0,0,0,0.5);
      box-shadow: 5px 5px rgba(0,0,0,0.5);
}

.espaco{ 
      margin:20px;
      height: 10px;
}

.centro{
      margin-left: auto;
      margin-right: auto;
}
.container {
      padding-left: 15px;
      padding-right: 15px;
}



.transparente{

      /*      253,255,253,0.8*/

      background-color:rgba(253,255,253,0.2);
      /*      background-color:#84BA04; filter:alpha(opacity=80); opacity:.8;*/

}
.transparenteescuro{

      background-color: rgba(0, 0, 0, 0.5);
      color:#FFFFFF;
}






.cx_facebook{
      background-color:#0065BD;
      z-index:1;
      /* These three lines are for transparency in all browsers. */
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      filter: alpha(opacity=50);
      opacity:1;
}

.box_rodape{
      margin-top:15px;
}

.grad_menu{

      background: #ee6400; /* Old browsers */
      background: -moz-linear-gradient(top,  #ee6400 0%, #e64200 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee6400), color-stop(100%,#e64200)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  #ee6400 0%,#e64200 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  #ee6400 0%,#e64200 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top,  #ee6400 0%,#e64200 100%); /* IE10+ */
      background: linear-gradient(to bottom,  #ee6400 0%,#e64200 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee6400', endColorstr='#e64200',GradientType=0 ); /* IE6-9 */


      border-top:1px #E572CF dashed;
      border-bottom:1px #E572CF dashed; 

}
.cursor_normal{
      cursor:default;
}