/*Sliding Text and Icon Menu Style*/
.sti-menu{
	width:100%;
	position:relative;
	margin:auto auto 0 auto;
}
.sti-menu li{
	float:left;
	width:185px;
	height:300px;
	margin:1px;
}
.sti-menu li a{
	display:block;
	overflow:hidden;
	background:#fff;
	text-align:left;
	line-height:17px;
	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:#c79e6a;
	font-family: arial, serif; 
	font-size:19px;
	font-weight:normal;
	text-transform:uppercase;
	position:absolute;
	padding:5px;
	width:180px;
	top:140px;
	left:0px;
	text-shadow: 0px 1px 1px black;
}
.sti-menu li a h3{
	font-family: Times New Roman; 
	font-size:14px;
	font-style:italic;
	color: #111;
	position:absolute;
	top:208px;
	left:0px;
	width:180px;
	padding:3px;
}
.sti-icon{
	width:100px;
	height:100px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	left:10px;
	top:20px;
}
.sti-icon-SeguridadPrivada{
	background-image:url(../imagenes/MenuIcono_SeguridadPrivada.png);
}
.sti-icon-AnimalesPeligrosos{
	background-image:url(../imagenes/MenuIcono_AnimalesPeligrosos.png);
}
.sti-icon-TenenciaArmas{
	background-image:url(../imagenes/MenuIcono_TenenciaArmas.png);
}
.sti-icon-ConduccionTransporte{
	background-image:url(../imagenes/MenuIcono_ConduccionTransporte.png);
}
.sti-icon-EmbarcacionesRecreo{
	background-image:url(../imagenes/MenuIcono_EmbarcacionesRecreo.png);
}

.sti-icon-Gruas{
	background-image:url(../imagenes/MenuIcono_Gruas.png);
}

