*{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif
}

div.contenedor{
	margin:15px;
	width:270px;
	height:220px;
	background-color: red;
	overflow: hidden;
	border: 0px solid #fff;
}

div.imagen{
	width:270px;
	height:220px;
	background-color: #f3f3f3;
	overflow: hidden;
	-webkit-transition: height .6s;
	-moz-transition: height .6s;
	-ms-transition: height .6s;
	-o-transition: height .6s;
}

img.imagen{
	display: block;
	margin:0px auto;
	width:270px;
	height:220px;
	-webkit-transition: margin-top .6s;
	-moz-transition: margin-top .6s;
	-ms-transition: margin-top .6s;
	-o-transition: margin-top .6s;
}

div.info{
	width:280px;
	height:50px;
	background-color: #003357;
	overflow: hidden;
	-webkit-transition: height .6s;
	-moz-transition: height .6s;
	-ms-transition: height .6s;
	-o-transition: height .6s
}

p.titulo{
	margin:7px;
	font-size: 1.5em;
	color:#fff;
}

p.adicional{
	color:white;
	margin-left: 8px;
}

a.link{
	float:right;
	margin-top:-35px;
	margin-right:25px;
	padding:3px 15px;
	background-color:#fff;
	font-size: 1em;
	color:#132187;
	text-decoration: none;
}

div.contenedor:hover div.imagen{
	height: 130px;
}

div.contenedor:hover div.info{
	height:110px;
}

div.contenedor:hover img.imagen{
	margin-top:20px;
}



























































#page1 .body8 .body9 .main footer .col_2.pad_left1 .wrapper .list3.col_1 li a {
	color: #FFFFFF;
	text-align: left;
}
