@import url("base.css");

h2#contacta{
	width: 350px;
	height: 50px;
	position: relative;
	overflow: hidden;
}

#contacta span{
	background: url(images/h_contacto.png) top left no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
.negro{
	color: #000;
	border-bottom: 1px solid #000;
}
h3#depcomercial, h3#soporte{
	width: 350px;
	height: 21px;
	position: relative;
	overflow: hidden;
}

#depcomercial span{
	background: url(images/h_depcomercial.png) top left no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#soporte span{
	background: url(images/h_soporte.png) top left no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

h2#localizacion{
	width: 350px;
	height: 50px;
	position: relative;
	overflow: hidden;
}

#localizacion span{
	background: url(images/h_localizacion.png) top left no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
h3#mapa{
	width: 350px;
	height: 21px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

#mapa span{
	background: url(images/h_mapa.png) top left no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#map{
	width: 350px;
	height: 200px;
	background-color: Aqua;
	margin-bottom: 25px;
}
h3#direccion{
	width: 350px;
	height: 21px;
	position: relative;
	overflow: hidden;
}

#direccion span{
	background: url(images/h_direccion.png) top left no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
h2#productos{
	width: 350px;
	height: 50px;
	position: relative;
	overflow: hidden;
}

#productos span{
	background: url(images/h_productos.png) top left no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
h2#quienes{
	width: 350px;
	height: 50px;
	position: relative;
	overflow: hidden;
}

#quienes span{
	background: url(images/h_empresa.png) top left no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
h2#client{
	width: 350px;
	height: 50px;
	position: relative;
	overflow: hidden;
}

#client span{
	background: url(images/h_cliente.png) top left no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
