*{
	margin:0px;
	padding:0px;
	font-family: Helvetica Neue; 
}

/*titulo*/

div#titulo{
	width:100%;
	margin-top:1em;
}

header{
	margin:50px auto;
	width:300px;
	height:90%;
	background-color: red;
}

p#header{
	float: left;
	text-align: left;
	font-size: 2.5em;
	color:#9a9a9a;
}

p#subheader{
	text-align: center;
	color:#cecece;
	margin-top:10px;
	font-size: 1.3em;
}




div.contenedor{
	width: 60%;
	height: 7em ;
	float:left;
	-webkit-transition: height .4s;
}

div#uno{
	background-color: rgb(208,101,3);
}

div#dos{
	background-color: rgb(22,145,190);
}

div#tres{
	background-color: rgb(22,107,162);
}

div#cuatro{
	background-color: rgb(27,54,71);
}

div#cinco{
	background-color: rgb(21,40,54);
}


img.icon{
	display: block;
	margin:20px auto;
	float:center;
	background-color: rgba(255,255,255,.15);
	width:40px;
	padding:1em;
	-webkit-border-radius: 80%;
	-webkit-box-shadow: 0px 0px 0px 30px rgba(255,255,255,0);
	-webkit-transition:box-shadow .4s;
}


a { color: white }

p.texto{
	font-size: 1.2em;
	color:white;
	text-align: right;
	padding-top: 10px;
	padding-right: 2em;
	opacity: .00;
	-webkit-transition: padding-top .4s;
}

div.contenedor:hover{
	padding-left: 5px;
	width:90%;
}

div.contenedor:hover p.texto{
	padding-top: 2em;
	opacity: 1;
}

div.contenedor:hover img.icon{
	float: left ;
	-webkit-box-shadow:0px 0px 0px 0px rgba(255,255,255,.5);
}










































































