.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;
}

[class*="centro"]{
      text-align: center;
      position: relative;
}
[class*="tam1"]{
      width: 10%;
      position: relative;
}
[class*="tam12"]{
      width: 100%;
      position: relative;
}
[class*="tam9"]{
      width: 75%;
      position: relative;
}
[class*="tam8"]{
      width: 66.6667%;
      position: relative;
}
[class*="tam6"]{
      width: 50%;
      position: relative;
}
[class*="tam4"]{
      width: 33.3333%;
      position: relative;
}
[class*="tam3"]{
      width: 25%;
      position: relative;
}
[class*="tam2"]{
      width: 20%;
      position: relative;
}


[class*="bg_lilas"] {
      background: #e13a00;
      color:#FFF;
} 

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

      color:#FFF;
}

[class*="bg_verde"] {
      background-color:#84BA04;
      color:#FFF;
}
[class*="bg_branco"] {
      background-color:#FFFFFF;
      color:#000000;
}
[class*="bg_vermelho"] {
      background-color:#E74300;
      color:#FFF;
}
[class*="bg_rosa"] {
      background-color:#DD90DE;
      color:#FFF;
}

[class*="bg_azul_claro"] {
      background-color:#D4E4F1;
      color:#FFF;
}
[class*="cor_branco"] {
      color:#FFFFFF;
}
[class*="cor_azul"] {
      color:#0065BD;
}

[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;
}
[class*="m0"] {
      margin-top:0px;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
}

.m10 {
    margin-top: 10px;
}

.esquerda{
        float:left;
}
.direita{
     float:right;  
}
.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;
}
.transparente{
      background-color:rgba(253,255,253,0.2);
}
.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;
}
.cursor_normal{
      cursor:default;
}
.img-responsive{
      display:inline-flex;
}