*{
	margin:0;
	padding:0;
	font-family:verdana;	
}
header{
	margin:100px auto;
	width:1000px;
	height:180px;
	background-color:red;
}
body{
	background-color:#0099e6;
}
div.contenedor{
	width:200px;
	height:200px;
	float:left;
	-webkit-transition: height .4s;
}
div#uno{
	background-color:#996633;
}
div#dos{
	background-color:#999966;
}
div#tres{
	background-color:#888844;
}
div#cuatro{
	background-color:#26734d;
}
div#cinco{
	background-color:#b35900;
}
img.icon{
	display:block;
	margin:50px auto;
	background-color:rgba(255,255,255,.15);
	width:30px;
	padding:20px;
	-webkit-border-radius:50%;
}
p.texto{
	font-size:1.2em;
	color:white;
	text-align:center;
	padding-top:0px;
	opacity:.6;
}
div.contenedor:hover{
	height:230px;
}
h1{
	font-size:40px;
}
footer{
	margin-top:130px;
	align:right
}
