/* CSS Document */
#menu{
	background-image: url(fondo.png);
	width: 52px;
	height: 463px;
	position:relative;
	background-repeat:no-repeat;
	float:left;
}

#precargaIMG{
       width: 0px;
       height: 0px;
       display: inline;
       background-image: url(inicio.png);
       background-image: url(contactar.png);
       background-image: url(servicios.png);
       background-image: url(portafolio.png);
       background-image: url();
}


#inicio{
    margin-top: 1px;
	background-repeat:no-repeat;
	width:52px;
	height:106px;
	}
#inicio:hover{
	background-image:url(inicio.png);
	}

#portafolio{
    margin-top: 1px;
	background-repeat:no-repeat;
	width:52px;
	height:106px;
	}
#portafolio:hover{
    margin-top: 1px;
	background-repeat:no-repeat;
	width:52px;
	height:106px;
	background-image:url(portafolio.png);
	}
	
	
#servicios{
    margin-top: 1px;
	background-repeat:no-repeat;
	width:52px;
	height:94px;
	}
#servicios:hover{
	background-image:url(servicios.png);
	}
#servicios:link{
	background-image:url(servicios.png);
	}


#contactar{
    margin-top: 20px;
	background-repeat:no-repeat;
	width:52px;
	height:99px;
	}
#contactar:hover{
	background-image:url(contactar.png);
	}

