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

.imagen-titulo
{		
	margin:0 auto 0 auto; /*centra al div*/
	max-width:500px; /*ancho maximo del div*/
	/*background-color:#0C3;*/
	padding-top:30px;
	padding-bottom:20px;
	padding-right:10px;
	padding-left:10px;
}





.titulo-img-1
{
	max-width: 600px;
    width: 100px;
}
.titulo-img-2
{
	max-width: 700px;
    width: 400px;
}