.spg_portInline{
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 25px;
    border: 5px solid #070707;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
       
  }

  .spg_portInline:hover
  {
    transform: scale(1.3);
  }


body{
    /*background-color: #273036 !important;*/
    background-image: url(../../img/backgrounds/2.jpg)
}

.galeria .col-lg-4{
    margin: 0 !important;
    padding: 15px;
}
.rounded {
    /* position: inherit; */
    width: 100%;
    /* height: 0%; */
    height: 500px;
}

.spg_portInline img
{
    width: 230px;
    height: 230px;
}

.galeria img:hover{
   border: 2px solid white;
}

.text-center{
    color: white;
}


