/* CSS Document */

.bienvenida, .nuestra_compania, .el_amphibex, .contacto {
	display: block;
	height:23px;
	font-size:0px;
	text-indent: -10000px;
	overflow: hidden;	
}

.bienvenida{
	width:72px;
	background:url(../img/es_ES/home.gif) transparent top left;
}

.bienvenida:hover{
	background-position:bottom left;
}

.nuestra_compania{
	width:113px;
	background:url(../img/es_ES/company.gif) transparent top left;
}

.nuestra_compania:hover{
	background-position:bottom left;
}

.el_amphibex{
	width:74px;
	background:url(../img/es_ES/amphibex.gif) transparent top left;
}

.el_amphibex:hover{
	background-position:bottom left;
}

.contacto{
	width:63px;
	background:url(../img/es_ES/contact.gif) transparent top left;
}

.contacto:hover{
	background-position:bottom left;
}

