
div.contenedor1{
	margin:15px;
	width:350px;
	height:350px;
	background-color: transparent;
	overflow: hidden;
}
#mas{
    height: 100px;
    width: 100px;
}
div.imagen1{
	width:350px;
	height:350px;
	background-color: transparent;
	overflow: hidden;
	-webkit-transition: height .4s;
}

img.imagen1{
	display: block;
	margin:70px auto;
	width:145px;
	height:155px;
	-webkit-transition: margin-top .4s;
    background-color: transparent;
}

div.info1{
	width:350px;
	height:10px;
	background-color: rgba(242, 243, 244, 0.7);
	overflow: hidden;
	-webkit-transition: height .4s;
}

p.titulo1{
	margin:15px;
	font-size: 1.1em;
	color: black;
}

p.adicional1{
	color:white;
	margin-left: 15px;
}

a.link1{
	float:right;
	margin-top:-25px;
	margin-right:5px;
	padding:10px 30px;
	background-color: rgba(0 100 0);
	font-size: .8em;
	color:white;
	text-decoration: none;
}

div.contenedor1:hover div.imagen1{
	height: 210px;
}

div.contenedor1:hover div.info1{
    margin-top: 30px;
	height:1000px;
}

div.contenedor1:hover img.imagen1{
	margin-top:50px;
}
#fli{
    width: 300px;
    white-space: 100px;
    padding: 0;
    margin: 10px;
}
#1{
    white-space: 100px;
}