@charset "utf-8";
/*titulo*/


div.cuadro{
	float:center;
	height:160px;
	background-color:#000;
	width:auto;
	margin-left:1px;
	margin-right:1px;
	margin-bottom:2px;
}
div.contenedor{
	width: 200px;
	height: 120px;
	float:left;
	-webkit-transition: height .4s;
}

div#uno{
	background-color:rgb(255,128,0);
}

img.icon{
	display: block;
	margin:8px auto;
	background-color: rgba(255,255,153,.10);
	width:110px;
	height:90px;
	padding:10px;
	-webkit-border-radius: 60%;
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,153,0);
	-webkit-transition:box-shadow .4s;
}
div.contenedor:hover{
	height:120px;
}

div.contenedor:hover p.texto{
	padding-top: 5px;
	opacity: 1;
}

div.contenedor:hover img.icon{
	-webkit-box-shadow:0px 0px 0px 0px rgba(255,255,255,.6);
}



























