*{
	margin:0px;
	padding:0px;
	font-family: Helvetica Neue;
	background: rgb(21,40,54);
}
a:link{
	text-decoration:none;
	}

/*titulo*/

div#titulo{
	width:100%;
	margin-top:50px;
}

p#header{
	text-align: center;
	font-size: 2.5em;
	color:#9a9a9a;

}

header{
	margin:70px auto;
	width:910px;
	height:70px;
}

div.contenedor{
	width: 130px;
	height: 70px;
	float:left;
	-webkit-transition: height .4s;
}

div#uno{
	background-color: rgb(22,107,162);
}

div#dos{
	background-color: rgb(22,107,162);
}

div#tres{
	background-color: rgb(22,107,162);
}

div#cuatro{
	background-color: rgb(22,107,162);
}

div#cinco{
	background-color: rgb(22,107,162);
}

div#seis{
	background-color: rgb(22,107,162);
}
div#siete{
	background-color: rgb(22,107,162);
}

p.texto{
	font-size: 1em;
	color:white;
	text-align: center;
	padding-top:15px;
	background-color: rgb(22,107,162);
	-webkit-transition: padding-top .4s;
	-ms-transition: padding-top .4s;
	-moz-transition: padding-top .4s;
	-o-transition: padding-top .4s;
}

div.contenedor:hover{
	height:90px;
}

div.contenedor:hover p.texto{
	padding-top: 35px;
	opacity: 1;
}


	#tex
		{
			width:600px;
			margin:190px auto;

		}
p{
	color:rgba(206,206,206,1.00);
	}

