*{
	margin:0px;
	padding:0px;
	font-family: Arial;
	box-sizing: border-box;
		background-color: black;
}

/*titulo*/

div#titulo{
	width:100%;
	margin-top:10px;
}

p#header{
	text-align: center;
	font-size: 1.5em;
	color:#9a9a9a;
}

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

p#subheader2{
	text-align: justify;
	color:#111111;
	margin-top:1px;
	font-size: 0.8em;
}

header{
	margin:10px auto;
	width:1050px;
	height:200px;
}

div.contenedor{
	width: 200px;
	height: 210px;
	float:center;
	-webkit-transition: height .4s;
}

img.icon{
	display: block;
	margin:8px auto;
	background-color: rgba(255,255,255,.15);
		background-color: rgba(0,0,0,.25);
	width:180px;
	padding:4px;
	-webkit-border-radius: 15%;
	-webkit-box-shadow: 0px 0px 0px 25px rgba(50,50,50,0);
	-webkit-transition:box-shadow .4s;
}

div.contenedor2{
	width: 200px;
	height: 240px;
	float:center;
	-webkit-transition: height .4s;
}

img.icon2{
	display: block;
	margin:8px auto;
	background-color: rgba(255,255,255,.15);
		background-color: rgba(0,0,0,.25);
	width:210px;
	padding:6px;
	-webkit-border-radius: 15%;
	-webkit-box-shadow: 0px 0px 0px 25px rgba(50,50,50,0);
	-webkit-transition:box-shadow .4s;
	size:500px;
}

p.texto{
	font-size: 1em;
	color:white;
	text-align: center;
	padding-top:10px;
	opacity: .6;
	-webkit-transition: padding-top .4s;
}

div.contenedor:hover{
	height:200px;
}

div.contenedor:hover p.texto{
	padding-top: 0px;
	opacity: 1;
}

div.contenedor:hover img.icon{
	-webkit-box-shadow:0px 0px 0px 0px rgba(50,50,50,.6);
		-webkit-box-shadow:0px 0px 0px 0px rgba(150,150,150,.6);
}

div.contenedor2:hover{
	height:240px;
}

div.contenedor2:hover p.texto{
	padding-top: 0px;
	opacity: 1;
}

div.contenedor2:hover img.icon2{
		width:213px;
	-webkit-box-shadow:0px 0px 0px 0px rgba(50,50,50,.6);
		-webkit-box-shadow:0px 0px 0px 0px rgba(150,150,150,.6);
}

p.title{
	font-size: 3em;
	color:black;
	text-align: center;
	padding-top:10px;
	opacity: .6;
	-webkit-transition: padding-top .4s;
}
