/*Sliding Text and Icon Menu Style*/
@font-face {
    font-family: "IEEsUno";
    font-style: normal;
    font-weight: normal;
    src: url("../fuentes452/iees/PoiretOne-Regular.woff");
}
@font-face {
    font-family: "EscritoUno";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fuentes452/WireOne.woff") format("woff"), url("../fuentes452/WireOne.ttf") format("truetype");
}
@font-face {
    font-family: "PTestilo";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fuentes452/PTN57F.woff") format("woff"), url("../fuentes452/PTN57F.ttf") format("truetype");
}
.sti-menu{
	width:1010px;
	position:relative;
	margin:60px auto 0 auto;
}
.sti-menu li{
	float:left;
	width:200px;
	height:300px;
	margin:1px;
}
.sti-menu li a{
	display:block;
	overflow:hidden;
	background:#fff;
	text-align:center;
	height:100%;
	width:100%;
	position:relative;
	-moz-box-shadow:1px 1px 2px #ddd;
	-webkit-box-shadow:1px 1px 2px #ddd;
	box-shadow:1px 1px 2px #ddd;
}
.sti-menu li a h2{
	color:#000;
	font-family: EscritoUno; 
	font-size:26px;
	font-weight:bold;
	text-transform:uppercase;
	position:absolute;
	padding:10px;
	width:180px;
	top:140px;
	left:0px;
	text-shadow: 0px 1px 1px black;
}
.sti-menu li a h3{
	font-family: PTestilo; 
	font-size:18px;
	font-style:italic;
	color: #111;
	position:absolute;
	top:248px;
	left:0px;
	width:180px;
	padding:10px;
}
.sti-icon{
	width:100px;
	height:100px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	left:50px;
	top:30px;
}

.sti-icon-family{
	background-image:url(../images/invernadero.png);
}
.sti-icon-technology{
	background-image:url(../images/banano.png);
}
.sti-icon-technologytb{
	background-image:url(../images/tabaco2.png);
}