.imagecontour {
 padding: 10px; 
 border: solid 1px #EFEFEF;
 background-color: #FFFFFF;
 }
 
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect2:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.elemento:hover { color: #32c5d2 !important; text-decoration: none; }
.elemento { color: #ffffff !important; text-decoration: none; }

.labase {

	z-index: 1000 !important;
}


@media screen and (max-width: 450px) 
{
  .ladomovil
  {
    float: left;
    left: 0;
    right: auto;
    padding-left: 0;
  }

}

@media screen and (min-width: 451px) 
{
  .ladomovil
  {
	float: right;
    right: 0;
    left: auto;
    padding-right: 0;
  }

}

